PowerShell samples for Azure App Configuration
The following table includes links to PowerShell scripts built using the Az.AppConfiguration Azure PowerShell command.
Script | Description |
---|---|
Create store | |
Create a configuration store with the specified parameters | Creates an Azure App Configuration store with some specified parameters. |
Delete store | |
Delete a configuration store | Deletes an Azure App Configuration store. |
Purge a deleted configuration store | Purges a deleted Azure App Configuration store, permanently removing all data. |
Get and list stores | |
Get a deleted configuration store | Gets a deleted Azure App Configuration store. |
Get or list configuration stores | Gets or lists existing Azure App Configuration stores. |
Check store name | |
Checks store name availability | Checks whether an Azure App Configuration store name is available for use. |
Update store | |
Update a store with the specified parameters | Updates an Azure App Configuration store with specified parameters. |
Manage access keys | |
List the access key for the specified store | Lists the access key for a specified Azure App Configuration store. |
Regenerate an access key for the specified store | Regenerates an access key for the specified Azure App Configuration store. |