Skip to content

Commit

Permalink
Update init-workflow.md (#2491)
Browse files Browse the repository at this point in the history
These commands need to be run at the root folder of the solution. If you run this in the App Host folder when it commits the code to git it will only have the files in that folder and the action will fail to work correctly.
  • Loading branch information
coolcsh authored Jan 29, 2025
1 parent 0b1d02b commit 41c49de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/azure/includes/init-workflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Initialize the template

1. Open a new terminal window and `cd` into the _AppHost_ project directory of your .NET Aspire solution.
1. Open a new terminal window and `cd` into the directory of your .NET Aspire solution.

1. Execute the `azd init` command to initialize your project with `azd`, which will inspect the local directory structure and determine the type of app.

Expand Down

0 comments on commit 41c49de

Please sign in to comment.