Skip to content

Commit 8263095

Browse files
committedSep 18, 2019
Updated screenshots
1 parent ce84adb commit 8263095

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ 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`
55-
| **Operating system** | Linux
54+
| **Image** | `acr-helloworld:v1` |
55+
| **Operating system** | Linux |
5656

5757
> [!NOTE]
5858
> 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.
@@ -84,7 +84,8 @@ Use the procedure outlined in the previous section to deploy a second web app to
8484
| **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. |
8585
| **Resource Group** | **Use existing** > `myResourceGroup` |
8686
| **App service plan/Location** | Create a new plan named `plan-eastus` in the **East US** region. |
87-
| **Image** | `acr-helloworld:v1`
87+
| **Image** | `acr-helloworld:v1` |
88+
| **Operating system** | Linux |
8889

8990
Select **Create** to provision the web app to the *East US* region.
9091

0 commit comments

Comments
 (0)