Skip to content

Commit 382d013

Browse files
author
Shreyas-Microsoft
committed
Add Azure Existing AI Foundry Project Resource ID in .md file
1 parent fb95fe5 commit 382d013

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/CustomizingAzdParameters.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ By default this template will use the environment name as the prefix to prevent
2020
| `AZURE_ENV_JUMPBOX_ADMIN_USERNAME` | string | `JumpboxAdminUser` | Specifies the administrator username for the Jumpbox Virtual Machine. |
2121
| `AZURE_ENV_JUMPBOX_ADMIN_PASSWORD` | string | `JumpboxAdminP@ssw0rd1234!` | Specifies the administrator password for the Jumpbox Virtual Machine. |
2222
| `AZURE_ENV_COSMOS_SECONDARY_LOCATION` | string | *(not set by default)* | Specifies the secondary region for Cosmos DB. Required if `enableRedundancy` is `true`. |
23+
| `AZURE_EXISTING_AI_PROJECT_RESOURCE_ID` | string | *(not set by default)* | Specifies the existing AI Foundry Project Resource ID if it needs to be reused. |
2324
---
2425

2526
## How to Set a Parameter
@@ -30,11 +31,16 @@ To customize any of the above values, run the following command **before** `azd
3031
azd env set <PARAMETER_NAME> <VALUE>
3132
```
3233

33-
Set the Log Analytics Workspace Id if you need to reuse the existing workspace which is already existing
34+
Set the Log Analytics Workspace Id if you need to reuse the existing workspace
3435
```shell
3536
azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>'
3637
```
3738

39+
Set the Azure Existing AI Foundry Project Resource ID if you need to reuse the existing AI Foundry Project
40+
```shell
41+
azd env set AZURE_EXISTING_AI_PROJECT_RESOURCE_ID '/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.CognitiveServices/accounts/<account-name>/projects/<project-name>'
42+
```
43+
3844
**Example:**
3945

4046
```bash

0 commit comments

Comments
 (0)