title | description | ms.service | ms.custom | ms.topic | ms.date | ms.author | author |
---|---|---|---|---|---|---|---|
Azure App Configuration PowerShell samples |
Learn about the Azure PowerShell sample scripts that are available for Azure App Configuration. |
azure-app-configuration |
devx-track-azurepowershell |
sample |
05/25/2024 |
malev |
maud-lv |
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. |