Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1350,10 +1350,6 @@ module containerApp 'br/public:avm/res/app/container-app:0.18.1' = {
{
name: 'AZURE_AI_AGENT_PROJECT_CONNECTION_STRING'
value: '${aiFoundryAiServicesResourceName}.services.ai.azure.com;${aiFoundryAiServicesSubscriptionId};${aiFoundryAiServicesResourceGroupName};${aiFoundryAiProjectResourceName}'
}
{
name: 'AZURE_DEV_COLLECT_TELEMETRY'
value: 'no'
}
{
name: 'AZURE_BASIC_LOGGING_LEVEL'
Expand Down Expand Up @@ -1860,7 +1856,6 @@ output AZURE_AI_PROJECT_ENDPOINT string = aiFoundryAiProjectEndpoint
output AZURE_AI_AGENT_ENDPOINT string = aiFoundryAiProjectEndpoint
output AZURE_AI_AGENT_API_VERSION string = azureAiAgentAPIVersion
output AZURE_AI_AGENT_PROJECT_CONNECTION_STRING string = '${aiFoundryAiServicesResourceName}.services.ai.azure.com;${aiFoundryAiServicesSubscriptionId};${aiFoundryAiServicesResourceGroupName};${aiFoundryAiProjectResourceName}'
output AZURE_DEV_COLLECT_TELEMETRY string = 'no'


output AZURE_STORAGE_CONTAINER_NAME_RETAIL_CUSTOMER string = storageContainerNameRetailCustomer
Expand Down
Loading