'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. 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. How to accomplish the same?

enter image description here



Solution 1:[1]

Consider using Azure Key Vault to store those information. You can turn on the Managed Identity for the Logic App which can have access to Key Vault secrets/keys.

Following blog provides detailed instructions on how to access Key Vault from Logic Apps with Managed Identity:

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 MadhurajVadde-MT