You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/DeploymentGuide.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,17 +193,9 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
193
193
194
194
2. **Deleting Resources After a Failed Deployment**
195
195
196
-
- Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources.
197
-
198
-
## Environment configuration for local development & debugging
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**.
200
-
To configure your environment:
201
-
- Navigate to the `src\api` folder.
202
-
- Create a `.env` file based on the `.env.sample` file.
203
-
- Fill in the `.env` file using deployment output or the Azure Portal under "Deployments"in your resource group.
204
-
- Ensure that `APP_ENV` is set to "**dev**".
205
-
206
-
## For Local Debugging
196
+
- Follow steps in [Delete Resource Group](./DeleteResourceGroup.md) if your deployment fails and/or you need to clean up the resources.
197
+
198
+
## For local development & debugging
207
199
208
200
Follow steps in [Local Debugging Setup](./LocalDebuggingSetup.md) to configure your local development environment for debugging the solution.
Copy file name to clipboardExpand all lines: documents/LocalDebuggingSetup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ If you don't have an existing environment, you must first deploy the Azure resou
70
70
|-------------|-------|------|
71
71
|`SOLUTION_NAME`|| Prefix used to uniquely identify resources in the deployment |
72
72
|`RESOURCE_GROUP_NAME`|| Name of the Azure Resource Group |
73
-
|`APP_ENV`|`dev`|Environment type (dev for local debugging, prod for deployment)|
73
+
|`APP_ENV`|`dev`|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.|
74
74
|`APPINSIGHTS_INSTRUMENTATIONKEY`|| Instrumentation Key for Azure Application Insights |
75
75
|`APPLICATIONINSIGHTS_CONNECTION_STRING`|| Connection string for Application Insights |
76
76
|`AZURE_AI_PROJECT_CONN_STRING`|| Connection string for the Azure AI project |
0 commit comments