Skip to content

Commit ebf5fab

Browse files
Update DeploymentGuide.md for local development & debugging instructions
1 parent 0f730cb commit ebf5fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
195195
- Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources.
196196

197197
## Environment configuration for local development & debugging
198-
> 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**.
198+
> Set APP_ENV in your .env file to control Azure authentication. Set the environment variable to dev to use Azure CLI credentials, or to prod to use Managed Identity for production. **Ensure you're logged in via az login when using dev in local**.
199199
To configure your environment, follow these steps:
200200
1. Navigate to the `src` folder.
201201
2. Create a `.env` file based on the `.env.sample` file.

0 commit comments

Comments
 (0)