首先,我想让你们知道我是 Azure 的新手(大约 4 个月)。我创建了一个 Windows 10 VM,并附加了两个网卡(myNic1、myNic2)。然后我决定创建一个允许在端口 3389 上使用 rdp 的 nsg 规则,并创建了一个公共 IP,我尝试将其分配给 myNic1,但没有成功。
我不断收到的错误信息是:
Resource /subscriptions/xxxxxxxxxxxxxxxxx-xxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Network/publicIPAddresses/WindowsVMPublicIP referenced by resource /subscriptions/xxxxxxxxxxxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/myNic1 was not found. Please make sure that the referenced resource exists, and that both resources are in the same region.
我 400% 确定这两种资源都位于同一地区 (WestUS),并且 myNic1 已经存在。
我不知道这是微软的一个错误还是我疯了。我在 Linux VM 上执行了相同的步骤,没有遇到任何问题。请帮忙。