How can I achieve the following please:
- Setup Key Vault
- Setup Web App
- Enable MSI
- Reference Key vault to get secret URLs
- Assign MSI Identity with Key vault Access policies
I have managed to complete till 4 but I cannot seem to find a way how I can re use key vault to assign the MSI ID with Access policies. To clarify I know how to set access policies in ARM, what I am not managing is using the same Key vault twice in the arm template.
Has anyone managed to re-reference resources?