Post

2026-04

2026-04

This release tracker is LLM-curated and based on the official Microsoft product sources listed below. It provides an architect-grade summary of recent features, changes, and announcements. Always verify critical details against the official documentation. List of all raw markdown files for the releases are at https://github.com/pisinger/pisinger.github.io/tree/main/_ms_release_radar

Microsoft Security Release Radar - April 2026

πŸ“¦ Azure Container Apps

IndicatorFeatureTypeDescription
🟑Defender for Cloud support for Azure Container Apps (Serverless Containers Posture)PreviewBring Azure Container Apps environments into Defender for Cloud’s Serverless Containers Posture experience for unified posture management.
🟒Confidential Compute support on Azure Container AppsGARun regulated containerized workloads with hardware-level isolation for data-in-use protection.
🟒Monitor HTTP traffic in Azure Container AppsGANew ContainerAppHTTPLogs diagnostic setting category exposes detailed HTTP access logs for high-volume request data.
🟒Additional OpenTelemetry destinations (New Relic, Dynatrace, Elastic)GAEnhanced OTel capabilities with expanded third-party observability platform endpoint options.
🟒Override Scale Rules in Azure Functions on Azure Container AppsGANew allowScalingRuleOverride property lets customers override platform-managed KEDA scale rules.
🟑Azure Container Apps SandboxesPreviewRun untrusted code safely in sandboxed environments for agentic apps, multi-tenant platforms, and CI/CD systems.

🧱 Azure Container Instances

No updates for April 2026.

β›΅ AKS

IndicatorFeatureTypeDescription
πŸ”΄CVE-2026-31431: Linux kernel algif_aead local privilege escalationSecurityLets a pod escalate to root on the underlying node. Affects Ubuntu 20.04 FIPS, 22.04, 24.04, and Azure Linux 3.0. Mitigation in node image versions 202604.13.0 and 202604.24.0.
πŸ”΄Ingress NGINX project retirement announcedSecurityMaintenance ended March 2026. Production workloads supported through November 2026. Migrate to Gateway API implementation.
⚫AKS Kubernetes LTS version 1.29 deprecatedDeprecationUpgrade clusters to a supported version.
⚫AKS Kubernetes version 1.32 moved to Long Term Support onlyDeprecationUse LTS support plan or upgrade to a supported standard-support version.
🟑AKS-managed NAT Gateway V2 previewPreviewNew outbound type in supported public Azure regions.
🟑Custom kube-reserved and hard eviction kubelet configuration previewPreviewCustomize default kubelet configuration through custom node preview feature.
🟑AKS List Available VM SKUs API previewPreviewView VM SKUs supported on AKS and available in your subscription.
🟑AKS-managed GPU metrics in Azure Managed PrometheusPreviewGPU metrics supported by default in Prometheus and Grafana dashboards.
🟑Capacity Based Surge for node pool upgradesPreviewSet MaxUnavailable and MaxSurge values with fallback behavior for capacity constraints.
🟒Gateway API-based ingress for application routing add-onGAGenerally available alternative to Ingress NGINX.
🟒AKS Automatic clusters can migrate to AKS Standard in additional regionsGAManaged system node pools can now migrate after adding a system node pool.
🟒spec.minReadySeconds in Application Routing Gateway ConfigMapGAReduces disruption during rolling upgrades with extra initialization time.
πŸ”΄Istio CRD installer busybox registry fixSecurity/FixFixed issue where CRD installer could pull busybox from unintended registry in AGC environments.
πŸ”΄AKS Automatic ClusterRoleBinding protectionSecurity/FixBlocks privileged ClusterRoleBinding create/update to reduce privilege escalation risk via service account impersonation.
πŸ”΅Fixed empty PUT reconcile failures with CustomRouteTableInvalidUpdateAttemptFixResolved failures on clusters using bring-your-own route tables.
πŸ”΅Artifact Streaming + Pod Sandboxing validationFixAdded validation to prevent enabling unsupported combination.
⚫AKS 1.36 Automatic clusters preconfigured with Gateway APIDeprecationNew Automatic clusters will use Gateway API instead of Managed NGINX due to Ingress NGINX retirement.
⚫Mesh Membership requires Managed Gateway API add-onDeprecationClusters must have Gateway API enabled before joining an Azure Kubernetes Application Network.
⚫HTTP Proxy Trusted CA limit of 20 certificatesDeprecationCannot add more than 20 Trusted CA certificates when using HTTP Proxy.
⚫kube-proxy reduced privileges for K8s 1.30+Deprecationkube-proxy uses NET_ADMIN and SYS_RESOURCE capabilities instead of privileged: true.
⚫Fleet-managed resources via ClusterResourcePlacementDeprecationFleet-managed resources deployed through managed namespace selection for separate rollout.
πŸ”΅Azure Policy add-on updated to 1.16.1UpdateGatekeeper updated to 3.20.1-8 with CVE fixes.
πŸ”΅Istio add-on revisions updated (asm-1-27, asm-1-28, asm-1-29)Updateasm-1-29 available, asm-1-26 deprecated.
πŸ”΅Azure Monitor Container Insights updated to 3.3.0UpdateUpdated container monitoring agent.
πŸ”΅Node Auto Provisioning updated to Karpenter v1.10.2UpdateArtifact Streaming uniformly disabled by default.
πŸ”΅Application Routing NGINX updated to 1.13.9UpdateUpdated NGINX ingress controller image.
πŸ”΅Azure Disk/File/Blob CSI drivers updatedUpdateMultiple CSI driver versions updated across AKS versions.
πŸ”΅Cloud-provider-azure components updatedUpdateApril 2026 releases for cloud-controller-manager, cloud-node-manager, health-probe-proxy.
πŸ”΅Cilium updated to v1.17.10UpdateUpdated for K8s 1.32 and 1.33 to support Gateway API scenarios.

⚑ Azure Functions

IndicatorFeatureTypeDescription
🟒Azure Functions support for Java 25GADevelop and deploy apps using Java 25 on Linux and Windows, including Flex Consumption plan.
⚫Azure Functions runtime v3 on Linux Consumption stops September 30, 2026DeprecationFunction Apps using runtime v3 will stop functioning. Migrate to runtime v4 or Flex Consumption.
🟒Azure Functions supports MCP resource triggersGAExpose resources directly from Functions-hosted MCP servers for Python, TypeScript, .NET, and Java.
⚫Python support on Azure Functions Windows retired March 31, 2027DeprecationPython apps on Windows will stop running. Migrate to Linux before March 31, 2027.

πŸ” Azure Logic Apps

No updates for April 2026.

πŸ“Š Azure Monitor

IndicatorFeatureTypeDescription
🟑OTLP ingestion options for container monitoringPreviewPublished and reorganized OpenTelemetry public preview documentation for container monitoring.
🟑Service Level Indicators (SLIs) public previewPreviewNew article for Service Level Indicators public preview.
🟑Performance Diagnostics configurable threshold valuesPreviewNew configurable threshold values feature in public preview.
🟒Azure Monitor pipeline GA updatesGAGA updates across pipeline documentation including TLS setup, transformations, sizing, troubleshooting.
🟒Reliability guide for Azure Monitor LogsGAComprehensive guide covering availability zone protection, workspace replication, data export, DR recommendations.
⚫HTTP Data Collector API deprecation noticesDeprecationAdded deprecation notices with migration guidance to Logs Ingestion API.
⚫Application Insights Classic API retirement datesDeprecationUpdated with explicit retirement dates for Node.js and .NET SDKs.
πŸ”΅Observability Agent documentation rewrittenUpdateFour Copilot Observability Agent articles reorganized around common scenarios.
πŸ”΅App Center migration guidance updatedUpdateClearer support-request steps and revised retirement timeline.
πŸ”΅OpenTelemetry data collection guidance reorganizedUpdateTask-based articles for data collection, resource detection, configuration, and enablement.
πŸ”΅Java configuration guidance consolidatedUpdateJMX metrics, sampling overrides, and telemetry processors in one article.
πŸ”΅Connection strings guidance simplifiedUpdateRemoved duplicate setup steps, points to main OTel configuration experience.
πŸ”΅Logs Ingestion API documentation updatedUpdateMigration guidance, workspace overview, and DCR cross-references added.
πŸ”΅Summary rules documentation updatedUpdateThresholds corrected, parameter naming fixed, limitations section updated.
πŸ”΅REST API Index restructuredUpdateAPIs organized into Azure Monitor, Application Insights, and Logs sections.

☁️ Microsoft Defender Cloud Apps

No updates for April 2026.

🧠 Microsoft Copilot Studio

IndicatorFeatureTypeDescription
🟒Hold and resume for voice-enabled agentsGAPause mid-conversation and resume for more natural calling experience.
🟑Real-time voice agents (Preview)PreviewBuild and deploy real-time voice agents with NLU, multilingual, knowledge integration, and voice tuning.
🟒Automated agent evaluations via Power Automate connectorGATrigger agent evaluations automatically using Copilot Studio connector.
🟑Automated agent evaluations from REST API (Preview)PreviewIntegrate evaluation into CI/CD and custom automation pipelines via Power Platform API.
🟒Agent usage estimatorGAForecast Copilot credit consumption before deploying at scale.
🟑Custom metrics for agent analytics (Preview)PreviewDefine custom analytics categories and visualize alongside built-in analytics.
🟒Agent-to-agent (A2A) protocol connectivityGAConnect agents to other agents using the A2A protocol.
🟑Display name suffix for agents (Preview)PreviewIdentify agents across environments in Teams and M365 Copilot using environment variables.
🟑GPT-5.5 Reasoning (Deep) experimental model (Preview)PreviewExperimental model for agents requiring deep analytical reasoning.
🟒Analytics Viewer roleGAShare analytics access without granting broader maker permissions.

πŸ”¬ Defender Container Sensor

IndicatorFeatureTypeDescription
🟑Sensor v0.10.4 β€” PreviewPreviewUpgraded Go and dependencies to address security vulnerabilities and improve runtime stability.
🟑Sensor v0.9.53 β€” PreviewPreviewUpgraded Go and dependencies to address security vulnerabilities and improve runtime stability.
🟒Sensor v0.8.50 β€” GAGAUpgraded Go and dependencies to address security vulnerabilities and improve runtime stability.

🚨 Microsoft Security Exposure Management

IndicatorFeatureTypeDescription
πŸ”΅APIs with Sensitive Data classification ruleUpdateNew predefined Cloud resource classification for critical assets list identifying APIs containing sensitive data.

πŸ›‘οΈ Microsoft Defender Cloud

IndicatorFeatureTypeDescription
🟒Defender for Containers runtime protection on EKS BottlerocketGARuntime protection now generally available for EKS Bottlerocket clusters.
🟒Anti-malware detection and blockingGAAnti-malware detection and blocking is now generally available.
🟒DNS Detection for KubernetesGADNS-based threat detection for Kubernetes is now generally available.
🟒Defender for Storage integration in Azure portal Storage CenterGAIntegrated storage security in the Azure portal Storage Center experience.
🟒Container security capabilities in Azure Government cloudGAContainer security now available in Azure Government cloud.
πŸ”΅Defender for SQL servers on machines plan update for FairfaxUpdateUpdated plan for Fairfax (US Government) customers.

πŸ›‘οΈ Microsoft Defender Unified SecOps

No updates for April 2026.

🎯 Microsoft Defender XDR

IndicatorFeatureTypeDescription
🟑View action status in Activities tab (Preview)PreviewTrack automatic attack disruption and predictive shielding action status per incident.
🟑AIAgentsInfo table expanded columns (Preview)PreviewDeeper visibility into AI agents beyond Copilot Studio, including Foundry, third-party, and LOB agents.
🟒Built-in alert tuning rulesGASuppress alerts from common benign activity in Defender for Endpoint and Defender for Office 365 without affecting AIR investigations.
🟒Defender Experts navigation entryGADedicated Defender Experts entry in Defender portal navigation menu for consistent access.

πŸ” Microsoft Defender Endpoint

IndicatorFeatureTypeDescription
🟑Secure Boot 2023 certificate recommendation in Microsoft Secure ScorePreviewIdentifies devices that haven’t transitioned to new Secure Boot 2023 certificates ahead of June 2026 expiration.
🟑View action status in Activities tab (Preview)PreviewTrack automatic attack disruption and predictive shielding action status for Contain user, GPO hardening, Safeboot hardening.
🟒Linux build 101.26032.0000GARelease version 30.126032.0000.0 with expanded kernel module visibility and offline intelligence update optimization.
🟒macOS build 101.26032.0016GARelease version 20.126032.16.0 with bug and performance fixes.
🟒macOS build 4.18.25040.1GANative root detection for Microsoft Defender now GA.
🟒Windows Antivirus Platform 4.18.26030.3011 / Engine 1.1.26030.3008GAMarch 2026 Windows Antivirus release.
🟒macOS build 101.26022.0020GAResolved performance regression causing degraded responsiveness under high load.
🟒macOS build 101.26022.0018GABug and performance fixes including CVE-2025-68664/5 LangGrinch fix.

πŸ’Ώ MDE Detailed Releases

Windows

IndicatorFeatureTypeDescription
πŸ”΄CVE-2026-41091: Microsoft Defender Elevation of Privilege VulnerabilitySecurity/FixImproper link resolution before file access (Important). Fixed in Engine 1.1.26040.8.
πŸ”΄CVE-2026-45584: Microsoft Defender Remote Code Execution VulnerabilitySecurity/FixHeap-based buffer overflow (Critical). Fixed in Engine 1.1.26040.8.
πŸ”΄CVE-2026-45498: Microsoft Defender Denial of Service VulnerabilitySecurity/FixDoS vulnerability (Low). Fixed in Platform 4.18.26040.7.
πŸ”΅Performance improvement for SFC cache build during engine reloadUpdateOptimized SFC cache build performance during engine reload.
πŸ”΅Reduced API calls for Device Control to prevent Entra throttlingUpdateReduced API calls and improved logging for Device Control.
πŸ”΅Improved TVM Block logic handlingUpdateEnhanced TVM Block logic processing.
πŸ”΅Fixed TVM Warn temporary paths exclusion issueFixResolved issue when Tamper Protection Exclusions and DLAM are enabled.
πŸ”΅Fixed Defender managed type when migrating from Co-management to IntuneFixCorrected managed type handling during migration.

macOS

IndicatorFeatureTypeDescription
🟒Native root detection for Microsoft DefenderGANative root detection for Microsoft Defender is now generally available.
πŸ”΅Bug and performance fixes (101.26032.0016)UpdateGeneral bug and performance improvements.
πŸ”΅Performance improvement and bug fixes (4.18.25040.1)UpdatePerformance improvements alongside root detection GA.
πŸ”΅Resolved performance regression under high load (101.26022.0020)FixFixed degraded responsiveness and stability under high load conditions.
πŸ”΄CVE-2025-68664/5 LangGrinch (langchain vulnerability) (101.26022.0018)SecurityFixed langchain vulnerability.
πŸ”΅macOS >= 14 only packaging (101.26022.0018)UpdatePackaging now supports macOS 14 and later only.
πŸ”΅Bug and performance fixes (101.26022.0018)UpdateGeneral bug and performance improvements.

Linux

IndicatorFeatureTypeDescription
πŸ”΅Expanded visibility into Linux kernel module (.ko) file activityUpdateIncludes creation, rename, and deletion monitoring for kernel modules.
πŸ”΅Offline security intelligence update optimizationUpdateUpdates now run at most once per configured interval, reducing redundant downloads during service restarts.
πŸ”΅Resolved SELinux policy cleanup issue on RHEL-based systemsFixEnsures safe removal of legacy SELinux modules while preserving customer-defined policies during upgrades.

🏒 Microsoft Entra ID

IndicatorFeatureTypeDescription
🟒Microsoft Entra Agent ID platformGAIdentity and authorization framework for AI agents with OAuth 2.0, MCP, and A2A protocol support.
🟑Account Discovery for connected applications (Preview)PreviewVisibility into all accounts including orphan accounts within connected applications. Requires Entra ID Governance or Entra Suite license.
🟑Entra ID federation with External ID (EEID) (Preview)PreviewLet users sign in to customer-facing apps using existing workforce Entra ID identities via standards-based federation.
🟑App-based branding via Branding themes (Preview)PreviewCreate different branding experiences for specific applications.
πŸ”΅Migrate from Entra Connect Sync to Entra Cloud SyncUpdateBeginning July 2026, phased transition notifications. Cloud Sync replaces Connect Sync for identity synchronization.
πŸ”΅SCIM provisioning apps to use modern authenticationUpdateOAuth 2.0 Client Credentials and workload identity federation replacing Authorization Code grant.
🟑$count filtering in sign-ins API (Preview)PreviewPerform count computations directly in sign-ins API requests.
πŸ”΅Workload identity-based auth for SAP SuccessFactors provisioningUpdateNew authentication option starting May 2026 using Entra workload identity and short-lived tokens instead of static credentials.

πŸ“Š Microsoft Fabric

IndicatorFeatureTypeDescription
🟑Stream Mirrored Database change feeds into Eventstreams (Preview)PreviewStream Delta CDF row-level changes from mirrored databases into Eventstream for low-latency event-driven processing.
🟑Custom CA and mTLS support in Eventstream connectors (Preview)PreviewSpecify custom CA and client certificates from Azure Key Vault for Kafka-based sources and Schema Registry.
🟒Eventstream SQL operatorGAProduction-ready code-first transformation operator with multiple destinations and event-time processing.
🟑Customer Managed Keys (CMK) for Eventhouse (Preview)PreviewBring your own Azure Key Vault key to encrypt Eventhouse data at rest.
πŸ”΅Stream SQL Change Events to Fabric EventstreamUpdateSQL Server 2025, Azure SQL DB, and Azure SQL MI push CloudEvents-formatted changes directly into Eventstream.
🟑Eventstream workspace monitoring (Preview)PreviewAutomatic Eventhouse tables for per-minute data volume, watermark delay, backlog, and error metrics.

πŸ—οΈ Microsoft Foundry

IndicatorFeatureTypeDescription
🟒Foundry Local model inferenceGAProduction-ready local model inference on Windows, macOS Apple Silicon, and Linux x64.
🟒GPT-5.5 model availableGALatest GPT-5 family model with default quota for Tier 5 and Tier 6 subscriptions.
🟑Microsoft Agent Framework tracing (Preview)PreviewAgent Framework agents emit OpenTelemetry traces into Foundry for debugging and production observability.
🟑Hosted-agent tracing (Preview)PreviewHosted-agent sessions, tool calls, and run steps surface in Foundry traces.
🟑CodeAct with Hyperlight (alpha)PreviewSandboxed Python code execution in Hyperlight micro-VMs for low-risk tool chains.
🟑Continuous evaluation custom evaluators (Preview)PreviewBring code-based or prompt-based evaluators into continuous evaluation.
🟑Agent Monitoring Dashboard (Preview)PreviewTrack operational metrics and evaluation results including token usage, latency, success rate, and evaluator scores.
🟒Agent inventory in Foundry Control PlaneGAFind supported agents across subscription from Operate view.
🟑GPT-image-2 (Preview)PreviewOpenAI’s latest image generation model with 4K resolution, editing, and up to 10 images per request.
🟑Microsoft first-party AI models (Preview)PreviewMAI-Image-2, MAI-Image-2-Efficient, MAI-Voice-1, and MAI-Transcribe-1.
🟒Gemma 4 in Foundry catalogGAGoogle DeepMind’s open-weight models with multimodal input and up to 256K context.
🟒Claude Opus 4.7GAAnthropic’s most capable GA model with stronger instruction following and improved vision.
🟒Microsoft Agent Framework 1.0GAUnified multi-agent orchestration SDK for .NET and Python reaches GA.
🟒Foundry Toolkit for VS CodeGAModel playground, agent builder, and one-click deploy.
🟑Batch evaluations for third-party agents (Preview)PreviewCloud-based batch evaluations against agents built on any framework.
🟑Audio and image input in score model grader (Preview)PreviewEvaluation graders accept audio and image content alongside text.
🟒Notification centerGATenant-level notifications with email delivery for critical alerts.
πŸ”΅SDK & language updatesUpdatePython/JS/TS beta agents, .NET 2.0 GA, Java streaming fix.

πŸ†” Microsoft Defender Identity

IndicatorFeatureTypeDescription
🟑Identity Explorer (Preview)PreviewVisualize identity attack paths and exposure scenarios as interactive graphs using hunting graph. Requires Sentinel Data Lake license.
🟑Custom account correlation rules (Preview)PreviewLink accounts belonging to the same identity using UPN prefix, suffix, or domain rules.
🟒Automatic Windows event auditing configuration for sensors v3.xGAStreamlines deployment by automatically applying required auditing settings to new sensors and correcting misconfigurations.

πŸ“± Microsoft Intune

IndicatorFeatureTypeDescription
πŸ”΅Multi Admin Approval enforces on API calls by automationUpdateMAA now applies to Microsoft Graph API calls by service principals and automation scripts. HTTP 403 if approval headers missing.
πŸ”΅EPM support approved elevation requests from all device usersUpdateExpanded from primary user/enroller to all users of a device, improving shared device scenarios.
πŸ”΅Configure credential manager permissions for Android EnterpriseUpdateControl which apps act as system-level credential providers on Android 14+ managed devices.
πŸ”΅Block location setting for Android Enterprise with three optionsUpdateLocation setting now has Device default, Location enabled, and Location disabled options.
πŸ”΅Access management for Apple servicesUpdateConfigure service access for Apple accounts on organization-owned devices via ABM/ASM.
πŸ”΅Userless ADE for visionOS and tvOS devicesUpdateEnroll and manage Apple Vision Pro and Apple TV through ABM/ASM without user affinity.
πŸ”΅Support for Ubuntu 26.04 LTSUpdateUbuntu 22.04 LTS support ends August 2026.
🟑Preview new device page in Intune admin centerPreviewRedesigned single device view with Device action status, Tools and reports, Properties, and Device details tabs.
πŸ”΅Suspend and restore Managed Home Screen remote actionsUpdateTemporarily suspend MHS on Android devices without removing policies or requiring PIN.
πŸ”΅Updated minimum Intune Management Extension version (1.58.103.0)UpdateDevices on earlier versions no longer receive configurations or updates.
πŸ”΅Autopatch update risk visibility reportUpdateClassifies devices as Current, Exposed, or Critical with granular patch compliance insight.
πŸ”΅Microsoft Edge v139 security baselineUpdateNew settings, updated defaults, and retired settings. Existing profiles don’t auto-update.
πŸ”΅Direct Android LOB app managementUpdateUpload APK files directly to Intune without publishing to Managed Google Play for COBO and COSU devices.
πŸ”΅New protected apps: Harvey AI, Continia Expense AppUpdateNewly available protected apps for Intune.
🟑Change Review Agent suggestions in Multi Admin Approval (Preview)PreviewRisk-based recommendations for Windows PowerShell scripts directly in MAA experience.
πŸ”΅Compliance policy reporting guidanceUpdateClarified reporting behavior for device check-in timing and user association.
⚫Intune Data Warehouse (beta) connector retirement in Power BIDeprecationTransition to connector v2 or OData Feed connector. Transition starts April 20, 2026.
πŸ”΅Support for Android XR devicesUpdateManage Android XR devices using Android Enterprise dedicated and fully managed enrollment modes.
πŸ”΅New TeamViewer connector experienceUpdateReplaces existing connector. Must migrate within 12 months to maintain functionality.

πŸ“§ Microsoft Defender Office 365

IndicatorFeatureTypeDescription
🟑Promotions folder for bulk email (Preview)PreviewConfigure anti-spam policies to deliver bulk mail below BCL threshold to Promotions folder in supported Outlook versions.
🟒Security Copilot email summary on Email entity pageGAGenerate AI summary of email entity data directly from Email entity page with Security Copilot subscription.
🟒Remove users from Teams chatsGARemove internal users from Teams chats in Teams message entity panel is now generally available.
🟒New RBAC permission for email content associated with alertsGAGranular Unified RBAC permission for analysts to preview/download email messages associated with security alerts.

πŸ”Ž Microsoft Purview

IndicatorFeatureTypeDescription
🟑Collection policies support sensitivity labels as condition (Preview)PreviewScope detection to items with specific sensitivity labels for browser and network cloud apps.
πŸ”΅Teams call logs retention policiesUpdateNew PowerShell-based retention policies for Teams call data records separate from chat retention.
🟑Glossary migration and asset enablement (Preview)PreviewOne-time process to migrate glossary terms into Unified Catalog for centralized management.
🟑Bulk import/edit/move for Unified Catalog (Preview)PreviewBulk create data products, critical data elements, glossary terms, and move terms between governance domains.
🟒Advanced resource setsGANow available to all customers with pricing consistent with classic data governance rates.
🟑Data quality on-premises support for Oracle and SQL Server (Preview)PreviewOn-premises database scanning via Kubernetes-hosted runtime without data leaving premises.
🟑Data quality thresholds with alerts (Preview)PreviewConfigure alerts for rule-level and data asset-level thresholds.
🟑DLP URL contains text condition for unmanaged cloud apps (Preview)PreviewScope DLP rules to specific URLs or exclude URLs from policy enforcement.
🟑Email notifications for browser and network DLP (Preview)PreviewEnd-user email notifications with 10-minute batching window when activity is blocked.
🟑DLP policy tip reference for Outlook mobile and macOS (Preview)PreviewReference article for DLP policy tips on Android, iOS, and macOS Outlook.
🟑Proactive AI insights from DSPM (Preview)PreviewAuto-creates and refreshes investigation every 24 hours with exfiltration risk counts across five categories.
πŸ”΅Data Security Investigation Contributor roleUpdateAuto-provides access to Compliance Administrator, Organization Management, Data Security Management, and Insider Risk Management role groups.
🟑Sentinel with partner solutions for Varonis (Preview)PreviewDSPM now supports Varonis for holistic Salesforce data insights.
🟑CMK encryption for eDiscovery direct exports (Preview)PreviewCustomer-managed key encryption for exported investigation data at rest.
πŸ”΅eDiscovery review set limit increased to 100UpdateMaximum review sets per case increased from 20 to 100.
🟑Advanced review set explorer (Preview)PreviewNew left navigation pane, KQL operators, sample queries, and Getting started tab.
🟑Preview content while triaging Insider Risk alerts (Preview)PreviewIdentify false positives and confirm sensitive data presence before escalation.
🟒Auto-labeling policies with label override for filesGAOption to always override lower-priority labels even if manually applied, now extended to SharePoint and OneDrive files.
🟒Sensitivity labels for user-defined permissions in Office for the webGAApply labels configured for user-defined permissions while using Office for the web.
πŸ”΅Label policies Export to CSV/ZipUpdateExport policy configuration for sensitivity labels and DLP policies.
🟒Export policy configuration as ZIPGAPoint-in-time snapshot of all DLP and sensitivity label publishing policies in XML format.

πŸ€– Microsoft Security Copilot

IndicatorFeatureTypeDescription
🟑Security Analyst Agent (Public Preview)PreviewDeep multi-step investigations across Defender and Sentinel telemetry to surface high-impact risks with prioritized insights and evidence.

πŸ” Microsoft Sentinel

IndicatorFeatureTypeDescription
πŸ”΅Account Name now consistently UPN prefix for analytics rule alertsUpdateUpdate automation by July 1, 2026. Account Name will always be UPN prefix only. New UPN-related fields added.
🟑Microsoft Sentinel data federation (Preview)PreviewAnalyze security data in-place from Fabric, ADLS, and Databricks without copying, using KQL, notebooks, and custom graphs.
🟑Transform data with filter and split features (Preview)PreviewReduce noise before ingestion, control costs, and route data between analytics and data lake tiers.
🟑VS Code connector builder agent (Preview)PreviewAI-powered low-code agent to build Sentinel connectors in minutes.
🟑Build custom security graphs (Preview)PreviewTailored graphs across Sentinel data lake and third-party data to uncover attack paths and blast radius.
🟒Entity analyzerGAOut-of-the-box explainable entity risk assessments for URLs and identities. Charged for SCUs starting April 1, 2026.
🟒AI-powered SIEM migration toolGAAccelerate migrations from Splunk and QRadar with AI-assisted experience.
🟑Cost estimation tool (Preview)PreviewGuided meter-level cost estimator with three-year projections for data growth and spend planning.
🟑Row-level access using Sentinel scoping (Preview)PreviewRow-level RBAC to control data access without workspace separation.

Top 5 Action Items

PriorityActionDueAffected Product(s)
πŸ”΄Apply AKS node image upgrade to versions 202604.13.0+ to mitigate CVE-2026-31431 (Linux kernel LPE)ImmediateAKS
πŸ”΄Apply Windows Defender Antivirus Engine 1.1.26040.8 to fix CVE-2026-45584 (Critical RCE) and CVE-2026-41091 (Important EoP)ImmediateDefender Endpoint
πŸ”΄Migrate from Ingress NGINX to Gateway API-based ingress before November 2026November 2026AKS
πŸ”΄Update Sentinel automation rules and Logic Apps to use UPN prefix/suffix instead of full UPN for Account NameJuly 1, 2026Sentinel
πŸ”΄Migrate Azure Functions runtime v3 on Linux Consumption to v4 or Flex ConsumptionSeptember 30, 2026Azure Functions

Security Architect Observations

  • AKS CVE-2026-31431 (algif_aead LPE) is the highest-severity item this month β€” any pod (including non-root, no special capabilities) can escalate to node root. Existing nodes are not patched in-place; node image upgrade or DaemonSet mitigation is required. Combined with the Ingress NGINX retirement, AKS tenants face two concurrent migration pressures that should be sequenced carefully.
  • Three CVEs in Microsoft Defender Antivirus (one Critical RCE CVE-2026-45584, one Important EoP CVE-2026-41091, one Low DoS CVE-2026-45498) require immediate engine/platform updates. The heap-based buffer overflow (RCE) is particularly concerning for environments where Defender processes untrusted files.
  • Entra Connect Sync to Cloud Sync migration begins July 2026 with phased notifications. Organizations with complex sync configurations (large directories, advanced features) will be in later waves, but should begin readiness assessment now. The SCIM modern auth and SAP SuccessFactors workload identity changes add to the identity modernization roadmap.
  • Sentinel Account Name consistency change (UPN prefix only by July 1) will break automation rules and playbooks that use full UPN equality checks. This requires a systematic audit of all downstream automation before the deadline.
  • Purview auto-labeling with override now extends to SharePoint and OneDrive files, enabling mandatory label application even over manually applied lower-priority labels. Review existing label policies to prevent unintended overrides in sensitive data environments.

Security Operations Observations

  • Defender XDR built-in alert tuning rules (GA) reduce noise from common benign activity in Defender for Endpoint and Office 365 without affecting AIR investigations β€” review and enable to improve SOC efficiency.
  • Security Analyst Agent in Security Copilot (Preview) performs multi-step investigations across Defender and Sentinel β€” evaluate for Tier 1 triage automation to reduce mean-time-to-respond.
  • Defender for Identity Identity Explorer (Preview) provides interactive attack path visualization β€” useful for proactive lateral movement and privilege escalation discovery, but requires Sentinel Data Lake license.
  • MDE Linux kernel module visibility expanded to include creation, rename, and deletion events β€” update detection rules to cover kernel module file activity as a potential rootkit or persistence indicator.
  • Purview DSPM proactive AI insights auto-generate daily investigations with exfiltration risk counts β€” integrate into existing data security monitoring workflows for continuous sensitive data exposure visibility.
  • Intune Multi Admin Approval now applies to API automation β€” service principals and scripts modifying Intune resources will get HTTP 403 without approval headers. Update automation scripts or use the Exclusions tab to prevent operational disruption.

References

ProductURL
Defender XDRhttps://learn.microsoft.com/en-us/defender-xdr/whats-new
Unified SecOpshttps://learn.microsoft.com/en-us/unified-secops/whats-new
Defender Endpointhttps://learn.microsoft.com/en-us/defender-endpoint/whats-new-in-microsoft-defender-endpoint
Defender Endpoint Releaseshttps://learn.microsoft.com/en-us/defender-endpoint/microsoft-defender-endpoint-releases
Defender Identityhttps://learn.microsoft.com/en-us/defender-for-identity/whats-new
Microsoft Sentinelhttps://learn.microsoft.com/en-us/azure/sentinel/whats-new
Microsoft Entra IDhttps://learn.microsoft.com/en-us/entra/fundamentals/whats-new
Microsoft Intunehttps://learn.microsoft.com/en-us/intune/whats-new/
Defender Cloud Appshttps://learn.microsoft.com/en-us/defender-cloud-apps/release-notes
Defender Office 365https://learn.microsoft.com/en-us/defender-office-365/defender-for-office-365-whats-new
Defender Cloudhttps://learn.microsoft.com/en-us/azure/defender-for-cloud/release-notes
AKShttps://github.com/Azure/AKS/releases
Azure Container Appshttps://learn.microsoft.com/en-us/azure/container-apps/whats-new
Azure Container Instanceshttps://www.microsoft.com/releasecommunications/api/v2/azure?search=Azure%20Container%20Instances&$top=100
Azure Functionshttps://www.microsoft.com/releasecommunications/api/v2/azure?search=Azure%20Functions&$top=100
Azure Logic Appshttps://www.microsoft.com/releasecommunications/api/v2/azure?search=Logic%20Apps&$top=100
Azure Monitorhttps://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/whats-new
Defender Container Sensorhttps://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-sensor-change-log
Security Copilothttps://learn.microsoft.com/en-us/copilot/security/whats-new-copilot-security
Defender Exposure Managementhttps://learn.microsoft.com/en-us/security-exposure-management/whats-new
Microsoft Purviewhttps://learn.microsoft.com/en-us/purview/whats-new
Microsoft Foundryhttps://devblogs.microsoft.com/foundry/category/whats-new/
Microsoft Copilot Studiohttps://learn.microsoft.com/en-us/microsoft-copilot-studio/whats-new
Microsoft Fabrichttps://learn.microsoft.com/en-us/fabric/fundamentals/whats-new
This post is licensed under CC BY 4.0 by the author.