Skip to content

Commit 490f6ae

Browse files
committed
edits
1 parent cc2d002 commit 490f6ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/app-service/environment/creation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ To create an App Service Environment in the Azure portal, complete the following
5151

5252
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`.
5353

54-
![Screenshot that shows the App Service Environment basics tab.](./media/creation/creation-basics.png)
54+
![Screenshot that shows the App Service Environment basics tab.](./media/creation/creation-basics.png)
5555

5656
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**.
5757

58-
![Screenshot that shows the App Service Environment hosting selections.](./media/creation/creation-hosting.png)
58+
![Screenshot that shows the App Service Environment hosting selections.](./media/creation/creation-hosting.png)
5959

6060
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**.
6161

62-
![Screenshot that shows App Service Environment networking (App Service Environment Internal) selections.](./media/creation/creation-networking-internal.png)
62+
![Screenshot that shows App Service Environment networking (App Service Environment Internal) selections.](./media/creation/creation-networking-internal.png)
6363

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**.
6565

66-
![Screenshot that shows App Service Environment networking (App Service Environment External) selections.](./media/creation/creation-networking-external.png)
66+
![Screenshot that shows App Service Environment networking (App Service Environment External) selections.](./media/creation/creation-networking-external.png)
6767

6868
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.
6969

articles/app-service/environment/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ An App Service Environment stores customer data, including app content, settings
196196
The following sections list the regional pricing tiers, or SKUs, availability for App Service Environment v3.
197197

198198
> [!NOTE]
199-
> Windows Container plans don't support memory intensive SKUs.
199+
> Windows Container plans don't support memory-intensive SKUs.
200200
201201
### Azure Public:
202202

@@ -281,4 +281,4 @@ The following sections list the regional pricing tiers, or SKUs, availability fo
281281
## Next step
282282

283283
> [!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

Comments
 (0)