Skip to main content

Azure Container Apps Creation from Visual Studio Community 2026

🧱 Service Inputs

🚀 Azure Container Apps – Creation Steps

1.

Right click the service project

2.

Click Publish

Click Publish
3.

New Profile

New Profile
4.

Select Azure & Click Next

Select Azure
5.

Select Azure Container Apps & Click Next

Select ACA
6.

Select and Expand Resource Group & Click Create new

Target Resource Group:
dev-se-Resource-group
Select Resource Group
7.

Enter the Container App parameters & Click Create

Container app name:
dev-ts-gw-srvc-app
Subscription name:
Azure subscription 1
Resource group:
dev-se-Resource-group (East US)
Container app environment:
dev-se-container-app-environment (East US)
Container name:
dev-ts-gw-srvc-container
Enter container app parameters
8.

Click Next

Click Next
9.

Select the Azure Container Registry (ACR) & Click Next

Registry name:
devseacr
Select Azure Container Registry and click Next
10.

Select Dockerfile option & Click Next

Select Dockerfile option and click Next
11.

Select Publish (generates pubxml file) option & Click Finish

Select Publish option and click Finish
12.

Go to the Properties → Publish Profiles → Right-click the new .pubxml file → Git → Add Ignored File to Source Control

Add pubxml file to Git ignored files
12.

Publish the Container

Publish the container