Skip to content

Commit 0bb265d

Browse files
committed
address feedback
1 parent 639210a commit 0bb265d

5 files changed

+4
-8
lines changed
Binary file not shown.

articles/app-service/quickstart-custom-container.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ To complete this tutorial:
2626

2727
- <a href="https://docs.docker.com/docker-for-windows/install/" target="_blank">Install Docker for Windows</a>.
2828
- <a href="/virtualization/windowscontainers/quick-start/quick-start-windows-10" target="_blank">Switch Docker to run Windows containers</a>.
29-
- <a href="https://www.visualstudio.com/downloads/" target="_blank">Install Visual Studio 2022</a> with the **ASP.NET and web development** and **Azure development** workloads. If you've installed Visual Studio 2022 already:
29+
- <a href="https://www.visualstudio.com/downloads/" target="_blank">Install Visual Studio 2022</a> with the **ASP.NET and web development** and **Azure development** workloads. In *Visual Studio 2022 Community*, ensure **.NET Framework project and item templates** component is selected with **ASP.NET and web development workload**. If you've installed Visual Studio 2022 already:
3030
- Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
3131
- Add the workloads in Visual Studio by selecting **Tools** > **Get Tools and Features**.
32-
- In Visual Studio 2022 Community, ensure **.NET Framework project and item templates** component is selected with **ASP.NET and web development workload**.
33-
<!--
34-
:::image type="content" source="./media/quickstart-custom-container/vs-community-install.png?text=VS Community install" alt-text="Screenshot of VS Community installation":::
35-
-->
3632

3733
## Create an ASP.NET web app
3834

@@ -72,11 +68,11 @@ Create an ASP.NET web app by following these steps:
7268

7369
1. In **Target**, select **Docker Container Registry**, and then click **Next**.
7470

75-
:::image type="content" source="./media/quickstart-custom-container/select-docker-container-registry-vs2022.png?text=Select Docker Container Registry" alt-text="Select Docker Container Registry":::
71+
:::image type="content" source="./media/quickstart-custom-container/select-docker-container-registry-visual-studio-2022.png?text=Select Docker Container Registry" alt-text="Select Docker Container Registry":::
7672

7773
1. In **Specific Target**, select **Azure Container Registry**, and then click **Next**.
7874

79-
:::image type="content" source="./media/quickstart-custom-container/publish-to-azure-container-registry-vs2022.png?text=Publish to Azure Container Registry" alt-text="Publish from project overview page":::
75+
:::image type="content" source="./media/quickstart-custom-container/publish-to-azure-container-registry-visual-studio-2022.png?text=Publish to Azure Container Registry" alt-text="Publish from project overview page":::
8076

8177
1. In **Publish**, make sure the correct subscription is chosen. In **Container registries** select the **+** button to create a new Azure Container Registry.
8278

@@ -92,7 +88,7 @@ Create an ASP.NET web app by following these steps:
9288

9389
Wait for the deployment to complete. The **Publish** page now shows the repository name. Select the *copy button* to copy the **Repository** name for later.
9490

95-
:::image type="content" source="./media/quickstart-custom-container/published-docker-repository-vs2022.png?text=Screenshot that highlights the repository name." alt-text="Screenshot that highlights the repository name.":::
91+
:::image type="content" source="./media/quickstart-custom-container/published-docker-repository-visual-studio-2022.png?text=Screenshot that highlights the repository name." alt-text="Screenshot that highlights the repository name.":::
9692

9793
## Create a Windows container app
9894

0 commit comments

Comments
 (0)