Skip to content

Commit a924a90

Browse files
committed
fix naming
1 parent 38a380c commit a924a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ resource containerAppBackend 'Microsoft.App/containerApps@2023-05-01' = {
347347
}
348348
{
349349
name: 'AZURE_AI_AGENT_PROJECT_NAME'
350-
value: aifoundry.outputs.aiProjectName
350+
value: azureAifoundry.outputs.aiProjectName
351351
}
352352
{
353353
name: 'AZURE_AI_AGENT_RESOURCE_GROUP_NAME'
@@ -359,7 +359,7 @@ resource containerAppBackend 'Microsoft.App/containerApps@2023-05-01' = {
359359
}
360360
{
361361
name: 'AZURE_AI_AGENT_PROJECT_CONNECTION_STRING'
362-
value: aifoundry.outputs.projectConnectionString
362+
value: azureAifoundry.outputs.projectConnectionString
363363
}
364364
]
365365
resources: {

0 commit comments

Comments
 (0)