You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/quick-create-portal.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,13 +203,12 @@ To add backend targets, you:
203
203
204
204
In this example, you install IIS on the virtual machines to verify that the application gateway was created successfully.
205
205
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.
207
207
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).
211
210
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:
0 commit comments