【发布时间】:2016-05-06 18:42:58
【问题描述】:
我有一个云服务,其中有两个虚拟机。我正在尝试按照in this article 列出的步骤来保留我的云服务的 IP 地址。
Login-AzureRmAccount -TenantId <my tenant id>
Set-AzureRmContext -SubscriptionId <my subscription id>
New-AzureReservedIP -ReservedIPName myname -Location "Central US" -ServiceName mycloudservicename
我总是收到这个错误:
New-AzureReservedIP:ResourceNotFound:未找到部署。
虚拟机是在新门户中创建的,但属于经典模式。我不确定这是否是我的问题。我尝试了其他 cmdlet 组合来添加帐户或设置订阅,但没有任何帮助。
有什么想法吗?
【问题讨论】:
-
这里完全相同的问题,希望尽快得到答复
标签: azure virtual-machine azure-cloud-services