We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb56a0b commit e908959Copy full SHA for e908959
infra/main.bicep
@@ -1856,7 +1856,6 @@ output AZURE_AI_PROJECT_ENDPOINT string = aiFoundryAiProjectEndpoint
1856
output AZURE_AI_AGENT_ENDPOINT string = aiFoundryAiProjectEndpoint
1857
output AZURE_AI_AGENT_API_VERSION string = azureAiAgentAPIVersion
1858
output AZURE_AI_AGENT_PROJECT_CONNECTION_STRING string = '${aiFoundryAiServicesResourceName}.services.ai.azure.com;${aiFoundryAiServicesSubscriptionId};${aiFoundryAiServicesResourceGroupName};${aiFoundryAiProjectResourceName}'
1859
-output AZURE_DEV_COLLECT_TELEMETRY string = 'no'
1860
1861
1862
output AZURE_STORAGE_CONTAINER_NAME_RETAIL_CUSTOMER string = storageContainerNameRetailCustomer
0 commit comments