Skip to content

Commit 887692e

Browse files
committed
Self check
1 parent bb27f9f commit 887692e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: PowerShell samples
33
description: Learn about the Azure PowerShell sample scripts available for App Configuration.
4-
tags: azure-app-configuration
4+
ms.service: azure-app-configuration
55
ms.topic: sample
66
ms.date: 12/14/2022
77
ms.author: malev
@@ -14,17 +14,17 @@ The following table includes links to PowerShell scripts built using the [Az.App
1414
| Script | Description |
1515
|-|-|
1616
|**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. |
1818
|**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. |
2121
|**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. |
2424
|**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.|
2626
|**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. |
2828
|**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

Comments
 (0)