Skip to content

Commit af1e563

Browse files
Merge pull request #186 from microsoft/psl-update-readme-sfi-codm
docs: Added changes in readme file related to SFI
2 parents db85261 + 44ce0fe commit af1e563

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/DeploymentGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,8 @@ Additional Steps
228228
## Running the application
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.
231+
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**.
234+
235+
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)