Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Provision KeyVault with all variables needed for replacing environment variables #476

Closed elvinm closed 5 years ago

elvinm commented 5 years ago

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 Reviewable