Skip to content

Commit 39c5b3e

Browse files
committed
One more try
1 parent 65cde8a commit 39c5b3e

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

articles/notification-hubs/scripts/create-notification-hub-powershell.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

3-
title: PowerShell script: Create an Azure notification hub | Microsoft Docs
4-
description: Learn how to use PowerShell to create an Azure notification hub.
3+
title: Create an Azure notification hub using PowerShell | Microsoft Docs
4+
description: Learn how to use a PowerShell script to create an Azure notification hub.
55
author: dimazaid
66
manager: femila
77
services: notification-hubs
@@ -19,21 +19,13 @@ ms.author: dimazaid
1919

2020
# Use PowerShell to create an Azure notification hub
2121

22-
This sample PowerShell script creates a sample Azure notification hub.
22+
This sample PowerShell script creates a sample Azure notification hub.
2323

24-
> [!NOTE]
25-
> This article has been updated to use the new Azure PowerShell Az
26-
> module. You can still use the AzureRM module, which will continue to receive bug fixes until at least December 2020.
27-
> To learn more about the new Az module and AzureRM compatibility, see
28-
> [Introducing the new Azure PowerShell Az module](/powershell/azure/new-azureps-module-az). For
29-
> Az module installation instructions, see [Install Azure PowerShell](/powershell/azure/install-az-ps).
24+
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
3025

31-
## Prerequisites
32-
33-
* This sample requires Azure PowerShell Az 1.0 or later. Run `Get-Module -ListAvailable Az` to see which versions are installed.
34-
If you need to install, see [Install Azure PowerShell module](/powershell/azure/install-az-ps).
26+
[!INCLUDE [sample-powershell-install](../../../includes/sample-powershell-install-no-ssh.md)]
3527

36-
* Run [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) to sign in to Azure.
28+
## Prerequisites
3729

3830
* **Azure subscription** - If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
3931

0 commit comments

Comments
 (0)