简体   繁体   English

在 Azure Logic App 中不使用 ACR 用户名和密码获取 ACI 容器镜像? 即使用托管身份

[英]Get ACI container image without using ACR username and password in Azure Logic App? i.e. using Managed Identity

I am using Logic app to create ACI Container group.我正在使用逻辑应用创建 ACI 容器组。 I want to use managed identity to pull the container image from ACR, instead of using UserName and password to connect to the ACR as shown below.我想使用托管身份从 ACR 中提取容器映像,而不是使用用户名和密码连接到 ACR,如下所示。 How to accomplish the same?如何实现同样的目标?

在此处输入图像描述

Consider using Azure Key Vault to store those information.考虑使用 Azure Key Vault 来存储这些信息。 You can turn on the Managed Identity for the Logic App which can have access to Key Vault secrets/keys.您可以为可以访问 Key Vault 机密/密钥的逻辑应用程序打开托管标识。

Following blog provides detailed instructions on how to access Key Vault from Logic Apps with Managed Identity:以下博客提供了有关如何使用托管标识从逻辑应用程序访问 Key Vault 的详细说明:

https://devkimchi.com/2018/10/24/accessing-key-vault-from-logic-apps-with-managed-identity/ https://devkimchi.com/2018/10/24/accessing-key-vault-from-logic-apps-with-managed-identity/

暂无
暂无

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

相关问题 逻辑应用查询 Azure Table 使用 HTTP 和 Managed Identity 认证 - Logic App query Azure Table using HTTP and Managed Identity authentication Azure AKS/容器应用程序无法使用托管标识访问密钥保管库 - Azure AKS/Container App can't access Key vault using managed identity 使用托管标识从 Azure Runbook 运行 Get-AzADApplication - Run Get-AzADApplication from an Azure Runbook using a Managed Identity 使用托管标识从 Azure 应用服务调用图 - Call Graph from Azure App Service using Managed Identity 您能否通过 web 请求使用用户名和密码而不使用 client_id 获得 Azure 的访问令牌? - Can you get an access token for Azure with a username and password and without using a client_id via web request? 将托管标识与 Azure 服务总线一起使用 - Using a managed identity with Azure Service Bus 使用 terraform 创建 Cloud composer 2 时,显示错误,即无法配置工作负载身份:身份池不存在 - While creating Cloud composer 2 using terraform, it is showing error i.e. Could not configure workload identity: Identity Pool does not exist 如何将 MarkLogic docker 中心镜像部署到 Azure 容器实例 ACI - How to deploy MarkLogic docker hub image to Azure Container Instance ACI Azure PHP web 应用程序使用系统分配的托管身份连接到 Azure 存储 Blob - Azure PHP web app using system assigned managed identity connecting to Azure Storage Blob 无法将带有系统分配托管标识的 Azure 逻辑应用程序连接到 Azure SQL 服务器 - Unable to connect Azure Logic App w/ System Assigned Managed Identity to Azure SQL Server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM