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/creation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,19 +51,19 @@ To create an App Service Environment in the Azure portal, complete the following
51
51
52
52
1. From the **Basics** tab, for **Subscription**, select the subscription. For **Resource Group**, select or create the resource group, and enter the name of your App Service Environment. For **Virtual IP**, select **Internal** if you want your inbound address to be an address in your subnet. Select **External** if you want your inbound address to face the public internet. For **App Service Environment Name**, enter a name. The name must be no more than 36 characters. The name that you choose will also be used for the domain suffix. For example, if the name that you choose is *contoso*, and you have an internal VIP, the domain suffix is `contoso.appserviceenvironment.net`. If the name that you choose is *contoso*, and you have an external VIP, the domain suffix is `contoso.p.azurewebsites.net`.
53
53
54
-

54
+

55
55
56
56
1. From the **Hosting** tab, for **Physical hardware isolation**, select **Enabled** or **Disabled**. If you enable this option, you can deploy on dedicated hardware. When you create an App Service Environment v3 with a dedicated host deployment, you're billed for two dedicated hosts based on our pricing. As you scale, extra resources incur charges at the specialized Isolated v2 rate for each vCore. I1v2 uses two vCores, I2v2 uses four vCores, and I3v2 uses eight vCores for each instance. For **Zone redundancy**, select **Enabled** or **Disabled**.
57
57
58
-

58
+

59
59
60
60
1. From the **Networking** tab, for **Virtual Network**, select or create your virtual network. For **Subnet**, select or create your subnet. If you create an App Service Environment with an internal VIP, you can configure Azure DNS private zones to point your domain suffix to your App Service Environment. For more information, see the DNS section in [Use an App Service Environment][UseAppServiceEnvironment]. If you create an App Service Environment with an internal VIP, you can specify a private IP address by using the **Manual** option for **Inbound IP address**.
61
61
62
-

62
+

63
63
64
-
If you create an App Service Environment with an external VIP, you can select a public IP address by using the **Manual** option for **Inbound IP address**.
64
+
If you create an App Service Environment with an external VIP, you can select a public IP address by using the **Manual** option for **Inbound IP address**.
65
65
66
-

66
+

67
67
68
68
1. From the **Review + create** tab, check that your configuration is correct, then select **Create**. Your App Service Environment can take more than one hour to create.
Copy file name to clipboardExpand all lines: articles/app-service/environment/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ An App Service Environment stores customer data, including app content, settings
196
196
The following sections list the regional pricing tiers, or SKUs, availability for App Service Environment v3.
197
197
198
198
> [!NOTE]
199
-
> Windows Container plans don't support memoryintensive SKUs.
199
+
> Windows Container plans don't support memory-intensive SKUs.
200
200
201
201
### Azure Public:
202
202
@@ -281,4 +281,4 @@ The following sections list the regional pricing tiers, or SKUs, availability fo
281
281
## Next step
282
282
283
283
> [!div class="nextstepaction"]
284
-
> [Whitepaper on using App Service Environment v3 in compliance-oriented industries](https://gigaom.com/report/using-app-service-environment-v3-in-compliance-oriented-industries/)
284
+
> [Whitepaper: App Service Environment v3 in compliance-oriented industries](https://gigaom.com/report/using-app-service-environment-v3-in-compliance-oriented-industries/)
0 commit comments