[英]Azure Container Registry unable to resolve Private Endpoints connected in same VNET
I have an Azure Container Instance in my .NET. However, from the ACI I am trying to resolve my Azure Storage Account which is enabled with Private Endpoints in the same .NET but not able to resolve.我的 .NET 中有一个 Azure 容器实例。但是,我试图通过 ACI 解析我的 Azure 存储帐户,该帐户在同一 .NET 中启用了私有端点,但无法解析。 What could be the issue?
可能是什么问题?
You can use this command to get the Private IP address of Private endpoint of storage account.您可以使用此命令获取存储帐户的专用终结点的专用 IP 地址。
nslookup <storage-account-name>.blob.core.windows.net
Replace < storage-account-name > with the name of the storage.将 < storage-account-name > 替换为存储的名称。
Note: I have configure the privaate endpoint while creating the storage account itself.注意:我在创建存储帐户本身时配置了私有端点。
A private IP address of 10.0.0.5 is returned for the storage account name.为存储帐户名称返回私有 IP 地址 10.0.0.5。 This address is in the su.net of the virtual.network you created previously.
该地址位于您之前创建的 virtual.network 的 su.net 中。
Refernce: https://learn.microsoft.com/en-us/azure/private-link/tutorial-private-endpoint-storage-portal#test-connectivity-to-private-endpoint参考: https://learn.microsoft.com/en-us/azure/private-link/tutorial-private-endpoint-storage-portal#test-connectivity-to-private-endpoint
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.