Skip to content

Commit bb27f9f

Browse files
committed
Create PowerShells samples doc
1 parent b826d31 commit bb27f9f

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
items:
118118
- name: Azure CLI
119119
href: cli-samples.md
120+
- name: Azure PowerShell
121+
href: powershell-samples.md
120122
- name: Python SDK
121123
href: quickstart-python.md
122124
- name: Samples on GitHub
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: PowerShell samples
3+
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

Comments
 (0)