Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/LocalDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ The files for the dev container are located in `/.devcontainer/` folder.
6. **Create a `.env` file:**

- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
- Update the `.env` file with the required values from your Azure resource group in Azure Portal App Service environment variables.
- Alternatively, if resources were
provisioned using `azd provision` or `azd up`, a `.env` file is automatically generated in the `.azure/<env-name>/.env`
file. To get your `<env-name>` run `azd env list` to see which env is default.

7. **Fill in the `.env` file:**

Expand Down
Loading