Skip to content

Commit 68346e3

Browse files
authored
Merge pull request #221459 from maud-lv/ml-aac-powershell
Create PowerShells samples doc
2 parents ea492fa + 0cc64cf commit 68346e3

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+
ms.service: 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) | Creates an Azure App Configuration store with some specified parameters. |
18+
|**Delete store**||
19+
| [Delete a configuration store](/powershell/module/az.appconfiguration/Remove-AzAppConfigurationStore) | Deletes an Azure App Configuration store. |
20+
| [Purge a deleted configuration store](/powershell/module/az.appconfiguration/Clear-AzAppConfigurationDeletedStore) | Purges a deleted Azure App Configuration store, permanently removing all data. |
21+
|**Get and list 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+
|**Check store name**||
25+
| [Checks store name availability](/powershell/module/az.appconfiguration/Test-AzAppConfigurationStoreNameAvailability) | 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) | 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) | 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)