This template references (reads) existing key-value configurations from an existing config store from the Azure Resource Manager template. The retrieved values are used to set properties of the resources created by the template. This template does not create an App Configuration store or modify key-values in an App Configuration store. You must first create an App Configuration store, and then add key-values into the store using the Azure portal or Azure CLI.
To use this template, add the following key-values to your Azure App Configuration store:
Key | Value |
---|---|
windowsOSVersion | 2019-Datacenter |
diskSizeGB | 1023 |
NOTE: The principal deploying the template must have contributor access to the App Configuration Store.
If you are new to App Configurations, see:
If you are new to template deployment, see:
Azure Resource Manager documentation
Tags: Azure4Student, AppConfiguration, Beginner