Provisions keyvault in a separate arm template to make it easier to understand and work with. All of the variables needed are set up inside of setupKeyvaultParameters and passed as parameters to the keyvault.json template.
Some values are shared and default such as seedTemplate while some are hardcoded conditionally based on deployment type such as webservice urls.
Description and Motivation
Provisions keyvault in a separate arm template to make it easier to understand and work with. All of the variables needed are set up inside of setupKeyvaultParameters and passed as parameters to the keyvault.json template.
Some values are shared and default such as seedTemplate while some are hardcoded conditionally based on deployment type such as webservice urls.
Change type
Checklist:
Documentation changes to come.
This change is