Skip to content

Commit 3799d77

Browse files
committed
Fix link
1 parent 86ae544 commit 3799d77

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/azure-app-configuration/powershell-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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) | Creates an Azure App Configuration store with some specified parameters. |
17+
| [Create a configuration store with the specified parameters](scripts/powershell-create-service.md) | Creates an Azure App Configuration store with some specified parameters. |
1818
|**Delete store**||
1919
| [Delete a configuration store](/powershell/module/az.appconfiguration/Remove-AzAppConfigurationStore) | Deletes an Azure App Configuration store. |
2020
| [Purge a deleted configuration store](/powershell/module/az.appconfiguration/Clear-AzAppConfigurationDeletedStore) | Purges a deleted Azure App Configuration store, permanently removing all data. |

articles/azure-app-configuration/scripts/cli-create-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ author: maud-lv
77

88
ms.service: azure-app-configuration
99
ms.topic: sample
10-
ms.date: 01/24/2020
10+
ms.date: 01/18/2023
1111
ms.author: malev
1212
ms.custom: devx-track-azurecli
1313
---
1414

15-
# Create an Azure App Configuration Store
15+
# Create an Azure App Configuration store with PowerShell
1616

17-
This sample script creates a new instance of Azure App Configuration in a new resource group.
17+
This sample script creates a new instance of Azure App Configuration using the Azure CLI in a new resource group.
1818

1919
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
2020

@@ -55,7 +55,7 @@ appConfigConnectionString=$(az appconfig credential list \
5555
echo "$appConfigConnectionString"
5656
```
5757

58-
Make a note of the actual name generated for the new resource group. You will use that resource group name when you want to delete all group resources.
58+
Make a note of the actual name generated for the new resource group. You'll use that resource group name when you want to delete all group resources.
5959

6060
[!INCLUDE [cli-script-cleanup](../../../includes/cli-script-clean-up.md)]
6161

@@ -73,4 +73,4 @@ This script uses the following commands to create a new resource group and an Ap
7373

7474
For more information on the Azure CLI, see [Azure CLI documentation](/cli/azure).
7575

76-
Additional App Configuration CLI script samples can be found in the [Azure App Configuration CLI samples](../cli-samples.md).
76+
More App Configuration CLI script samples can be found in the [Azure App Configuration CLI samples](../cli-samples.md).

articles/azure-app-configuration/scripts/powershell-create-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: PowerShell Script Sample - Create an Azure App Configuration Store
2+
title: PowerShell script sample - Create an Azure App Configuration store
33
titleSuffix: Azure App Configuration
44
description: Create an Azure App Configuration store using a sample PowerShell script. See reference article links to commands used in the script.
55
services: azure-app-configuration
@@ -55,6 +55,6 @@ This script uses the following commands to create a new resource group and an Ap
5555

5656
## Next steps
5757

58-
For more information about Azure PowerShell, see [Azure CLI documentation](/powershell/azure/what-is-azure-powershell).
58+
For more information about Azure PowerShell, see [Azure PowerShell documentation](/powershell/azure/).
5959

60-
Additional App Configuration PowerShell script samples can be found in the [Azure App Configuration PowerShell samples](../powershell-samples.md).
60+
More App Configuration script samples for PowerShell can be found in the [Azure App Configuration PowerShell samples](../powershell-samples.md).

0 commit comments

Comments
 (0)