[英]How to create a Azure APP Service with a private Azure Container Registry?
I have a Azure Container Registry with Public.network access set to "Selected.networks".我有一个 Azure 容器注册表,其 Public.network 访问权限设置为“Selected.networks”。 I also have created a private endpoint on the Private Access tab.
我还在“私有访问”选项卡上创建了一个私有端点。 When I go to create a new web app, I'm unable to see the image.
当我 go 创建一个新的 web 应用程序时,我看不到图像。 How do I utilize the private container registry/image from within the app service?
如何在应用程序服务中使用私有容器注册表/镜像?
I tried changing the Public.network access option to "All" and was then able to select the image in question.我尝试将 Public.network 访问选项更改为“全部”,然后能够 select 有问题的图像。
By default, azure web apps during provisioning state, not able to reach into a virtual.network.默认情况下,azure web 应用程序在供应期间 state,无法进入 virtual.network。 As the ACR is secured with private endpoint and having public access was disable or selected.networks, cannot be able to access the images during new webapp creation.
由于 ACR 使用专用端点进行保护并且具有公共访问权限已被禁用或选中。网络无法在创建新 Web 应用程序期间访问图像。 However, we can be able to connect private registry after webapp creation if we have enabled VNet integration as shown below.
但是,如果我们启用了 VNet 集成,则我们可以在创建 Web 应用程序后连接私有注册表,如下所示。
Portal:门户网站:
Su.net01 have enabled to su.net delegation
Microsoft.Web/serverFarms
Su.net01 已启用 su.net 委托
Microsoft.Web/serverFarms
Once webapp provisioned, to integrate with private registry goto webapp > Deployment> deployment center.
一旦配置了 webapp,要与私有注册表集成,请转到 webapp > Deployment> deployment center。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.