Skip to content

Commit 916008d

Browse files
Update docs/LocalDevelopmentSetup.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42f48ff commit 916008d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/LocalDevelopmentSetup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,9 @@ cp .env.sample .env # Linux/macOS
281281
Copy-Item .env.sample .env # Windows PowerShell
282282
```
283283

284-
Edit the `.env` file with your Azure configuration. Find these values from:
284+
Edit the `.env` file with your Azure configuration. Find these values by navigating to your resource group and selecting the resource with prefix `ca-backend-`.
285285

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:
286+
In the resource's **Configuration** (Application settings) section, copy the environment variable values into your `.env` file. For reference, see the image below:
289287
![backend_env_variables](./images/backend_env_variables.png)
290288

291289
**Key configuration values:**

0 commit comments

Comments
 (0)