'Get ACI container image without using ACR username and password in Azure Logic App? i.e. using Managed Identity
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 |

