简体   繁体   中英

Configure Azure WebApp with ACR and Managed Identity

考虑到 Azure WebApp 和 Azure Container Registry 都支持托管身份,有没有办法配置 WebApp 以便直接从 ACR 拉取 docker 镜像(没有密钥库)?

As I understand, the Managed Identity for the Web App is used inside the containers to access other resources. It means the web app needs to run well and you can access other resources through the code with Managed Identity.

And also as I know, the authentication to pull the images in ACR, you only can use the environment variables of the Web App, take a look at the description .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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