Skip to content

Commit 0b861ce

Browse files
Incorporated the suggested changes after the review. Thanks
1 parent 856e770 commit 0b861ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/deploy-visual-studio.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-ui, devx-track-dotnet
1414

1515
Azure Container Apps enables you to run microservices and containerized applications on a serverless platform. With Container Apps, you enjoy the benefits of running containers while leaving behind the concerns of manually configuring cloud infrastructure and complex container orchestrators.
1616

17-
In this tutorial, you deploy a containerized ASP.NET Core 6.0 (or higher as lates ASP.NET Core 8.0 is available) application to Azure Container Apps using Visual Studio. The steps below also apply to earlier versions of ASP.NET Core.
17+
In this tutorial, you deploy a containerized ASP.NET Core 8.0 application to Azure Container Apps using Visual Studio. The steps below also apply to earlier versions of ASP.NET Core.
1818

1919
## Prerequisites
2020

@@ -23,7 +23,7 @@ In this tutorial, you deploy a containerized ASP.NET Core 6.0 (or higher as late
2323

2424
## Create the project
2525

26-
For deployment to Azure, begin by creating the containerized ASP.NET Core application
26+
Begin by creating the containerized ASP.NET Core application.
2727

2828
1) In Visual Studio, select **File** and then choose **New => Project**.
2929

@@ -39,15 +39,15 @@ For deployment to Azure, begin by creating the containerized ASP.NET Core applic
3939

4040
## Deploy to Azure Container Apps
4141

42-
The application includes a Dockerfile because the Enable Docker setting was selected in the project template. Visual Studio uses the Dockerfile to build the container image that the Azure Container Apps run.
42+
The application includes a Dockerfile because the project template had the *Enable Docker* setting selected. Visual Studio uses the Dockerfile to build the container image that the Azure Container Apps run.
4343

4444
Refer to [How Visual Studio builds containerized apps](/visualstudio/containers/container-build) if you'd like to learn more about the specifics of this process.
4545

4646
You're now ready to deploy to the application to Azure Containers Apps.
4747

4848
### Create the resources
4949

50-
The Visual Studio publish dialogs help you choose existing Azure resources, or create new ones to be used to deploy your applications to. It also builds the container image using the Dockerfile in the project, push this image to Azure Container Registry (ACR), and finally deploy the new image to the container app selected.
50+
The publish dialog windows in Visual Studio help you choose existing Azure resources, or allow you to create new ones for deployment. This process also builds the container image, pushes the image to Azure Container Registry (ACR), and deploys the new container app image.
5151

5252
1) Right-click the **MyContainerApp** project node and select **Publish**.
5353

@@ -75,7 +75,7 @@ The Visual Studio publish dialogs help you choose existing Azure resources, or c
7575

7676
:::image type="content" source="media/visual-studio/container-apps-select-resource.png" alt-text="A screenshot showing how to select the created resource.":::
7777

78-
8) On the **Registry** screen, you can either select an existing Registry if you have one, or create a new one. To create a new one, click the green **+** icon on the right. On the **Create new** registry screen, fill in the following values:
78+
8) On the **Registry** screen, you can either select an existing Registry if you have one, or create a new one. To create a new one, click the green **+** icon on the right. On the *Create new* registry screen, fill in the following values:
7979

8080
- **DNS prefix**: Enter a value of `msdocscontainerregistry` or a name of your choosing.
8181
- **Subscription Name**: Select the subscription you want to use - you might only have one to choose from.

0 commit comments

Comments
 (0)