@@ -39,9 +39,14 @@ Follow these steps to create a new resource using the Azure portal:
39
39
1 . Sign in to the [ Azure portal] ( https://portal.azure.com/signin/index/ ) .
40
40
2 . Select ** Create a resource** .
41
41
3 . Next, select ** Web App** .
42
- ![ Select web app] ( ./media/quickstarts/formre-create-web-app.png )
42
+
43
+ > [ !div class="mx-imgBorder"]
44
+ > ![ Select web app] ( ./media/quickstarts/formre-create-web-app.png )
45
+
43
46
4 . First, make sure that the ** Basics** tab is selected. Now, you're going to need to provide some information:
44
- ![ Select Basics] ( ./media/quickstarts/formre-select-basics.png )
47
+
48
+ > [ !div class="mx-imgBorder"]
49
+ > ![ Select Basics] ( ./media/quickstarts/formre-select-basics.png )
45
50
* Subscription - Select an existing Azure subscription
46
51
* Resource Group - You can reuse an existing resource group or create a new one for this project. Creating a new resource group is recommended.
47
52
* Name - Give your web app a name.
@@ -50,13 +55,16 @@ Follow these steps to create a new resource using the Azure portal:
50
55
* Region - Choose a region that makes sense for you.
51
56
* Linux Plan - Select a pricing tier/plan for your app service.
52
57
53
- ![ Configure your web app] ( ./media/quickstarts/formre-select-docker-linux.png )
58
+ > [ !div class="mx-imgBorder"]
59
+ > ![ Configure your web app] ( ./media/quickstarts/formre-select-docker-linux.png )
54
60
55
61
5 . Next, select the ** Docker** tab.
56
62
57
- ![ Select Docker] ( ./media/quickstarts/formre-select-docker.png )
63
+ > [ !div class="mx-imgBorder"]
64
+ > ![ Select Docker] ( ./media/quickstarts/formre-select-docker.png )
58
65
59
66
6 . Now let's configure your Docker container:
67
+
60
68
* Options - Select ** Single Container**
61
69
* Image Source - Select ** Private Registry**
62
70
* Server URL - Set this to ` https://mcr.microsoft.com `
@@ -65,7 +73,8 @@ Follow these steps to create a new resource using the Azure portal:
65
73
* Image and tag - Set this to ` mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool:latest `
66
74
* Startup command - Set this to ` ./run.sh eula=accept `
67
75
68
- ![ Configure Docker] ( ./media/quickstarts/formre-configure-docker.png )
76
+ > [ !div class="mx-imgBorder"]
77
+ > ![ Configure Docker] ( ./media/quickstarts/formre-configure-docker.png )
69
78
70
79
7 . That's it. Next, select ** Review + Create** , then ** Create** to deploy your web app. When complete, you can access your web app at the URL provided in the ** Overview** for your resource.
71
80
0 commit comments