Skip to content

Commit d971465

Browse files
committed
Updated 15
Removed default
1 parent 8d32552 commit d971465

File tree

1 file changed

+3
-3
lines changed
  • samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup

1 file changed

+3
-3
lines changed

samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/main-create.bicep

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6060
var projectName = toLower('${firstProjectName}${uniqueSuffix}')
6161
var cosmosDBName = toLower('${aiServices}${uniqueSuffix}cosmosdb')

0 commit comments

Comments
 (0)