Skip to content

Commit 06ef6b0

Browse files
authored
Merge pull request #97289 from PramodValavala-MSFT/patch-80
(AzureCXP) move line about module dependency
2 parents 121ff4f + ae5cf09 commit 06ef6b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/scripts/event-grid-powershell-azure-subscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ This script creates an Event Grid subscription to the events for an Azure subscr
2020

2121
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
2222

23-
The preview sample script requires the Event Grid module. To install, run
24-
`Install-Module -Name AzureRM.EventGrid -AllowPrerelease -Force -Repository PSGallery`
25-
2623
## Sample script - stable
2724

2825
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
@@ -31,6 +28,9 @@ The preview sample script requires the Event Grid module. To install, run
3128

3229
## Sample script - preview module
3330

31+
This preview sample script requires the Event Grid module. To install, run
32+
`Install-Module -Name AzureRM.EventGrid -AllowPrerelease -Force -Repository PSGallery`
33+
3434
[!INCLUDE [requires-azurerm](../../../includes/requires-azurerm.md)]
3535

3636
[!code-powershell[main](../../../powershell_scripts/event-grid/subscribe-to-azure-subscription-preview/subscribe-to-azure-subscription-preview.ps1 "Subscribe to Azure subscription")]

0 commit comments

Comments
 (0)