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/app-service/environment/using.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ In the Azure portal, create a web app in an App Service Environment:
66
66
67
67
If you're creating a new App Service plan, use the dropdown list and select the tier size. The list shows **Popular plans**. The only SKU you can select for your app is an _Isolated v2_ pricing SKU.
68
68
69
-
:::image type="content" source="./media/using/select-price-tier.png" alt-text="Screenshot that shows how to select the pricing tier for the App Service plan in the Azure portal.":::
69
+
:::image type="content" source="./media/using/select-plan-tier.png" alt-text="Screenshot that shows how to select the pricing tier for the App Service plan in the Azure portal.":::
70
70
71
71
You can select **Explore pricing plans** to compare the plan features. The following image shows an example of pricing plans and features. In the **Select App Service Pricing plan** pane, select a plan in the list and then choose **Select**.
72
72
@@ -134,7 +134,7 @@ In an App Service Environment with an external VIP, the domain suffix used for a
134
134
135
135
You use the `scm` URL to access the Kudu console, or publish your app by using web deploy. For more information, see [Kudu service for Azure App Service](../resources-kudu.md). The Kudu console gives you a web UI for debugging, uploading files, and editing files.
136
136
137
-
### Configure DNS for your web app
137
+
### Configure DNS
138
138
139
139
If your App Service Environment is made with an external VIP, your apps are automatically put into public DNS. If your App Service Environment is made with an internal VIP, you might need to configure DNS manually.
140
140
@@ -347,13 +347,11 @@ Follow these steps to delete the App Service Environment:
347
347
348
348
1. In the Azure portal, on the **Overview** page for the **App Service Environment**, select **Delete**.
349
349
350
-
1. Confirm the delete action by entering the name of your App Service Environment.
350
+
1. Confirm the delete action by entering the name of your App Service Environment, and select **OK**.
351
351
352
-
When you delete an App Service Environment, you also delete all content and resources within the environment.
352
+
When you delete an App Service Environment, you also delete all content and resources within the environment.
353
353
354
-
:::image type="content" source="./media/using/delete-environment.png" alt-text="Screenshot that shows how to delete an App Service Environment in the Azure portal.":::
355
-
356
-
1. Select **OK**.
354
+
:::image type="content" source="./media/using/delete-environment.png" alt-text="Screenshot that shows how to delete an App Service Environment in the Azure portal.":::
0 commit comments