Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deployWorkspaceProject to README #548

Merged
merged 13 commits into from
Nov 1, 2023
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ Use the Azure Containers extension to quickly create and deploy containerized ap

## Create your first container app

Please follow this great onboarding [tutorial](https://aka.ms/container-apps/vscode) to create your first container app!
We've introduced a new command `Deploy Project from Workspace...` to simplify the process of deploying a local workspace project to a container app! By analyzing your project directory, we automatically detect any Dockerfiles and generate all the necessary Azure resources required for creating a containerized application (monorepo support coming soon).

Please follow this great onboarding [tutorial](https://aka.ms/container-apps/vscode) to get started!

You can re-run the command with your saved workspace settings to quickly re-deploy your project to the same Azure resources.

__Note__: We also have entry-points on the container apps environment item (`Create Container App from Workspace`) and the container app item (`Deploy Workspace to Container App`). These commands offer the flexibility to quickly target project deployment to existing resources.

<!-- region exclude-from-marketplace -->

Expand Down