We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a17c1 commit f3a11c0Copy full SHA for f3a11c0
infra/agent.bicep
@@ -10,7 +10,6 @@ param exists bool
10
param openAiDeploymentName string
11
param openAiEndpoint string
12
param mcpServerUrl string
13
-param applicationInsightsConnectionString string = ''
14
15
resource agentIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' = {
16
name: identityName
@@ -53,11 +52,6 @@ module app 'core/host/container-app-upsert.bicep' = {
53
52
name: 'RUNNING_IN_PRODUCTION'
54
value: 'true'
55
}
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
- }
61
]
62
63
0 commit comments