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
* updated model capacity to minimum 100
* Add principalType 'ServicePrincipal' to role assignments in Bicep modules
* update mainjson file
* removed text embedding condition
* add reuse guide for existing Azure AI Foundry project
* remove redundant replica settings for container and API apps in deployment workflow
* disable private networking in deployment parameters
* normalize secondary location value to lowercase in deployment parameters
* fix: correct casing for SOLUTION_NAME in deployment output extraction
* refactor: remove unused SOLUTION_NAME output and related steps in deployment workflow
* fix: prepend https to CONTAINER_WEB_APPURL in deployment output extraction
---------
Co-authored-by: Priyanka-Microsoft <v-prisinghal@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Abdul-Microsoft <v-amujeebta@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: Vinay Sharma <v-vinayshar@microsoft.com>
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ When you start the deployment, most parameters will have **default values**, but
124
124
| **Use Local Build** | Boolean flag to determine if local container builds should be used. | false |
125
125
| **Image Tag** | Image version for deployment (allowed values: `latest`, `dev`, `hotfix`). | latest |
126
126
| **Existing Log Analytics Workspace** | To reuse an existing Log Analytics Workspace ID instead of creating a new one. | *(none)* |
127
+
| **Existing Azure AI Foundry Project** | To reuse an existing Azure AI Foundry Project ID instead of creating a new one. | *(none)* |
127
128
128
129
129
130
</details>
@@ -148,6 +149,14 @@ To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md).
148
149
149
150
</details>
150
151
152
+
<details>
153
+
154
+
<summary><b>Reusing an Existing Azure AI Foundry Project</b></summary>
155
+
156
+
Guide to get your [Existing Project ID](/docs/re-use-foundry-project.md)
157
+
158
+
</details>
159
+
151
160
### Deploying with AZD
152
161
153
162
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:
0 commit comments