Skip to content

Commit 9e01b9a

Browse files
author
Stephen Tramer
committed
Fix one-off Cloud Shell includes.
1 parent b04e92a commit 9e01b9a

10 files changed

+48
-28
lines changed

articles/expressroute/expressroute-howto-add-gateway-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ This article helps you add, resize, and remove a virtual network (VNet) gateway
2828

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

31-
[!INCLUDE [working with cloud shell](../../includes/expressroute-cloud-shell-try-it-about.md)]
31+
[!INCLUDE [working with cloud shell](../../includes/expressroute-cloud-shell-powershell-about.md)]
3232

3333
### Configuration reference list
3434

3535
[!INCLUDE [expressroute-gateway-rm-ps](../../includes/expressroute-gateway-rm-ps-include.md)]
3636

3737
## Next steps
38-
After you have created the VNet gateway, you can link your VNet to an ExpressRoute circuit. See [Link a Virtual Network to an ExpressRoute circuit](expressroute-howto-linkvnet-arm.md).
38+
After you have created the VNet gateway, you can link your VNet to an ExpressRoute circuit. See [Link a Virtual Network to an ExpressRoute circuit](expressroute-howto-linkvnet-arm.md).

articles/vpn-gateway/create-zone-redundant-vnet-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can deploy VPN and ExpressRoute gateways in Azure Availability Zones. This b
2121

2222
You can use either PowerShell installed locally on your computer, or the Azure Cloud Shell. If you choose to install and use the PowerShell locally, this feature requires the latest version of the PowerShell module.
2323

24-
[!INCLUDE [Cloud shell](../../includes/vpn-gateway-cloud-shell-try-it.md)]
24+
[!INCLUDE [Cloud shell](../../includes/vpn-gateway-cloud-shell-powershell.md)]
2525

2626
### To use PowerShell locally
2727

articles/vpn-gateway/point-to-site-how-to-radius-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Apart from Active Directory, a RADIUS server can also integrate with other exter
5858

5959
Verify that you have an Azure subscription. If you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details) or sign up for a [free account](https://azure.microsoft.com/pricing/free-trial).
6060

61-
[!INCLUDE [powershell](../../includes/vpn-gateway-cloud-shell-try-it-about.md)]
61+
[!INCLUDE [powershell](../../includes/vpn-gateway-cloud-shell-powershell-about.md)]
6262

6363
### <a name="example"></a>Example values
6464

articles/vpn-gateway/vpn-gateway-connect-multiple-policybased-rm-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The workflow to enable this connectivity:
7171

7272
Verify that you have an Azure subscription. If you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details) or sign up for a [free account](https://azure.microsoft.com/pricing/free-trial).
7373

74-
[!INCLUDE [powershell](../../includes/vpn-gateway-cloud-shell-try-it-about.md)]
74+
[!INCLUDE [powershell](../../includes/vpn-gateway-cloud-shell-powershell-about.md)]
7575

7676
## <a name="enablepolicybased"></a>Enable policy-based traffic selectors on a connection
7777

articles/vpn-gateway/vpn-gateway-howto-point-to-site-rm-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Point-to-Site native Azure certificate authentication connections use the follow
3131

3232
Verify that you have an Azure subscription. If you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details) or sign up for a [free account](https://azure.microsoft.com/pricing/free-trial).
3333

34-
[!INCLUDE [powershell](../../includes/vpn-gateway-cloud-shell-try-it-about.md)]
34+
[!INCLUDE [powershell](../../includes/vpn-gateway-cloud-shell-powershell-about.md)]
3535

3636
Most of the steps in this article can use Cloud Shell. However, to upload the root certificate public key, you must either use PowerShell locally, or the Azure portal.
3737

articles/vpn-gateway/vpn-gateway-tutorial-create-gateway-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following diagram shows the virtual network and the VPN gateway created as p
3030

3131
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
3232

33-
[!INCLUDE [working with cloud shell](../../includes/vpn-gateway-cloud-shell-try-it.md)]
33+
[!INCLUDE [working with cloud shell](../../includes/vpn-gateway-cloud-shell-powershell.md)]
3434

3535
## Common network parameter values
3636

includes/cloud-shell-try-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: sttramer
88

99
## Open Azure Cloud Shell
1010

11-
Azure Cloud Shell is an interactive shell environment hosted in Azure, which you interact with through your browser. Azure Cloud Shell allows you to
11+
Azure Cloud Shell is an interactive shell environment hosted in Azure and used through your browse. Azure Cloud Shell allows you to
1212
use either `bash` or `PowerShell` shells to run a variety of tools to work with Azure services. Azure Cloud Shell comes pre-installed with the commands
1313
to allow you to run the content of this article without having to install anything on your local environment.
1414

includes/expressroute-cloud-shell-powershell-about.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,25 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 02/13/2019
8+
ms.date: 06/04/2019
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
1212

13-
This article uses PowerShell cmdlets. To run the cmdlets, you can use Azure Cloud Shell, a free interactive shell. It has common Azure tools preinstalled and configured to use with your account. Just click the **Copy** to copy the code, paste it into the Cloud Shell, and then press enter to run it. There are a few ways to launch the Cloud Shell:
13+
This article uses PowerShell cmdlets. To run the cmdlets, you can use Azure Cloud Shell, an interactive shell environment hosted in Azure and used
14+
through the browser. Azure Cloud Shell comes with the Azure PowerShell cmdlets pre-installed.
15+
16+
To run any code contained in this article on Azure Cloud Shell, open a Cloud Shell session, use the **Copy** button on a code block to copy the code,
17+
and paste it into the Cloud Shell session with __Ctrl+Shift+V__ on Windows and Linux, or __Cmd+Shift+V__ on macOS. Pasted text is not automatically
18+
executed, so press **Enter** to run code.
19+
20+
You can launch Azure Cloud Shell with:
1421

1522
| | |
1623
|-----------------------------------------------|---|
17-
| Click **Try It** in the upper right corner of a code block. | ![Cloud Shell in this article](./media/vpn-gateway-cloud-shell-powershell/cloud-shell-powershell-try-it.png) |
18-
| Open Cloud Shell in your browser. | [![https://shell.azure.com/powershell](./media/vpn-gateway-cloud-shell-powershell/launchcloudshell.png)](https://shell.azure.com/powershell) |
19-
| Click the **Cloud Shell** button on the menu in the upper right of the Azure portal. | [![Cloud Shell in the portal](./media/vpn-gateway-cloud-shell-powershell/cloud-shell-menu.png)](https://portal.azure.com) |
20-
| | |
24+
| Select **Try It** in the upper-right corner of a code block. This __doesn't__ automatically copy text to Cloud Shell. | ![Example of Try It for Azure Cloud Shell](./media/cloud-shell-try-it/cli-try-it.png) |
25+
| Open [shell.azure.com](https://shell.azure.com) in your browser. | [![Launch Azure Cloud Shell button](./media/cloud-shell-try-it/launchcloudshell.png)](https://shell.azure.com) |
26+
| Select the **Cloud Shell** button on the menu in the upper-right corner of the [Azure portal](https://portal.azure.com). | ![Cloud Shell button in the Azure portal](./media/cloud-shell-try-it/cloud-shell-menu.png) |
2127

22-
If you don't want to use Azure Cloud Shell, you can install PowerShell locally instead. If you choose to install and use PowerShell locally, be sure to install the latest version of the Azure Resource Manager PowerShell cmdlets to get the latest feature functionality. For more information, see [How to install and configure Azure PowerShell](/powershell/azure/overview).
28+
If you don't want to use Azure Cloud Shell, install Azure PowerShell locally instead. Be sure to install the latest version of the Azure PowerShell Az
29+
module to get up-to-date functionality. For more information, see [Install Azure PowerShell](/powershell/azure/overview).

includes/vpn-gateway-cloud-shell-powershell-about.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,26 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 02/13/2019
8+
ms.date: 06/04/2019
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
1212

13-
This article uses PowerShell cmdlets. To run the cmdlets, you can use Azure Cloud Shell. Azure Cloud Shell is a free interactive shell which has common Azure tools that are preinstalled and configured to use with your account. Just click **Copy** to copy the code, paste it into the Cloud Shell, and then press enter to run it. There are a few ways to launch the Cloud Shell:
13+
This article uses PowerShell cmdlets. To run the cmdlets, you can use Azure Cloud Shell, an interactive shell environment hosted in Azure and used
14+
through the browser. Azure Cloud Shell comes with the Azure PowerShell cmdlets pre-installed.
15+
16+
To run any code contained in this article on Azure Cloud Shell, open a Cloud Shell session, use the **Copy** button on a code block to copy the code,
17+
and paste it into the Cloud Shell session with __Ctrl+Shift+V__ on Windows and Linux, or __Cmd+Shift+V__ on macOS. Pasted text is not automatically
18+
executed, so press **Enter** to run code.
19+
20+
You can launch Azure Cloud Shell with:
1421

1522
| | |
1623
|-----------------------------------------------|---|
17-
| Click **Try It** in the upper right corner of a code block. | ![Cloud Shell in this article](./media/vpn-gateway-cloud-shell-powershell/cloud-shell-powershell-try-it.png) |
18-
| Open Cloud Shell in your browser. | [![https://shell.azure.com/powershell](./media/vpn-gateway-cloud-shell-powershell/launchcloudshell.png)](https://shell.azure.com/powershell) |
19-
| Click the **Cloud Shell** button on the menu in the upper right of the Azure portal. | [![Cloud Shell in the portal](./media/vpn-gateway-cloud-shell-powershell/cloud-shell-menu.png)](https://portal.azure.com) |
20-
| | |
24+
| Select **Try It** in the upper-right corner of a code block. This __doesn't__ automatically copy text to Cloud Shell. | ![Example of Try It for Azure Cloud Shell](./media/cloud-shell-try-it/cli-try-it.png) |
25+
| Open [shell.azure.com](https://shell.azure.com) in your browser. | [![Launch Azure Cloud Shell button](./media/cloud-shell-try-it/launchcloudshell.png)](https://shell.azure.com) |
26+
| Select the **Cloud Shell** button on the menu in the upper-right corner of the [Azure portal](https://portal.azure.com). | ![Cloud Shell button in the Azure portal](./media/cloud-shell-try-it/cloud-shell-menu.png) |
2127

2228
**Running PowerShell locally**
2329

24-
You can also install and run the Azure PowerShell cmdlets locally on your computer. PowerShell cmdlets are updated frequently. If you are not running the latest version, the values specified in the instructions may fail. To find the version of PowerShell that you are running locally, use the `Get-Module -ListAvailable Az` cmdlet. To install or update, see [Install the Azure PowerShell module](/powershell/azure/install-az-ps).
30+
You can also install and run the Azure PowerShell cmdlets locally on your computer. PowerShell cmdlets are updated frequently. If you are not running the latest version, the values specified in the instructions may fail. To find the version of PowerShell that you are running locally, use the `Get-Module -ListAvailable Az` cmdlet. To install or update, see [Install the Azure PowerShell module](/powershell/azure/install-az-ps).

includes/vpn-gateway-cloud-shell-powershell.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,23 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 05/14/2018
8+
ms.date: 06/04/2019
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
1212

13-
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. Just click the **Copy** to copy the code, paste it into the Cloud Shell, and then press enter to run it. There are a few ways to launch the Cloud Shell:
13+
This article uses PowerShell cmdlets. To run the cmdlets, you can use Azure Cloud Shell, an interactive shell environment hosted in Azure and used
14+
through the browser. Azure Cloud Shell comes with the Azure PowerShell cmdlets pre-installed.
15+
16+
To run any code contained in this article on Azure Cloud Shell, open a Cloud Shell session, use the **Copy** button on a code block to copy the code,
17+
and paste it into the Cloud Shell session with __Ctrl+Shift+V__ on Windows and Linux, or __Cmd+Shift+V__ on macOS. Pasted text is not automatically
18+
executed, so press **Enter** to run code.
19+
20+
You can launch Azure Cloud Shell with:
1421

1522
| | |
1623
|-----------------------------------------------|---|
17-
| Click **Try It** in the upper right corner of a code block. | ![Cloud Shell in this article](./media/vpn-gateway-cloud-shell-powershell/cloud-shell-powershell-try-it.png) |
18-
| Open Cloud Shell in your browser. | [![https://shell.azure.com/powershell](./media/vpn-gateway-cloud-shell-powershell/launchcloudshell.png)](https://shell.azure.com/powershell) |
19-
| Click the **Cloud Shell** button on the menu in the upper right of the Azure portal. | [![Cloud Shell in the portal](./media/vpn-gateway-cloud-shell-powershell/cloud-shell-menu.png)](https://portal.azure.com) |
20-
| | |
24+
| Select **Try It** in the upper-right corner of a code block. This __doesn't__ automatically copy text to Cloud Shell. | ![Example of Try It for Azure Cloud Shell](./media/cloud-shell-try-it/cli-try-it.png) |
25+
| Open [shell.azure.com](https://shell.azure.com) in your browser. | [![Launch Azure Cloud Shell button](./media/cloud-shell-try-it/launchcloudshell.png)](https://shell.azure.com) |
26+
| Select the **Cloud Shell** button on the menu in the upper-right corner of the [Azure portal](https://portal.azure.com). | ![Cloud Shell button in the Azure portal](./media/cloud-shell-try-it/cloud-shell-menu.png) |
27+

0 commit comments

Comments
 (0)