File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ param displayName string = 'project'
5151
5252//Existing standard Agent required resources
5353@description ('The AI Search Service full ARM Resource ID. This is an optional field, and if not provided, the resource will be created.' )
54- param aiSearchResourceId string = '/subscriptions/562da9fc-fd6e-4f24-a6aa-99827a7f6f91/resourceGroups/rg-vpn-fdp-ni-eus/providers/Microsoft.Search/searchServices/aiservicesgckssearch '
54+ param aiSearchResourceId string = ''
5555@description ('The AI Storage Account full ARM Resource ID. This is an optional field, and if not provided, the resource will be created.' )
56- param azureStorageAccountResourceId string = '/subscriptions/562da9fc-fd6e-4f24-a6aa-99827a7f6f91/resourceGroups/rg-vpn-fdp-ni-eus/providers/Microsoft.Storage/storageAccounts/aiservicesgcksstorage '
56+ param azureStorageAccountResourceId string = ''
5757@description ('The Cosmos DB Account full ARM Resource ID. This is an optional field, and if not provided, the resource will be created.' )
58- param azureCosmosDBAccountResourceId string = '/subscriptions/562da9fc-fd6e-4f24-a6aa-99827a7f6f91/resourceGroups/rg-vpn-fdp-ni-eus/providers/Microsoft.DocumentDB/databaseAccounts/aiservicesgckscosmosdb '
58+ param azureCosmosDBAccountResourceId string = ''
5959
6060var projectName = toLower ('${firstProjectName }${uniqueSuffix }' )
6161var cosmosDBName = toLower ('${aiServices }${uniqueSuffix }cosmosdb' )
You can’t perform that action at this time.
0 commit comments