Skip to content

Commit 639210a

Browse files
committed
updates
1 parent 5049290 commit 639210a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ zone_pivot_groups: app-service-containers-windows-linux
1414
::: zone pivot="container-windows"
1515
[Azure App Service](overview.md) provides pre-defined application stacks on Windows like ASP.NET or Node.js, running on IIS. The preconfigured Windows container environment locks down the operating system from administrative access, software installations, changes to the global assembly cache, and so on. For more information, see [Operating system functionality on Azure App Service](operating-system-functionality.md). If your application requires more access than the preconfigured environment allows, you can deploy a custom Windows container instead.
1616

17-
This quickstart shows how to deploy an ASP.NET app, in a Windows image, to [Docker Hub](https://hub.docker.com/) from Visual Studio. You run the app in a custom container in Azure App Service.
17+
This quickstart shows how to deploy an ASP.NET app, in a Windows image, to [Azure Container Registry](../container-registry/container-registry-intro.md) from Visual Studio. You run the app in a custom container in Azure App Service.
1818

1919
> [!NOTE]
2020
> Windows Containers is limited to Azure Files and does not currently support Azure Blob.
@@ -24,15 +24,15 @@ This quickstart shows how to deploy an ASP.NET app, in a Windows image, to [Dock
2424

2525
To complete this tutorial:
2626

27-
- <a href="https://hub.docker.com/" target="_blank">Sign up for a Docker Hub account</a>
2827
- <a href="https://docs.docker.com/docker-for-windows/install/" target="_blank">Install Docker for Windows</a>.
2928
- <a href="/virtualization/windowscontainers/quick-start/quick-start-windows-10" target="_blank">Switch Docker to run Windows containers</a>.
3029
- <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:
3130
- Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
3231
- Add the workloads in Visual Studio by selecting **Tools** > **Get Tools and Features**.
33-
- In Visual Studio 2022 Community, ensure **.NET Framework project and item templates** component is selected with **ASP.NET and web development workload**.
32+
- In Visual Studio 2022 Community, ensure **.NET Framework project and item templates** component is selected with **ASP.NET and web development workload**.
33+
<!--
3434
:::image type="content" source="./media/quickstart-custom-container/vs-community-install.png?text=VS Community install" alt-text="Screenshot of VS Community installation":::
35-
35+
-->
3636

3737
## Create an ASP.NET web app
3838

@@ -78,15 +78,15 @@ Create an ASP.NET web app by following these steps:
7878

7979
:::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":::
8080

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

8383
:::image type="content" source="./media/quickstart-custom-container/create-new-azure-container-registry.png?text=Create new Azure Container Registry" alt-text="Create new Azure Container Registry":::
8484

8585
1. In **Create new**, make sure the correct subscription is chosen. Under **Resource group**, select **New** and type *myResourceGroup* for the name, and click **OK**. Under **SKU**, select **Basic**. Under **Registry location**, select a location of the registry then select **Create**.
8686

8787
:::image type="content" source="./media/quickstart-custom-container/new-azure-container-registry-details.png?text=Azure Container Registry details" alt-text="Azure Container Registry details":::
8888

89-
1. In **Publish**, under **Container Registry**, select the Azure Container Registry you created. Click Finish.
89+
1. In **Publish**, under **Container Registry**, select the registry you created, and then select **Finish**.
9090

9191
:::image type="content" source="./media/quickstart-custom-container/select-existing-azure-container-registry.png?text=Select existing Azure Container Registry" alt-text="Select existing Azure Container Registry":::
9292

0 commit comments

Comments
 (0)