Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "9343374115382580767"
"templateHash": "3556712594165874979"
}
},
"parameters": {
Expand Down Expand Up @@ -204,7 +204,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "13463183484961318850"
"templateHash": "10842040050834008228"
}
},
"parameters": {
Expand Down Expand Up @@ -308,9 +308,6 @@
},
"properties": {
"customSubDomainName": "[toLower(format('{0}', toLower(parameters('aiServicesName'))))]",
"apiProperties": {
"statisticsEnabled": false
},
"publicNetworkAccess": "Enabled"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-10-01' = if(!aiSe
}
properties: {
customSubDomainName: toLower('${toLower(aiServicesName)}')
apiProperties: {
statisticsEnabled: false
}
publicNetworkAccess: 'Enabled'
}
}
Expand Down
7 changes: 2 additions & 5 deletions scenarios/Agents/setup/basic-agent-keys/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "13003776003463905332"
"templateHash": "7842259407019415965"
}
},
"parameters": {
Expand Down Expand Up @@ -182,7 +182,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "17168316501525543267"
"templateHash": "6232269695984552379"
}
},
"parameters": {
Expand Down Expand Up @@ -284,9 +284,6 @@
},
"properties": {
"customSubDomainName": "[toLower(format('{0}', toLower(parameters('aiServicesName'))))]",
"apiProperties": {
"statisticsEnabled": false
},
"publicNetworkAccess": "Enabled"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ param tags object = {}
param aiServicesName string

@description('Model name for deployment')
param modelName string
param modelName string

@description('Model format for deployment')
param modelFormat string
param modelFormat string

@description('Model version for deployment')
param modelVersion string
param modelVersion string

@description('Model deployment SKU name')
param modelSkuName string
param modelSkuName string

@description('Model deployment capacity')
param modelCapacity int
param modelCapacity int

@description('Model/AI Resource deployment location')
param modelLocation string
param modelLocation string

resource aiServices 'Microsoft.CognitiveServices/accounts@2024-06-01-preview' = {
name: aiServicesName
Expand All @@ -37,9 +37,6 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-06-01-preview' =
}
properties: {
customSubDomainName: toLower('${toLower(aiServicesName)}')
apiProperties: {
statisticsEnabled: false
}
publicNetworkAccess: 'Enabled'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "14383664163093616815"
"templateHash": "5522639735956269217"
}
},
"parameters": {
Expand Down Expand Up @@ -531,7 +531,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "12473094046332996300"
"templateHash": "7665460913946785408"
}
},
"parameters": {
Expand Down Expand Up @@ -729,9 +729,6 @@
},
"properties": {
"customSubDomainName": "[toLower(format('{0}', parameters('aiServicesName')))]",
"apiProperties": {
"statisticsEnabled": false
},
"networkAcls": {
"bypass": "AzureServices",
"defaultAction": "Deny"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ resource defaultAiServices 'Microsoft.CognitiveServices/accounts@2024-06-01-prev
}
properties: {
customSubDomainName: toLower('${(aiServicesName)}')
apiProperties: {
statisticsEnabled: false
}
networkAcls: {
bypass: 'AzureServices' // Allow trusted Azure services
defaultAction: 'Deny' // Deny all other traffic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "3032722584774553190"
"templateHash": "17154956640074748586"
}
},
"parameters": {
Expand Down Expand Up @@ -414,7 +414,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "9356889094364269195"
"templateHash": "5844917055965347815"
}
},
"parameters": {
Expand Down Expand Up @@ -623,9 +623,6 @@
},
"properties": {
"customSubDomainName": "[toLower(format('{0}', parameters('aiServicesName')))]",
"apiProperties": {
"statisticsEnabled": false
},
"publicNetworkAccess": "Enabled"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-10-01' = if(!aiSe
}
properties: {
customSubDomainName: toLower('${(aiServicesName)}')
apiProperties: {
statisticsEnabled: false
}
publicNetworkAccess: 'Enabled'
}
}
Expand Down
7 changes: 2 additions & 5 deletions scenarios/Agents/setup/standard-agent/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "13389557768405645377"
"templateHash": "966971585980329555"
}
},
"parameters": {
Expand Down Expand Up @@ -247,7 +247,7 @@
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "17188588850719968439"
"templateHash": "6842509151070781721"
}
},
"parameters": {
Expand Down Expand Up @@ -406,9 +406,6 @@
},
"properties": {
"customSubDomainName": "[toLower(format('{0}', parameters('aiServicesName')))]",
"apiProperties": {
"statisticsEnabled": false
},
"publicNetworkAccess": "Enabled"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-10-01' = if(!aiSe
}
properties: {
customSubDomainName: toLower('${(aiServicesName)}')
apiProperties: {
statisticsEnabled: false
}
publicNetworkAccess: 'Enabled'
}
}
Expand Down