Skip to content

Commit db46a16

Browse files
authored
Merge pull request #89032 from dlepow/acrweb
[ACR] Web app deployment updates
2 parents 83d4eec + 8263095 commit db46a16

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

articles/container-registry/container-registry-tutorial-deploy-app.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ Under **Web App for Containers** that's displayed after you select "Deploy to we
5151
| **Site Name** | A globally unique name for the web app. In this example, we use the format `<acrName>-westus` to easily identify the registry and region the web app is deployed from. |
5252
| **Resource Group** | **Use existing** > `myResourceGroup` |
5353
| **App service plan/Location** | Create a new plan named `plan-westus` in the **West US** region. |
54-
| **Image** | `acr-helloworld:v1`
54+
| **Image** | `acr-helloworld:v1` |
55+
| **Operating system** | Linux |
56+
57+
> [!NOTE]
58+
> When you create a new app service plan to deploy your containerized app, a default plan is automatically selected to host your application. The default plan depends on the operating system setting.
5559
5660
Select **Create** to provision the web app to the *West US* region.
5761

@@ -80,7 +84,8 @@ Use the procedure outlined in the previous section to deploy a second web app to
8084
| **Site Name** | A globally unique name for the web app. In this example, we use the format `<acrName>-eastus` to easily identify the registry and region the web app is deployed from. |
8185
| **Resource Group** | **Use existing** > `myResourceGroup` |
8286
| **App service plan/Location** | Create a new plan named `plan-eastus` in the **East US** region. |
83-
| **Image** | `acr-helloworld:v1`
87+
| **Image** | `acr-helloworld:v1` |
88+
| **Operating system** | Linux |
8489

8590
Select **Create** to provision the web app to the *East US* region.
8691

2.09 KB
Loading
2.15 KB
Loading

0 commit comments

Comments
 (0)