Adding a Key Vault Access Policy to an Existing Key Vault via ARM
问题 I am trying to do an ARM deployment in Azure Devops whereby I add a key vault access policy to an existing key vault in Azure. I want to use the following ARM template which adds an access policy to an existing Key Vault: https://github.com/Azure/azure-quickstart-templates/tree/master/101-keyvault-add-access-policy I have a separate template that deploys an App service and creates a system assigned managed identity. What is the best way to link the two templates? how do i reference the System