Skip to content

Commit 58f2f27

Browse files
Update DeploymentGuide.md for local development & debugging instructions
1 parent bf9045f commit 58f2f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documents/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
196196
- Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources.
197197
198198
## Environment configuration for local development & debugging
199-
> 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**.
199+
> 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**.
200200
To configure your environment:
201201
- Navigate to the `src\api` folder.
202202
- Create a `.env` file based on the `.env.sample` file.

0 commit comments

Comments
 (0)