Skip to content

Commit 9bcb4e3

Browse files
authored
Merge pull request #107356 from cherylmc/cloudshell
update basic Cloud Shell instrutions
2 parents 76ec60c + 10a87f9 commit 9bcb4e3

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66

77
ms.service: vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 11/04/2019
9+
ms.date: 03/11/2020
1010
ms.author: cherylmc
1111
#Customer intent: I want to create a VPN gateway for my virtual network so that I can connect to my VNet and communicate with resources remotely.
1212
---
@@ -25,9 +25,7 @@ The following diagram shows the virtual network and the VPN gateway created as p
2525

2626
![VNet and VPN gateway](./media/vpn-gateway-tutorial-create-gateway-powershell/vnet1-gateway.png)
2727

28-
### Azure Cloud Shell and Azure PowerShell
29-
30-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
28+
### Working with Azure Cloud Shell and Azure PowerShell
3129

3230
[!INCLUDE [working with cloud shell](../../includes/vpn-gateway-cloud-shell-powershell.md)]
3331

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: yushwang
66

77
ms.service: vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 01/10/2020
9+
ms.date: 03/11/2020
1010
ms.author: yushwang
1111
ms.custom: mvc
1212
#Customer intent: I want to create an S2S VPN connection so that I can connect my VNet and on-premises network.
@@ -22,13 +22,13 @@ Azure S2S VPN connections provide secure, cross-premises connectivity between cu
2222
> * Add more VPN connections
2323
> * Delete a VPN connection
2424
25-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
26-
2725
The following diagram shows the topology for this tutorial:
2826

2927
![Site-to-Site VPN connection diagram](./media/vpn-gateway-tutorial-vpnconnection-powershell/site-to-site-diagram.png)
3028

31-
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
29+
### Working with Azure Cloud Shell and Azure PowerShell
30+
31+
[!INCLUDE [working with cloud shell](../../includes/vpn-gateway-cloud-shell-powershell.md)]
3232

3333
## Requirements
3434

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

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,11 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 06/04/2019
8+
ms.date: 03/11/2020
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, an interactive shell environment hosted in Azure and used
14-
through the browser. Azure Cloud Shell comes with the Azure PowerShell cmdlets pre-installed.
13+
This article uses PowerShell cmdlets. To run the cmdlets, you can use Azure Cloud Shell. 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.
1514

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 using any of the following methods:
21-
22-
| | |
23-
|-----------------------------------------------|---|
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/hdi-azure-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/hdi-launch-cloud-shell.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/hdi-cloud-shell-menu.png) |
15+
To open the Cloud Shell, just select **Try it** from the upper right corner of a code block. You can also launch Cloud Shell in a separate browser tab by going to [https://shell.azure.com/powershell](https://shell.azure.com/powershell). Select **Copy** to copy the blocks of code, paste it into the Cloud Shell, and press enter to run it.

0 commit comments

Comments
 (0)