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
4
+
ms.service: azure-app-configuration
5
5
ms.topic: sample
6
6
ms.date: 12/14/2022
7
7
ms.author: malev
@@ -14,17 +14,17 @@ The following table includes links to PowerShell scripts built using the [Az.App
14
14
| Script | Description |
15
15
|-|-|
16
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. |
17
+
|[Create a configuration store with the specified parameters](/powershell/module/az.appconfiguration/New-AzAppConfigurationStore)| Creates an Azure App Configuration store with some specified parameters. |
18
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. |
19
+
|[Remove a configuration store](/powershell/module/az.appconfiguration/Remove-AzAppConfigurationStore)| Removes an Azure App Configuration store. |
20
+
|[Delete a configuration store](/powershell/module/az.appconfiguration/Clear-AzAppConfigurationDeletedStore)| Permanently deletes a specified Azure App Configuration store. |
21
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. |
22
+
|[Get a deleted configuration store](/powershell/module/az.appconfiguration/Get-AzAppConfigurationDeletedStore)| Gets a deleted Azure App Configuration store. |
23
+
|[Get or list configuration stores](/powershell/module/az.appconfiguration/Get-AzAppConfigurationStore)| Gets or lists existing Azure App Configuration stores. |
24
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.|
25
+
|[Checks store name availability](/powershell/module/az.appconfiguration/Test-AzAppConfigurationStoreNameAvailability)| Checks whether an Azure App Configuration store name is available for use.|
26
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. |
27
+
|[Update a store with the specified parameters](/powershell/module/az.appconfiguration/Update-AzAppConfigurationStore)| Updates an Azure App Configuration store with specified parameters. |
28
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. |
29
+
|[List the access key for the specified store](/powershell/module/az.appconfiguration/Get-AzAppConfigurationStoreKey)| 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)| Regenerates an access key for the specified Azure App Configuration store. |
0 commit comments