星期一, 2月 02, 2015

[Azure] VM - 靜態 IP

設定現有 VM static ip 的 PowerShell 語法紀錄。

練習環境:
  • 雲端服務:VM-IP
  • VM:VM-IP
  • 網路:VNET-IP
Step1:確認特定 ip 是可以使用的

Test-AzureStaticVNetIP –VNetName VNET-IP –IPAddress 192.168.0.10

[Azure] VM - 靜態 IP-1

Step2:進行 static ip 設定

Get-AzureVM -ServiceName VM-IP -Name VM-IP | Set-AzureStaticVNetIP -IPAddress 192.168.0.10 | Update-AzureVM

[Azure] VM - 靜態 IP-2

Step3:確認 static ip 設定

Get-AzureVM -ServiceName VM-IP -Name VM-IP | Get-AzureStaticVNetIP

[Azure] VM - 靜態 IP-3

要注意 Update-AzureVM 語法會造成 VM 重新啟動喔

沒有留言:

張貼留言