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.
1 parent 9191dbb commit fd9219aCopy full SHA for fd9219a
docs/LocalSetupGuide.md
@@ -140,7 +140,14 @@ cd src/backend
140
cp .env.sample .env
141
```
142
143
-Fill in the `.env` file with values from your Azure deployment. You can find these in:
+Also create `.env` files based on the provided `.env.sample` files for frontend:
144
+
145
+```bash
146
+cd src/frontend
147
+cp .env.sample .env
148
+```
149
150
+Fill in the `.env` files with values from your Azure deployment. You can find these in:
151
- Azure Portal under "Deployments" in your resource group
152
- Output from the `azd up` command
153
- Azure resources directly in the portal
0 commit comments