简体   繁体   English

在Azure ARM中创建黑色公共IP

[英]Black public IP gets created in Azure ARM

when i am creating a Public IP object for one of VM's NIC using management portal or Azure ARM powershell then a PUblic Object is created with NO Public IP. 当我使用管理门户或Azure ARM powershell为VM的NIC之一创建公共IP对象时,会创建一个没有公共IP的PUblic对象。

There is NO public IP assigned to the object. 没有为对象分配公共IP。

Is there any limitation for Number of Public IP per resource group. 每个资源组的公共IP数量是否有限制?

Yes, There is limits on the number of PIPs (Public IPs) per subscription, but I don't believe that the issue in your case. 是的,每个订阅的PIP(公共IP)数量是有限制的,但是我不认为这是您的问题。

There are 2 types of PIPs in Azure (ARM): Static, and Dynamic. Azure(ARM)中有两种类型的PIP:静态和动态。 The default is Dynamic. 默认为动态。 Dynamic means that although the PIP resource will be created on demand, it wont be assigned an IP address until it is in use. 动态意味着尽管PIP资源将按需创建,但在使用之前不会分配IP地址。 During the time it is unused, the address will appear as "unassigned". 在未使用期间,该地址将显示为“未分配”。

So either associate that PIP with a NIC and VM, and if you did, try to connect to that VM, or change it's type to static. 因此,可以将该PIP与NIC和VM关联,如果这样做,则尝试连接到该VM,或者将其类型更改为静态。

More info: https://azure.microsoft.com/en-us/documentation/articles/virtual-network-ip-addresses-overview-arm/ 更多信息: https : //azure.microsoft.com/zh-cn/documentation/articles/virtual-network-ip-addresses-overview-arm/

Yes, there are limits of public IPs . 是的, 公共IP有限制 If you have no such amount, and IP can not be added, best way to try to ask support. 如果您没有这样的数量,并且无法添加IP,请尝试寻求支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM