Skip to content

Commit 48d25a5

Browse files
committed
Remove unnecessary step
1 parent 51fd79d commit 48d25a5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-app-configuration
66
author: maud-lv
77
ms.service: azure-app-configuration
88
ms.topic: sample
9-
ms.date: 01/18/2023
9+
ms.date: 02/12/2023
1010
ms.author: malev
1111
ms.custom: devx-track-azurepowershell
1212
---
@@ -19,8 +19,7 @@ This sample script creates a new instance of Azure App Configuration in a new re
1919

2020
To execute the sample scripts, you need a functional setup of [Azure PowerShell](/powershell/azure/).
2121

22-
1. Open a PowerShell window with admin rights and run `Install-Module -Name Az` to install Azure PowerShell
23-
1. Run: `Install-Module -Name Az.AppConfiguration` to install the App Configuration module.
22+
Open a PowerShell window with admin rights and run `Install-Module -Name Az` to install Azure PowerShell
2423

2524
## Sample script
2625

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-app-configuration
66
author: maud-lv
77
ms.service: azure-app-configuration
88
ms.topic: sample
9-
ms.date: 01/24/2023
9+
ms.date: 02/02/2023
1010
ms.author: malev
1111
ms.custom: devx-track-azurepowershell
1212
---
@@ -19,8 +19,7 @@ This sample script deletes an instance of Azure App Configuration using Powershe
1919

2020
To execute this sample script, you need a functional setup of [Azure PowerShell](/powershell/azure/).
2121

22-
1. Open a PowerShell window with admin rights and run `Install-Module -Name Az` to install Azure PowerShell
23-
1. Run: `Install-Module -Name Az.AppConfiguration` to install the App Configuration module.
22+
Open a PowerShell window with admin rights and run `Install-Module -Name Az` to install Azure PowerShell
2423

2524
## Sample script
2625

0 commit comments

Comments
 (0)