Skip to content

Commit 1618bf6

Browse files
Standardized the "Before you begin" section between 2 articles.
1 parent 87379da commit 1618bf6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/virtual-network/manage-network-security-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Security rules in network security groups enable you to filter the type of netwo
2222

2323
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2424

25-
First, sign up for a [free Azure account](https://azure.microsoft.com/free), if you don't already have one. Then complete one of these tasks before starting steps in any section of this article:
25+
If you don't have one, set up an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Then complete one of these tasks before starting steps in any section of this article:
2626

2727
- **Portal users**: Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
2828

articles/virtual-network/virtual-network-network-interface-vm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ If you need to add, change, or remove IP addresses for a network interface, see
2727

2828
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2929

30-
Do these tasks before completing steps in any section of this article:
30+
If you don't have one, set up an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Then complete one of these tasks before starting steps in any section of this article:
3131

32-
- If you don't have one, set up an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
32+
- **Portal users**: Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
3333

34-
- If using the [Azure portal](https://portal.azure.com), sign in with your Azure account.
34+
- **PowerShell users**: Either run the commands in the [Azure Cloud Shell](https://shell.azure.com/powershell), or run PowerShell from your computer. The Azure Cloud Shell is a free interactive shell that you can use to run the steps in this article. It has common Azure tools preinstalled and configured to use with your account. In the Azure Cloud Shell browser tab, find the **Select environment** dropdown list, then pick **PowerShell** if it isn't already selected.
3535

36-
- If using PowerShell commands to complete tasks in this article, either run the commands in the [Azure Cloud Shell](https://shell.azure.com/powershell), or run PowerShell from your computer. The Azure Cloud Shell is a free interactive shell that you can use to run the steps in this article. It has common Azure tools preinstalled and configured to use with your account. This tutorial requires the Azure PowerShell module version 1.0.0 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you're running PowerShell locally, also run `Connect-AzAccount` to create a connection with Azure.
36+
If you're running PowerShell locally, use Azure PowerShell module version 1.0.0 or later. Run `Get-Module -ListAvailable Az.Network` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). Also run `Connect-AzAccount` to create a connection with Azure.
3737

38-
- If using Azure command-line interface (CLI) commands to complete tasks in this article, either run the commands in the [Azure Cloud Shell](https://shell.azure.com/bash), or run the CLI from your computer. This tutorial requires the Azure CLI version 2.0.26 or later. Run `az --version` to find the installed version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli). If you're running the Azure CLI locally, also run `az login` to create a connection with Azure.
38+
- **Azure Command-line interface (CLI) users**: Either run the commands in the [Azure Cloud Shell](https://shell.azure.com/bash), or run the CLI from your computer. Use Azure CLI version 2.0.26 or later if you're running the Azure CLI locally. Run `az --version` to find the installed version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli). Also run `az login` to create a connection with Azure.
3939

4040
## Add existing network interfaces to a new VM
4141

0 commit comments

Comments
 (0)