CrewCheck + Azure OpenAI Integration
Integrate CrewCheck with Azure OpenAI for DPDP-compliant AI governance. Step-by-step setup guide for cloud llm provider integration with PII redaction and audit trails.
Overview
Integrate CrewCheck with Azure OpenAI to add DPDP-compliant AI governance to your cloud llm provider workflows. Configure your Azure OpenAI endpoint to route through CrewCheck. This works with all Azure OpenAI deployments including GPT-4, GPT-4o, and custom fine-tuned models.
Quick setup
``` AZURE_OPENAI_ENDPOINT=https://your-org.crewcheck.in/v1/proxy/azure ```
Once configured, all Azure OpenAI traffic passes through CrewCheck's governance layer. Indian PII (Aadhaar, PAN, UPI, mobile numbers) is automatically detected and redacted. Policy packs are evaluated on every request. Every interaction is logged to the tamper-evident audit trail.
What you get
• Automatic Indian PII detection and redaction for all Azure OpenAI interactions
• DPDP Act 2023 compliance controls applied at the request boundary
• Real-time cost tracking in ₹ for every Azure OpenAI API call
• Tamper-evident audit trail for regulatory reporting
• Shadow Mode to test governance controls before enforcement
• Dashboard visibility into Azure OpenAI-specific metrics and compliance scores
Next steps
After setting up the Azure OpenAI integration, configure your policy packs in the CrewCheck dashboard. Start with Shadow Mode to observe detection rates and policy impacts, then promote to enforcement when you're confident in the configuration.
For production deployments, enable circuit breakers to automatically halt Azure OpenAI traffic if PII detection rates or costs exceed your configured thresholds.