Skip to content

Commit

Permalink
Update aca-deployment-github-actions.md (#594)
Browse files Browse the repository at this point in the history
typo in the naming of the directory for azure devops pipeline deployment documentations
  • Loading branch information
jonoabroad authored Apr 8, 2024
1 parent 2e34e36 commit e134bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/azure/aca-deployment-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ Congratulations! You successfully deployed a .NET Aspire app using the Azure Dev

Although `azd` generated some essential template files for you, the project still needs an Azure Pipelines workflow file to support provisioning and deployments using CI/CD.

1. Create an empty _.ado_ folder at the root of your project. `azd` uses this directory by default to discover Azure Pipelines workflow files.
1. Create an empty _.azdo_ folder at the root of your project. `azd` uses this directory by default to discover Azure Pipelines workflow files.

1. Inside the new _.ado_ folder, create another folder called _pipelines_ (you'll end up with _.ado/pipelines_).
1. Inside the new _.azdo_ folder, create another folder called _pipelines_ (you'll end up with _.azdo/pipelines_).

1. Add a new Azure Pipelines workflow file into the new folder named _azure-dev.yml_. The `azd` starter template provides a [Sample Azure Pipelines workflow file](https://github.com/Azure-Samples/azd-starter-bicep/blob/main/.azdo/pipelines/azure-dev.yml) that you can copy into your project.

Expand Down

0 comments on commit e134bae

Please sign in to comment.