File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55name : azd-get-started-with-ai-agents
66metadata :
7- template : azd-get-started-with-ai-agents@1.0.3
7+ template : azd-get-started-with-ai-agents@1.0.4
88requiredVersions :
99 azd : " >=1.14.0"
1010
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ param appInsightConnectionName string
1313param aoaiConnectionName string
1414param storageAccountId string
1515param storageAccountConnectionName string
16+ param storageAccountBlobEndpoint string
1617
1718@allowed ([ 'Enabled' , 'Disabled' ])
1819param publicNetworkAccess string = 'Enabled'
@@ -87,7 +88,7 @@ resource storageAccountConnection 'Microsoft.CognitiveServices/accounts/connecti
8788 parent : account
8889 properties : {
8990 category : 'AzureStorageAccount'
90- target : storageAccountId
91+ target : storageAccountBlobEndpoint
9192 authType : 'AAD'
9293 isSharedToAll : true
9394 metadata : {
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ module cognitiveServices '../ai/cognitiveservices.bicep' = {
9292 appInsightConnectionString : applicationInsights .outputs .connectionString
9393 storageAccountId : storageAccount .outputs .id
9494 storageAccountConnectionName : storageAccount .outputs .name
95+ storageAccountBlobEndpoint : storageAccount .outputs .primaryEndpoints .blob
9596 aoaiConnectionName : aoaiConnectionName
9697 }
9798}
You can’t perform that action at this time.
0 commit comments