We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4c6e7 + 0ebd13e commit 7deb672Copy full SHA for 7deb672
docs/LocalDeployment.md
@@ -103,6 +103,10 @@ The files for the dev container are located in `/.devcontainer/` folder.
103
6. **Create a `.env` file:**
104
105
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
106
+ - Update the `.env` file with the required values from your Azure resource group in Azure Portal App Service environment variables.
107
+ - Alternatively, if resources were
108
+ provisioned using `azd provision` or `azd up`, a `.env` file is automatically generated in the `.azure/<env-name>/.env`
109
+ file. To get your `<env-name>` run `azd env list` to see which env is default.
110
111
7. **Fill in the `.env` file:**
112
0 commit comments