You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-custom-container.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,9 @@ To complete this tutorial:
26
26
27
27
- <ahref="https://docs.docker.com/docker-for-windows/install/"target="_blank">Install Docker for Windows</a>.
28
28
- <ahref="/virtualization/windowscontainers/quick-start/quick-start-windows-10"target="_blank">Switch Docker to run Windows containers</a>.
29
-
- <ahref="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
+
- <ahref="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:
30
30
- Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
31
31
- 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
-
-->
36
32
37
33
## Create an ASP.NET web app
38
34
@@ -72,11 +68,11 @@ Create an ASP.NET web app by following these steps:
72
68
73
69
1. In **Target**, select **Docker Container Registry**, and then click **Next**.
1. In **Specific Target**, select **Azure Container Registry**, and then click **Next**.
78
74
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":::
80
76
81
77
1. In **Publish**, make sure the correct subscription is chosen. In **Container registries** select the **+** button to create a new Azure Container Registry.
82
78
@@ -92,7 +88,7 @@ Create an ASP.NET web app by following these steps:
92
88
93
89
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.
94
90
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.":::
0 commit comments