練習環境:
- 雲端服務:VM-IP
- VM:VM-IP
- 網路:VNET-IP
Test-AzureStaticVNetIP –VNetName VNET-IP –IPAddress 192.168.0.10
Step2:進行 static ip 設定
Get-AzureVM -ServiceName VM-IP -Name VM-IP | Set-AzureStaticVNetIP -IPAddress 192.168.0.10 | Update-AzureVM
Step3:確認 static ip 設定
Get-AzureVM -ServiceName VM-IP -Name VM-IP | Get-AzureStaticVNetIP
要注意 Update-AzureVM 語法會造成 VM 重新啟動喔
沒有留言:
張貼留言