Skip to content

Commit 44ce0fe

Browse files
docs: Update DeploymentGuide for Environment configuration
1 parent 6dc25ac commit 44ce0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Additional Steps
229229
230230
To help you get started, sample Informix queries have been included in the data/informix/functions and data/informix/simple directories. You can choose to upload these files to test the application.
231231
232-
## For local Debugging
232+
## Environment configuration for local development & debugging
233+
> Set APP_ENV in your .env file to control Azure authentication. Use dev to enable to use Azure CLI credential, Prod to enable Managed Identity (for production). **Ensure you're logged in via az login when using dev in local**.
233234

234235
To configure your environment, navigate to the `src\backend` folder to create a `.env` file based on the `.env.sample`, fill it using deployment output or the Azure Portal under "Deployments" in your resource group, and ensure APP_ENV is set to "**dev**".

0 commit comments

Comments
 (0)