# Azure AI Foundry — Crowe Logic Agent # Copy to .env and fill in your values # Your Azure AI Foundry project endpoint (found in project overview) PROJECT_ENDPOINT=https://crowelogicos-7858.services.ai.azure.com # Model deployment name (the gpt-oss-120b deployment you created in Azure) MODEL_DEPLOYMENT_NAME=gpt-oss-120b # Bing Search connection ID (for web grounding — create in Azure AI Foundry connections) AZURE_BING_CONNECTION_ID= # Azure AI Search connection ID (for vector search — create in Azure AI Foundry connections) AI_AZURE_AI_CONNECTION_ID= # Azure AI Search index name AI_SEARCH_INDEX_NAME=crowe-logic-kb # Azure subscription details (for Azure Function tools) AZURE_SUBSCRIPTION_ID= AZURE_RESOURCE_GROUP=rg-crowelogicos-7858 # Optional: Application Insights for tracing APPLICATIONINSIGHTS_CONNECTION_STRING=