简体   繁体   English

Azure Container Registry 无法解析连接在同一个 .NET 中的私有端点

[英]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.

相关问题 AKS 连接到 Azure su.net 中的私有 .net 和 terraform - AKS connected to an Azure subnet in a private vnet with terraform 如何使用私有 Azure Container Registry 创建一个 Azure APP Service? - How to create a Azure APP Service with a private Azure Container Registry? 将 Azure 服务名称解析为 AKS Pod 中的私有 .NET IP? - Resolving Azure Service Names to Private VNET IPs Within AKS Pods? 来自私有容器注册表的 azureiotedge-diagnostics - azureiotedge-diagnostics from private Container Registry 无法更新现有 .net 中的 azure 容器映像,错误 NetworkProfileCannotChange - Cannot update azure container image in existing vnet, error NetworkProfileCannotChange Azure DevOps 不更新 Container Registry on Azure - Azure DevOps does not updates Container Registry on Azure 从 azure 中的 Dockerfile 向私人 npm 注册表进行身份验证? - Authenticate to private npm registry from Dockerfile in azure? Azure 数据工厂问题,将数据从 Postgresql 写入私有 .net 到 Azure SQL 数据库 - Azure data factory problem to write data from a Postgresql in private Vnet to Azure SQL Database Azure DevOps VNet 集成 - Azure DevOps VNet integration 我是否需要 .net 集成用于私人出站流量 - Azure API 管理 - Do I require vnet integration for private outbount traffic - Azure API management
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM