Skip to content

Commit c345e45

Browse files
author
Shreyas-Microsoft
committed
update images for env variables
1 parent f0ce438 commit c345e45

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/LocalDevelopmentSetup.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,11 @@ Copy-Item .env.sample .env # Windows PowerShell
282282
```
283283

284284
Edit the `.env` file with your Azure configuration. Find these values from:
285-
- Azure Portal under "Deployments" in your resource group
286-
- Output from the `azd up` command
287-
- Azure resources directly in the portal
285+
286+
Navigate to your resource group and select the resource with prefix `ca-backend-` to get the backend environment variables:
287+
288+
For reference, see the image below:
289+
![backend_env_variables](./images/backend_env_variables.png)
288290

289291
**Key configuration values:**
290292
```bash
@@ -433,6 +435,11 @@ VITE_API_URL=http://localhost:8000/api
433435
> 3. **Restart Required:**
434436
> - After updating `.env`, **stop and restart** the frontend dev server
435437
> - Vite caches environment variables at startup
438+
>
439+
> 4. Navigate to your resource group and select the resource with prefix `ca-frontend-` to get the frontend environment variables:
440+
>
441+
> For reference, see the image below:
442+
> ![frontend_env_variables](./images/frontend_env_variables.png)
436443
437444
### 5.4. Build the Frontend
438445

113 KB
Loading
85.7 KB
Loading

0 commit comments

Comments
 (0)