You can create Azure KeyVault secrets from ARM templates. Can you also create settings in Azure App Configuration from ARM templates in the same way? I can't find any documentation for it if this feature exists.
Asked
Active
Viewed 2,578 times
3 Answers
5
It doesn't exist yet but we're working on it! It should be coming soon and when it does we'll be sure to put how to do it in our docs.
Edit: Support has been added in the 2020-07-01-preview API version. Here is the documentation.

J. Campbell
- 680
- 4
- 5
-
1Anyone else looking for the same info: https://learn.microsoft.com/en-us/azure/azure-app-configuration/quickstart-resource-manager or https://learn.microsoft.com/en-us/azure/templates/microsoft.appconfiguration/2020-07-01-preview/configurationstores/keyvalues looks like support was added in version 2020-07-01-preview – 93196.93 Dec 22 '20 at 12:32
0
Currently, Azure App Configuration is in preview and free. See the official doc Reference on the left of the page. It seems there are no ARM templates for Azure app configuration.
You also could give feedback about this on GitHub.

Nancy
- 26,865
- 3
- 18
- 34
-
-
But there is no template reference for you when you want to construct it. – Nancy Apr 29 '19 at 02:01
-