Skip to content

Commit 34ad931

Browse files
author
Matthew Harris
committed
Tweaks to temlate to add location for doc intel
1 parent 9360766 commit 34ad931

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azuredeploy-prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"initialDocumentUrls": {
4141
"type": "String",
42-
"defaultValue": "https://azure.microsoft.com/mediahandler/files/resourcefiles/resilience-in-azure-whitepaper/Resiliency-whitepaper.pdf https://azure.microsoft.com/mediahandler/files/resourcefiles/data-residency-data-sovereignty-and-compliance-in-the-microsoft-cloud/Data_Residency_Data_Sovereignty_Compliance_Microsoft_Cloud.pdf"
42+
"defaultValue": ""
4343
}
4444
},
4545
"variables": {
@@ -177,6 +177,7 @@
177177
},
178178
"properties": {
179179
"customSubDomainName": "[variables('docIntelServiceName')]",
180+
"location": "[resourceGroup().location]",
180181
"networkAcls": {
181182
"defaultAction": "Allow",
182183
"virtualNetworkRules": [],

azuredeploy-test.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
"type": "Microsoft.CognitiveServices/accounts",
172172
"apiVersion": "2024-06-01-preview",
173173
"name": "[variables('docIntelServiceName')]",
174+
"location": "[resourceGroup().location]",
174175
"sku": {
175176
"name": "S0"
176177
},

0 commit comments

Comments
 (0)