Skip to content

Commit 6d32dbf

Browse files
committed
Adding border to images
1 parent dd7897c commit 6d32dbf

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

articles/cognitive-services/form-recognizer/deploy-label-tool.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,14 @@ Follow these steps to create a new resource using the Azure portal:
3939
1. Sign in to the [Azure portal](https://portal.azure.com/signin/index/).
4040
2. Select **Create a resource**.
4141
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+
4346
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)
4550
* Subscription - Select an existing Azure subscription
4651
* Resource Group - You can reuse an existing resource group or create a new one for this project. Creating a new resource group is recommended.
4752
* Name - Give your web app a name.
@@ -50,13 +55,16 @@ Follow these steps to create a new resource using the Azure portal:
5055
* Region - Choose a region that makes sense for you.
5156
* Linux Plan - Select a pricing tier/plan for your app service.
5257

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)
5460
5561
5. Next, select the **Docker** tab.
5662

57-
![Select Docker](./media/quickstarts/formre-select-docker.png)
63+
> [!div class="mx-imgBorder"]
64+
> ![Select Docker](./media/quickstarts/formre-select-docker.png)
5865
5966
6. Now let's configure your Docker container:
67+
6068
* Options - Select **Single Container**
6169
* Image Source - Select **Private Registry**
6270
* 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:
6573
* Image and tag - Set this to `mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool:latest`
6674
* Startup command - Set this to `./run.sh eula=accept`
6775

68-
![Configure Docker](./media/quickstarts/formre-configure-docker.png)
76+
> [!div class="mx-imgBorder"]
77+
> ![Configure Docker](./media/quickstarts/formre-configure-docker.png)
6978
7079
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.
7180

0 commit comments

Comments
 (0)