Skip to content

Commit 05b99c9

Browse files
authored
Update azuredeploy.json
removing
1 parent d714233 commit 05b99c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/microsoft/infrastructure-setup/41-standard-agent-setup/azuredeploy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,21 @@
8181
},
8282
"aiSearchResourceId": {
8383
"type": "string",
84-
"defaultValue": "/subscriptions/921496dc-987f-410f-bd57-426eb2611356/resourceGroups/rg-amanda1rp-westus2/providers/Microsoft.Search/searchServices/aiservicesatgzsearch",
84+
"defaultValue": "",
8585
"metadata": {
8686
"description": "The AI Search Service full ARM Resource ID. This is an optional field, and if not provided, the resource will be created."
8787
}
8888
},
8989
"azureStorageAccountResourceId": {
9090
"type": "string",
91-
"defaultValue": "/subscriptions/921496dc-987f-410f-bd57-426eb2611356/resourceGroups/rg-amanda1rp-westus2/providers/Microsoft.Storage/storageAccounts/aiservicesatgzstorage",
91+
"defaultValue": "",
9292
"metadata": {
9393
"description": "The AI Storage Account full ARM Resource ID. This is an optional field, and if not provided, the resource will be created."
9494
}
9595
},
9696
"azureCosmosDBAccountResourceId": {
9797
"type": "string",
98-
"defaultValue": "/subscriptions/921496dc-987f-410f-bd57-426eb2611356/resourceGroups/rg-amanda1rp-westus2/providers/Microsoft.DocumentDB/databaseAccounts/aiservicesatgzcosmosdb",
98+
"defaultValue": "",
9999
"metadata": {
100100
"description": "The Cosmos DB Account full ARM Resource ID. This is an optional field, and if not provided, the resource will be created."
101101
}
@@ -1336,4 +1336,4 @@
13361336
]
13371337
}
13381338
]
1339-
}
1339+
}

0 commit comments

Comments
 (0)