1
1
---
2
2
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.
5
5
author : dimazaid
6
6
manager : femila
7
7
services : notification-hubs
@@ -19,21 +19,13 @@ ms.author: dimazaid
19
19
20
20
# Use PowerShell to create an Azure notification hub
21
21
22
- This sample PowerShell script creates a sample Azure notification hub.
22
+ This sample PowerShell script creates a sample Azure notification hub.
23
23
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 )]
30
25
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 )]
35
27
36
- * Run [ Connect-AzAccount ] ( /powershell/module/az.accounts/connect-azaccount ) to sign in to Azure.
28
+ ## Prerequisites
37
29
38
30
* ** Azure subscription** - If you don't have an Azure subscription, create a [ free account] ( https://azure.microsoft.com/free/ ) before you begin.
39
31
0 commit comments