【 Cloud 】透過 PowerShell 登入到 Azure VM
內容
- 學習目標
 - 前置準備作業
 - 透過 Windows PowerShell 登入到 Azure VM
 
學習目標
- 如何透過 Windows PowerShell 登入到 Azure VM
 
前置準備作業
- 已建立 Azure Ubuntu VM
 
透過 Windows PowerShell 登入到 Azure VM
Step 1. 開啟 PowerShell
-  
點選左下角的 Windows 符號 ➙ Windows PowerShell 功能清單中 ➙ Windows PowerShell 程式

 -  
Windows PowerShell 開啟後的畫面

 
Step 2. 取得 Azure VM IP
-  
開啟瀏覽器登入到 Azure Portal 中所建立的 VM 畫面
 -  
取得
Public IP address

 
Step 3. 透過 PowerShell 登入到 Azure VM
-  
請在
PowerShell輸入下方指令- 請將下方的 
ACCOUNT修改成 Azure VM 的登入帳號 - 請將下方的 
Public-IP-address修改成Step 2所取得的資料 
ssh ACCOUNT@Public-IP-address - 請將下方的 
 -  
點選
yes
 -  
輸入在
Azure VM所建立的密碼
 -  
登入成功
