Azure OpenAI's training default
Microsoft's Azure OpenAI data privacy documentation is unusually clear-cut for a cloud LLM service. Customer prompts, completions, embeddings, and uploaded training data are:
- Not available to other Azure customers.
- Not available to OpenAI or other Azure Direct Model providers.
- Not used by model providers to improve their models or services.
- Not used to train any generative AI foundation models without your permission or instruction.
- Not used to improve Microsoft or third-party products or services without your permission or instruction.
Fine-tuned Azure OpenAI models are available exclusively for the customer that created them. The inference models are stateless, so prompts and completions are not stored in the model.
When Meetily users select an Azure OpenAI deployment as their summary provider via BYOK, the request hits your Azure-hosted endpoint under your Azure subscription. The defaults on this page apply.
Retention
Azure OpenAI (now documented by Microsoft under "Models sold by Azure" in Microsoft Foundry) runs an abuse-monitoring system that may sample a subset of prompts and completions for review when its automated systems flag potentially abusive content. Review is conducted by automated means, including AI models, by default; for automated review the prompts and completions are not stored or used to train the review systems. Where human review is necessary, the sampled data is stored in a per-resource abuse-monitoring data store, isolated by customer (keyed on the Foundry resource ID), with a 30-day retention window. Human reviewers (authorized Microsoft employees, located in the EEA for EEA-deployed resources) access this data only under strict request-ID-based queries with Secure Access Workstations and just-in-time approval.
Stateful features (Responses API, Assistants Threads, Stored completions, file uploads, fine-tuning) carry their own retention semantics that you opt into when you use those features. Data stored for those features lives at rest in the Foundry resource in your Azure tenant, in the same geography as the resource, encrypted with AES-256 and optionally with a customer-managed key.
Zero data retention (modified abuse monitoring)
Azure OpenAI offers a documented path to disable abuse-monitoring data storage entirely, called modified abuse monitoring. Eligible customers apply through a Microsoft form, and approval is granted for sensitive use cases where the 30-day monitoring store would be incompatible with the customer's compliance posture.
After approval:
- Prompts and completions are not stored for human review.
- Automated review may still run at request time without storing the data.
- You can verify the off state via the Azure portal JSON view or Azure CLI: the ContentLogging capability appears as false only when monitoring storage is disabled.
This is one of the most explicit and customer-verifiable ZDR paths in the cloud LLM market.
Geographic processing
Azure OpenAI offers three deployment types with distinct processing-location semantics:
- Standard: Prompts and completions processed within the customer-specified geography.
- DataZone (US or EU): Processed within the named data zone; data at rest stays in the customer-designated geography.
- Global: Processed in any geography where the model is deployed; data at rest stays in the customer-designated geography.
For EU customers needing strict EU residency, Standard or DataZone EU deployments keep both processing and storage within Europe, and reviewers for any abuse-monitoring traffic are EEA-based.
How Meetily uses Azure OpenAI
Meetily routes Azure OpenAI traffic through your own API key against your Azure-hosted endpoint. Your subscription's deployment type, region, and abuse-monitoring configuration apply. The transcript text is sent over TLS to your Azure OpenAI endpoint for summarization, and the response is returned to Meetily and stored locally on your device. Audio is never transmitted to Azure at any point.
For Meetily users in regulated industries (healthcare, legal, financial services), the combination of Azure OpenAI's modified abuse monitoring plus Meetily's local transcription is one of the strongest cloud-summary paths available without going fully local. For zero retention by construction, switch to local Ollama and keep the entire pipeline on-device.
References
The facts on this page were last checked on 2026-06-29 against the sources below. Confirm against the linked policies, which Microsoft may update at any time.
- "Data, privacy, and security for Foundry Models sold by Azure in Microsoft Foundry," Microsoft Learn, last updated 2026-05-18. https://learn.microsoft.com/en-us/azure/foundry/responsible-ai/openai/data-privacy (accessed 2026-06-29). States prompts, completions, embeddings, and training data are not used to train foundation models without permission; documents the 30-day abuse-monitoring window, automated-by-default review, modified abuse monitoring, and Global/DataZone/Standard processing geography.
- "Abuse monitoring," Microsoft Learn. https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/abuse-monitoring (accessed 2026-06-29). Details of automated versus human review and the modified-abuse-monitoring application process.
- "Microsoft Products and Services Data Protection Addendum (DPA)," Microsoft. https://aka.ms/DPA (accessed 2026-06-29). Governing data-processing terms for Models sold by Azure.
- "Microsoft Azure compliance offerings," Microsoft Learn. https://learn.microsoft.com/en-us/azure/compliance (accessed 2026-06-29). HIPAA BAA, SOC 2, ISO 27001, FedRAMP, and other certification scope.