CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
523 stars 157 forks source link

Add support for managed identities that are not deployed within the same ARM template #978

Closed ahmed-ebaid closed 1 year ago

ahmed-ebaid commented 1 year ago

Currently, add_identity functionality assumes that ManagedIdentity is deployed within the same ARM template. Therefore, we need to add a new functionality for ManagedIdentity that is not deployed within the same ARM template.