You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn about the Azure PowerShell sample scripts available for App Configuration.
4
+
tags: azure-app-configuration
5
+
ms.topic: sample
6
+
ms.date: 12/14/2022
7
+
ms.author: malev
8
+
author: maud-lv
9
+
---
10
+
# PowerShell samples for Azure App Configuration
11
+
12
+
The following table includes links to PowerShell scripts built using the [Az.AppConfiguration](/powershell/module/az.appconfiguration) Azure PowerShell command.
13
+
14
+
| Script | Description |
15
+
|-|-|
16
+
|**Create store**||
17
+
|[Create a configuration store with the specified parameters](/powershell/module/az.appconfiguration/New-AzAppConfigurationStore.md)| Creates an Azure App Configuration store with some specified parameters. |
18
+
|**Delete store**||
19
+
|[Remove a configuration store.](/powershell/module/az.appconfiguration/Remove-AzAppConfigurationStore.md)| Removes an Azure App Configuration store. |
20
+
|[Delete a configuration store](/powershell/module/az.appconfiguration/Clear-AzAppConfigurationDeletedStore.md)| Permanently deletes a specified Azure App Configuration store. |
21
+
|**Get and list stores**||
22
+
|[Get a deleted configuration store](/powershell/module/az.appconfiguration/Get-AzAppConfigurationDeletedStore.md)| Gets a deleted Azure App Configuration store. |
23
+
|[Get or list configuration stores](/powershell/module/az.appconfiguration/Get-AzAppConfigurationStore.md)| Gets or lists existing Azure App Configuration stores. |
24
+
|**Check store name**||
25
+
|[Checks store name availability](/powershell/module/az.appconfiguration/Test-AzAppConfigurationStoreNameAvailability.md)| Checks whether an Azure App Configuration store name is available for use.|
26
+
|**Update store**||
27
+
|[Update a store with the specified parameters](/powershell/module/az.appconfiguration/Update-AzAppConfigurationStore.md)| Updates an Azure App Configuration store with specified parameters. |
28
+
|**Manage access keys**||
29
+
|[List the access key for the specified store](/powershell/module/az.appconfiguration/Get-AzAppConfigurationStoreKey.md)| Lists the access key for a specified Azure App Configuration store. |
30
+
|[Regenerate an access key for the specified store](/powershell/module/az.appconfiguration/New-AzAppConfigurationStoreKey.md)| Regenerates an access key for the specified Azure App Configuration store. |
0 commit comments