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: docs/DeploymentGuide.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,8 @@ When you start the deployment, most parameters will have **default values**, but
153
153
|**GPT Model Capacity**| Sets the GPT model capacity. | 150 |
154
154
|**Image Tag**| Docker image tag used for container deployments. | latest |
155
155
|**Enable Telemetry**| Enables telemetry for monitoring and diagnostics. | true |
156
-
156
+
|**Existing Log Analytics Workspace**| To reuse an existing Log Analytics Workspace ID instead of creating a new one. |*(none)*|
157
+
|**Existing Azure AI Foundry Project**| To reuse an existing Azure AI Foundry Project ID instead of creating a new one. |*(none)*|
157
158
158
159
</details>
159
160
@@ -176,6 +177,14 @@ To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md).
176
177
177
178
</details>
178
179
180
+
<details>
181
+
182
+
<summary><b>Reusing an Existing Azure AI Foundry Project</b></summary>
183
+
184
+
Guide to get your [Existing Project ID](/docs/re-use-foundry-project.md)
185
+
186
+
</details>
187
+
179
188
### Deploying with AZD
180
189
181
190
Once you've opened the project in [Codespaces](#github-codespaces), [Dev Containers](#vs-code-dev-containers), or [locally](#local-environment), you can deploy it to Azure by following these steps:
@@ -311,11 +320,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
311
320
312
321
5. **Create a `.env` file:**
313
322
314
-
- Navigate to the `src` folder and create a `.env` file based on the provided `.env.sample` file.
323
+
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
315
324
316
325
6. **Fill in the `.env` file:**
317
326
318
327
- Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group.
328
+
- Make sure to set APP_ENV to "**dev**" in `.env` file.
0 commit comments