Skip to content

Commit 7401d7b

Browse files
committed
docs: Update Cloud Shell and IIS installation steps in Application Gateway quickstart
1 parent 3c0915f commit 7401d7b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

articles/application-gateway/quick-create-portal.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,12 @@ To add backend targets, you:
203203

204204
In this example, you install IIS on the virtual machines to verify that the application gateway was created successfully.
205205

206-
1. Open Azure PowerShell.
206+
1. In the Azure portal, select **Cloud Shell** from the top navigation bar, and then select **PowerShell** from the dropdown list.
207207

208-
Select **Cloud Shell** from the top navigation bar of the Azure portal and then select **PowerShell** from the dropdown list.
209-
210-
:::image type="content" source="./media/application-gateway-create-gateway-portal/application-gateway-extension.png" alt-text="Screenshot of installing custom extension in Cloud Shell.":::
208+
> [!NOTE]
209+
> You can also use Azure Bastion to connect to the virtual machines and install IIS. For more information, see [Quickstart: Deploy Azure Bastion with default settings](../bastion/quickstart-host-portal.md).
211210
212-
1. Run the following command to install IIS on the virtual machine. Change the `Location` parameter if necessary:
211+
1. In the Azure PowerShell terminal, run the following command to install IIS on the virtual machine. Change the `Location` parameter if necessary:
213212

214213
```azurepowershell
215214
Set-AzVMExtension `

0 commit comments

Comments
 (0)