Skip to main content

Data Privacy and Residency

How Azure SRE Agent handles your data.


Data storage

Your agent stores data in the same Azure region where you deploy it. Data does not leave your region unless you explicitly configure cross-region integrations.

Data typeWhere it's storedRetention
Conversation threadsYour agent's Azure resourceUntil you delete the thread or agent
Knowledge base documentsAzure Blob Storage + search index (in your subscription)Until you remove the document
User memoriesYour agent's data storeUntil you use #forget to remove them
Session insightsYour agent's data storeUntil you delete the agent
TelemetryYour Application Insights resourcePer your App Insights retention settings

AI model usage

  • Your data is not used to train AI models. Azure SRE Agent uses enterprise-grade Azure AI services that follow strict data handling policies.
  • Conversations and knowledge base content are processed by the model to generate responses but are not retained by the model provider for training.
  • For details on Azure AI data handling, see the Microsoft privacy policy.

Encryption

All data is encrypted at rest and in transit using Azure's standard encryption:

LayerEncryption
At restAzure Storage Service Encryption (SSE) with Microsoft-managed keys
In transitTLS 1.2+ for all API and portal communication
Application InsightsEncrypted per Azure Monitor standards

Access controls

Your agent enforces access through multiple layers:

LayerHow it works
Azure RBACControls who can create, modify, and delete agent resources
Data-plane permissionsGranular per-operation permissions (read threads, write incidents, manage memory)
Managed identityControls what Azure resources your agent can access
Run modesControls whether your agent can take actions or only investigate

See Permissions and User Roles for details.


Resources auto-provisioned

When you create an agent, these resources are automatically created in your resource group:

ResourcePurpose
Application InsightsAgent telemetry and action logging
Log Analytics workspaceBacking store for Application Insights
Managed IdentityAgent authentication for Azure resource access

You retain full control over these resources — you can configure retention, access policies, and diagnostic settings through the Azure Portal.

ResourceDescription
Supported regions →Azure regions where SRE Agent is available
Network requirements →Firewall and network configuration
Was this page helpful?