I want to Azure resources by using Resource Manager templates. The templates need to reference secrets that are stored in Azure Key vault.
I want to however restrict access to the secrets in the key vault?
what should is use and Why ?
Azure Access policy for Key Vault OR
RBAC OR
something else ?
Please recommend the correct Solution.