Skip to content

Commit 7b5355f

Browse files
resolved copilot comments
1 parent 58fb2f9 commit 7b5355f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By default this template will use the environment name as the prefix to prevent
1010
| Name | Type | Default Value | Purpose |
1111
| -----------------------------| ------- | ------------------- | ---------------------------------------------------------------------------------------------------- |
1212
| `AZURE_ENV_NAME` | string | `azdtemp` | Used as a prefix for all resource names to ensure uniqueness across environments. |
13-
| `AZURE_ENV_COSMOS_LOCATION` | string | `resourcegroup().location` | Primary location for the Cosmos DB instance. When enabling redundancy, verify the region supports zone redundancy. [Check supported regions](https://learn.microsoft.com/en-us/azure/reliability/regions-list). |
13+
| `AZURE_ENV_COSMOS_LOCATION` | string | `Same as resource group location` | Primary location for the Cosmos DB instance. When enabling redundancy, verify the region supports zone redundancy. [Check supported regions](https://learn.microsoft.com/en-us/azure/reliability/regions-list). |
1414
| `AZURE_ENV_COSMOS_SECONDARY_LOCATION` | string | `canadacentral` | Secondary failover location for Cosmos DB when enableRedundancy is true. [Check supported regions](https://learn.microsoft.com/en-us/azure/reliability/regions-list). |
1515
| `AZURE_ENV_MODEL_DEPLOYMENT_TYPE` | string | `GlobalStandard` | Change the Model Deployment Type (allowed values: Standard, GlobalStandard). |
1616
| `AZURE_ENV_MODEL_NAME` | string | `gpt-4o-mini` | Set the GPT model name (allowed values: `gpt-4o`). |

infra/main.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.38.33.27573",
9-
"templateHash": "11724272711494177601"
9+
"templateHash": "13588530747411109511"
1010
}
1111
},
1212
"parameters": {
@@ -37,7 +37,7 @@
3737
"type": "string",
3838
"defaultValue": "canadacentral",
3939
"metadata": {
40-
"description": "Optional. Secondary CosmosDB Location for high availability and failover scenarios."
40+
"description": "Optional. Secondary CosmosDB Location for high availability and failover scenarios. Not all Azure regions support zone redundancy for Cosmos DB. See https://learn.microsoft.com/azure/cosmos-db/high-availability#azure-regions-and-zone-redundancy for supported regions."
4141
}
4242
},
4343
"gptModelDeploymentType": {
@@ -392,7 +392,7 @@
392392
"apiVersion": "2021-04-01",
393393
"name": "default",
394394
"properties": {
395-
"tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'Client Advisorr12', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name)))]"
395+
"tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'Client Advisor', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name)))]"
396396
}
397397
},
398398
"existingAiFoundryAiServices": {
@@ -29904,8 +29904,8 @@
2990429904
}
2990529905
},
2990629906
"dependsOn": [
29907-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
2990829907
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
29908+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
2990929909
"logAnalyticsWorkspace",
2991029910
"userAssignedIdentity",
2991129911
"virtualNetwork"
@@ -39514,8 +39514,8 @@
3951439514
}
3951539515
},
3951639516
"dependsOn": [
39517-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
3951839517
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
39518+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
3951939519
"keyvault",
3952039520
"userAssignedIdentity",
3952139521
"virtualNetwork"

0 commit comments

Comments
 (0)