0
votes

I am creating some Azure Logic Apps in order to monitor a workload. These Logic Apps needs a managed identity in order to post metrics to a resource in Azure monitor.

As per documentation, I am sure I can create a system-managed identity for each Logic App and assign the Monitoring Metrics Publisher role to them, but it would be much simpler to create a single user-defined managed identity and assign it to all Logic Apps. I am pretty sure this feature existed, but maybe it was removed.

Do you know any way I can do this?

2

2 Answers

1
votes

Support for user-assigned managed identities in Logic Apps is now in preview:

support matrix for managed identity

https://docs.microsoft.com/en-us/azure/logic-apps/create-managed-service-identity#user-assigned

managed identity configuration blade