We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8c37d commit cb56a0bCopy full SHA for cb56a0b
infra/main.bicep
@@ -1350,10 +1350,6 @@ module containerApp 'br/public:avm/res/app/container-app:0.18.1' = {
1350
{
1351
name: 'AZURE_AI_AGENT_PROJECT_CONNECTION_STRING'
1352
value: '${aiFoundryAiServicesResourceName}.services.ai.azure.com;${aiFoundryAiServicesSubscriptionId};${aiFoundryAiServicesResourceGroupName};${aiFoundryAiProjectResourceName}'
1353
- }
1354
- {
1355
- name: 'AZURE_DEV_COLLECT_TELEMETRY'
1356
- value: 'no'
1357
}
1358
1359
name: 'AZURE_BASIC_LOGGING_LEVEL'
0 commit comments