An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello Ryan Smith
Yes, Intune Diagnostic settings are fully supported in GCC High (and DoD). The feature is not missing from the service, it's just that the menu location and the destination requirements are slightly different from commercial. You should be able to export the same log categories (AuditLogs, OperationalLogs, DeviceComplianceOrg, Devices, Windows365AuditLogs) to an Event Hub, Storage account, or Log Analytics workspace, as long as the destination lives in Azure Government.
- Where the menu lives in GCC High:
The blade was moved in the Intune admin center a while back. It is no longer under Tenant administration. In both commercial and GCC High tenants, the current path is:
Microsoft Intune admin center → Reports → Diagnostics settings → Add diagnostic setting
For GCC High, sign in at https://intune.microsoft.us (not intune.microsoft.com). If you were looking under Tenant administration, that's why the menu appeared to be missing this is the same reason commercial admins sometimes report it "disappeared."
The supported log categories in GCC High are the same as commercial: AuditLogs, OperationalLogs, DeviceComplianceOrg, Devices, and the Windows365AuditLogs category (for tenants with Windows 365 Cloud PC).
- Prerequisites (important gotcha for GCC High):
- An Azure subscription the signed-in admin can access.
- The Intune Administrator Microsoft Entra role (or an Intune role with Audit data – Read).
- The destination resource:
- Storage account (with ListKeys) – for archival, or
- Event Hubs namespace – for SIEM streaming (Splunk, QRadar, Sentinel, etc.), or
- Log Analytics workspace – for KQL/alerting.
The critical GCC High constraint: the destination Storage account / Event Hub / Log Analytics workspace must be in an Azure Government region (e.g., USGov Virginia or USGov Texas) and reached via portal.azure.us, not portal.azure.com. If an admin happens to have access to a commercial Azure subscription and picks a commercial workspace/Event Hub as the destination, the diagnostic setting can appear to save successfully but no data will flow. Always confirm the destination is an Azure Government resource.
This is consistent with Microsoft's Intune US Government service description, which notes that the GCC High and DoD offerings are built on Microsoft Azure Government Cloud and are designed to interoperate with Microsoft 365 GCC High/DoD environments, so Azure-side integrations (like diagnostic export to Event Hub / Log Analytics) must terminate in Azure Government.
- Steps to configure in GCC High
- Sign in to https://intune.microsoft.us as an Intune Administrator.
- Go to Reports → Diagnostics settings → + Add diagnostic setting.
- Give it a name.
- Under Categories, select the logs you want (AuditLogs, OperationalLogs, DeviceComplianceOrg, Devices, Windows365AuditLogs).
- Under Destination details, pick one or more:
- Send to Log Analytics workspace → select your Azure Government subscription and a workspace in USGov Virginia / USGov Texas.
- Stream to an event hub → select your Azure Government Event Hub namespace.
- Archive to a storage account → select an Azure Government storage account.
- Stream to an event hub → select your Azure Government Event Hub namespace.
- Send to Log Analytics workspace → select your Azure Government subscription and a workspace in USGov Virginia / USGov Texas.
- Save, then validate ingestion (e.g., in Log Analytics:
IntuneAuditLogs | take 10after 15–30 minutes).
References:
- Send Intune log data to Azure Storage, Event Hubs, or Log Analytics
- Microsoft Intune for US Government GCC High and DoD service description
Thanks,
Suchitra.