Skip to content

Commit f3a11c0

Browse files
committed
Address feedback
1 parent 85a17c1 commit f3a11c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

infra/agent.bicep

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ param exists bool
1010
param openAiDeploymentName string
1111
param openAiEndpoint string
1212
param mcpServerUrl string
13-
param applicationInsightsConnectionString string = ''
1413

1514
resource agentIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' = {
1615
name: identityName
@@ -53,11 +52,6 @@ module app 'core/host/container-app-upsert.bicep' = {
5352
name: 'RUNNING_IN_PRODUCTION'
5453
value: 'true'
5554
}
56-
// We typically store sensitive values in secrets, but App Insights connection strings are not considered highly sensitive
57-
{
58-
name: 'APPLICATIONINSIGHTS_CONNECTION_STRING'
59-
value: applicationInsightsConnectionString
60-
}
6155
]
6256
}
6357
}

0 commit comments

Comments
 (0)