About this tracker
This tool keeps an eye on Microsoft’s Azure Kubernetes Service (AKS), Kubernetes Fleet Manager documentation, Azure Container Registry (ACR), and Azure Application Gateway for Containers (AGC). It also shows the last 5 release notes from AKS.
It automatically scans for changes, then uses AI to summarize and highlight updates that are most likely to matter — such as new features, deprecations, and significant content revisions.
Minor edits (like typos, formatting tweaks, and other low-impact changes) are usually filtered out. Because the process is automated, some updates may be missed or summaries may not capture every nuance.
For complete accuracy, you can always follow the provided links to the original Microsoft documentation.
With this tracker, you can:
- Quickly scan meaningful AKS, ACR, AGC, and Fleet documentation changes from the past 7 days
- Stay up to date with the latest AKS release notes without digging through every doc page
Get the Latest AKS Docs – Every Week, in Your Inbox
AKS Releases
Latest 5 AKS releases with AI-generated summaries, breaking changes, and Good to Know information.
Release 2025-10-12
This release includes important announcements regarding support for Azure Linux versions and pricing updates for AKS Automatic clusters.
Breaking Changes
- Support for Azure Linux 2.0 ends on November 30, 2025.
- Creation of new clusters with Basic Load Balancer is blocked.
Key Features
- AKS version 1.34 Preview is being rolled out.
- AKS Automatic clusters transition to a new billing model.
Good to Know
- Existing Ubuntu 18.04 node pools must be upgraded by November 9, 2025.
- New clusters must use supported Ubuntu versions.
Release 2025-09-21
This release announces the deprecation of AKS Kubernetes version 1.31 and introduces new features for Vertical Pod Autoscaling.
Breaking Changes
- Standard support for AKS Kubernetes version 1.31 ends on November 1, 2025.
Key Features
- Vertical Pod Autoscaling components will be highly available with 2 replicas.
Good to Know
- AKS Kubernetes version 1.34 is now available in preview.
Release 2025-08-29
This release introduces AKS Automatic as generally available and includes updates for patch versions of Kubernetes.
Breaking Changes
- Migration from SKU: ‘Base’ to SKU: ‘Automatic’ is limited to specific regions.
Key Features
- AKS Automatic is now generally available.
- Patch versions 1.33.3, 1.32.7, and 1.30.11 are available.
Good to Know
- Istio-based service mesh add-on is compatible with AKS Long Term Support.
Release 2025-08-08
This release includes updates to various components and emphasizes the importance of upgrading Kubernetes versions.
Breaking Changes
- AKS Kubernetes version 1.30 is now End of Life.
Key Features
- Azure CNI Overlay is now GA.
Good to Know
- Kubelet Service Certificate Rotation will begin rollout to all regions.
Release 2025-07-20
This release emphasizes the importance of upgrading to supported Kubernetes versions and introduces new default settings for node pools.
Breaking Changes
- Kubernetes 1.27 LTS and 1.30 community versions go out of support.
Key Features
- Virtual Machines node pools are now enabled by default.
Good to Know
- WASI Node Pool has been retired.
Documentation Updates
AKS – Csi Secrets Store Configuration Options
The Azure Key Vault provider for Secrets Store CSI Driver enables secure management of secrets in AKS. The article now includes prerequisites and detailed guidance on configuring the provider, troubleshooting, and optimizing secret handling in AKS environments.
AKS – Kms Data Encryption
This article explains how to enable Key Management Service (KMS) data encryption for Kubernetes secrets in AKS, detailing both platform-managed and customer-managed key options. It emphasizes the importance of encryption for security and compliance.
AKS – Kms Data Encryption Concepts
The article provides an overview of data encryption at rest for Kubernetes secrets in AKS, detailing the integration with Azure Key Vault and the KMS provider. It explains key management options and the encryption process, enhancing understanding of security measures.
AKS – Openwebsearch on AKS
This new article guides users through deploying the Open-WebSearch MCP server on AKS, detailing the setup process and configuration requirements. It emphasizes the importance of careful registry and network configuration for production deployments.
AKS – Workload Identity Deploy Cluster
The article has been updated to clarify the deployment and configuration of an AKS cluster with Microsoft Entra Workload ID, including detailed steps for creating a managed identity and configuring token federation.
AKS – Azure Cni Overlay
This article explains the setup process and configuration for Azure CNI Overlay AKS clusters, providing insights into dual-stack networking and workload deployment. It enhances understanding of networking options in AKS.
AKS – CLI Agent for AKS Install
The article has been updated to provide clearer instructions on installing and using the agentic CLI for AKS, which helps troubleshoot clusters and gain insights using natural language.
AKS – Concepts Vulnerability Management
This article has been revised to better explain Microsoft’s vulnerability management processes for AKS, aiding cloud security engineers in assessing and mitigating security risks.
AKS – AKS Production Upgrade Strategies
The document has been updated to include new strategies for upgrading AKS clusters, enhancing the guidance provided for maintaining production environments.
AKS – Private Cluster Connect
Learn about the options for connecting to a private AKS cluster, including using Azure Cloud Shell, Azure Bastion, virtual network peering, and private endpoints.
AKS – Plan Networking
This article provides an overview of the networking components you need to consider when planning your Azure Kubernetes Service (AKS) workloads.
AKS – Upgrade AKS Node Pools Rolling
Learn how to configure and customize rolling upgrades for Azure Kubernetes Service (AKS) node pools, including surge settings, drain timeout, and soak time.
AKS – Upgrade Capacity Cost Planning
Learn how to plan for capacity and costs when upgrading Azure Kubernetes Service (AKS) clusters, including surge node requirements, quota management, and IP address planning.
AKS – Upgrade AKS Control Plane
Learn how to upgrade the control plane of an Azure Kubernetes Service (AKS) cluster to get the latest Kubernetes version features and security updates.
AKS – Plan Node Networking
This article provides an overview of the networking components you need to consider for Azure Kubernetes Service (AKS) nodes.
AKS – Plan Control Plane Networking
This article provides an overview of the networking components you need to consider when planning your Azure Kubernetes Service (AKS) control plane workloads.
AKS – Create AKS Infrastructure
Learn how to build the foundational Azure infrastructure for a generic AKS cluster that can host any containerized workload.
AKS – Plan Pod Networking
This article provides an overview of the networking components you need to consider for Azure Kubernetes Service (AKS) pods.
AKS – Plan Application Networking
This article provides an overview of the networking components you need to consider for Azure Kubernetes Service (AKS) applications.
AKS – Use Byo Cni
The documentation now emphasizes the requirement to specify a Pod CIDR (IP address range for pods) when using a custom CNI in AKS. This change clarifies that the AKS control plane relies on this range for internal traffic routing to pods, and it provides guidance on selecting a non-conflicting CIDR that avoids Azure reserved ranges. Users are now informed that failing to provide a Pod CIDR may res…
AKS – Use Arm64 VMs
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 on AKS, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to the `osSku AzureLinux3` to ensure continued support and functio…
AKS – Quickstart Dapr
The documentation now clarifies that in both `node.yaml` and `python.yaml`, users need to replace the placeholder `<SERVICE_ACCOUNT_NAME>` with the actual service account name they created for `serviceAccountName`. Additionally, the reference for workload identity has been updated to direct users to the section on deploying and configuring Microsoft Entra workload identity on an Azure Kubernetes S…
ACR – Container Registry RBAC Abac Repository Permissions
The documentation has been updated to reflect the renaming of "Microsoft Entra attribute-based access control (ABAC)" to "Azure attribute-based access control (Azure ABAC)" throughout the article. Users can now enable Azure ABAC for repository permissions in Azure Container Registry by setting the **Role assignment permissions mode** to **RBAC Registry + ABAC Repository Permissions**, allowing for…
AGC – Application Gateway for Containers Components
The documentation for Application Gateway for Containers has been updated to clarify the definitions and requirements for its components, including frontends and associations. Users can now understand that frontends define the entry point for client traffic and cannot be associated with more than one Application Gateway for Containers, while associations map to a delegated Azure Subnet. Additional…
AKS – CLI Agent for AKS Troubleshoot
The documentation for troubleshooting the AI-powered CLI agent for AKS has been updated to clarify instructions and improve readability. Users are now advised to check their large language model (LLM) provider configuration and ensure they are using the correct model with the `–model` parameter. Additionally, the guidance on handling installation failures has been refined to specify uninstalling…
AKS – Access Private Cluster
The documentation for accessing a private Azure Kubernetes Service (AKS) cluster has been restructured to clarify the use of the `command invoke` and `Run command` features. Users can now access private clusters without needing to configure a VPN or Express Route, allowing remote invocation of commands like `kubectl` and `helm` through the Azure API. Additionally, the prerequisites section has bee…
AKS – Deploy Confidential Containers Default Policy
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in service.
AKS – Azure Cni Powered by Cilium
The documentation for Azure CNI Powered by Cilium has been updated to include support for Local Redirect Policy (LRP) starting from Kubernetes v1.29 and Cilium v1.14, with specific requirements for Cilium Network Policy egress labels. Additionally, users are now informed that high-churning workloads, such as Spark jobs, can generate a high count of Cilium identities, and they can reduce this by ex…
AKS – Valkey Overview
The documentation for deploying Valkey on Azure Kubernetes Service (AKS) has been updated to clarify that the solution now deploys three Valkey primary pods across two availability zones, with one replica pod per primary in a third zone, utilizing `Standard_E64_v5` SKU nodes. Additionally, the explanation of the `StatefulSet` resources has been refined to emphasize the zone distribution for high a…
Fleet – Concepts Fleet Arc Integration
The documentation now indicates that the Azure Kubernetes Fleet Manager with Arc-enabled Kubernetes clusters is in preview, providing users with updated context regarding the feature’s availability. This change highlights that users can expect ongoing updates and improvements as the feature evolves.
AKS – Workload Identity Overview
The documentation for Microsoft Entra Workload ID on Azure Kubernetes Service (AKS) has been updated to clarify that workloads can now assign workload identities to authenticate and access Azure resources more seamlessly. Additionally, the prerequisites section now includes specific limitations, such as the maximum number of federated identity credentials allowed per managed identity and the propa…
AKS – Configure Dual Stack
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to ensure continued support and functionality.
AKS – Core AKS Concepts
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 for AKS. Starting on November 30, 2025, users will no longer receive support or security updates for Azure Linux 2.0, and by March 31, 2026, node images will be removed, preventing scaling of node pools. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or swit…
AKS – Quick Automatic Private Custom Network
The documentation has been updated to reflect new links for connecting to private clusters and virtual network peering. Users can now access the updated sections on connecting to private clusters and learn about connecting using virtual network VNet peering through the new dedicated page, enhancing clarity and usability.
AKS – Quick Automatic Custom Network
The documentation now specifies that when deploying a Bicep file using the Azure CLI for an AKS Automatic cluster, users need to provide the user assigned managed identity resource ID instead of the user assigned identity principal ID. Additionally, the parameter for the user assigned identity has been updated from `uamiPrincipalId` to `uamiId`, which may affect how users configure their deploymen…
AKS – Private Clusters
The documentation for creating a private Azure Kubernetes Service (AKS) cluster has been updated to emphasize enhanced security and network control features. Users can now find detailed instructions on configuring private DNS settings, including options for using custom private DNS zones and subdomains, as well as the implications of using Azure Private Link service. Additionally, the prerequisite…
AKS – Custom Node Configuration
The documentation for customizing node configurations in Azure Kubernetes Service (AKS) has been updated to clarify the creation of custom node configuration files and their application during cluster creation and node pool addition. Users can now specify configuration files for the `–kubelet-config` and `–linux-os-config` parameters when creating a new AKS cluster or adding a node pool, ensurin…
Fleet – Quickstart Create Fleet and Members Portal
The documentation for the Azure Kubernetes Fleet Manager quickstart has been updated to clarify the terminology, changing "Fleet Manager resource" to "Fleet Manager" throughout the document. Additionally, the prerequisites section has been renamed to "Before you begin," and several new prerequisites have been added, including links to resources for deploying cluster-scoped and namespace-scoped res…
AKS – Container Network Observability Metrics
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in service.
AKS – Airflow Deploy
The documentation now specifies that users should install Airflow using the command `helm install airflow apache-airflow/airflow –version 1.15.0`, ensuring they are using the latest version. Additionally, the instructions for signing in have been clarified to emphasize using the default webserver URL and sign-in credentials provided during the installation process.
AKS – Use Trusted Launch
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in service. For further detai…
AKS – Auto Upgrade Node Os Image
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools to a supported Kubernetes version or by switching to `osSku AzureLinux3`. This change…
AKS – Create Valkey Infrastructure
The documentation now includes a dedicated section for obtaining the identity ID and object ID for the Azure Key Vault Secrets provider, enhancing clarity on this process. Additionally, users are advised to utilize the Azure Verified Module for deploying infrastructure with Terraform, along with a recommendation to consider the AKS production pattern module for best practices when deploying in pro…
AKS – CLI Agent for AKS Overview
The documentation for the agentic CLI for AKS has been updated to clarify the capabilities of the `az aks agent` command group, emphasizing that users can now ask natural language questions about their cluster’s health, configuration, and issues. Additionally, the security considerations section now specifies the use of Microsoft Entra for authentication instead of Azure AD, and highlights the imp…
AKS – Use Kms V2
The documentation for migrating to Key Management Service (KMS) v2 in Azure Kubernetes Service (AKS) has been updated to indicate that it now applies specifically to clusters using the legacy KMS experience. Users are advised to transition to the new KMS data encryption experience for clusters running Kubernetes version 1.33 or later, which provides enhanced features such as platform-managed keys,…
AKS – Validate Valkey Cluster
The documentation for the Valkey cluster has been updated to clarify the use of the term "master," which is now referred to as "primary." Additionally, the section on building and pushing a sample client application has been streamlined, emphasizing the steps to build the application and push the Docker image to Azure Container Registry (ACR). Users can now verify the successful push of the image…
AKS – Container Network Observability How to
The documentation now includes an important notice stating that starting on **30 November 2025**, AKS will no longer support Azure Linux 2.0, and by **31 March 2026**, node images will be removed, preventing users from scaling their node pools. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or migrating to `osSku AzureLinux3`. Additionally, the docume…
AKS – Cis Azure Linux
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will cease on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to ensure continued support and functionality.
AKS – Artifact Streaming
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to ensure continued support. For further details,…
AKS – Node Images
Starting March 17, 2027, AKS will no longer support Ubuntu 20.04, resulting in the deletion of existing node images and the cessation of security updates, which will prevent users from scaling their node pools. Additionally, as of November 30, 2025, AKS will stop supporting Azure Linux 2.0, with node images being removed by March 31, 2026, necessitating migration to a supported Azure Linux version…
Fleet – Quickstart Create Fleet Resources Arm Template
The documentation for creating an Azure Kubernetes Fleet Manager has been updated to clarify that users can now create a Fleet Manager and later add AKS and Arc-enabled clusters as member clusters. Additionally, it emphasizes that if the Fleet Manager has a hub cluster, enhanced features such as Kubernetes object propagation and Managed Fleet Namespaces will be available. The terminology has also…
AKS – Update Kms Key Vault
The documentation for updating the Key Vault mode for an Azure Kubernetes Service (AKS) cluster with KMS etcd encryption has been updated to indicate that the content is now considered legacy. Users should be aware that this change may affect their understanding of the current best practices for KMS integration with AKS. Additionally, the dates have been revised to reflect the legacy status of the…
AKS – Deployment Safeguards
The documentation now clarifies that Deployment Safeguards in Azure Kubernetes Service (AKS) can be configured to enforce Baseline, Restricted, or Privileged Pod Security Standards using the `–pss-level` flag. Users can now ensure their workloads comply with these standards, which are enabled by default in AKS Automatic, and understand that the `Enforce` level will block or mutate deployments bas…
Fleet – Howto Migrate Updates From Terraform
The documentation now includes updated guidance on defining a Fleet Manager Auto-upgrade profile for member clusters, which automates the creation and execution of update runs when new Kubernetes versions are released. Users can select between Stable or Rapid Kubernetes release channels for automatic minor version increments, or opt for the preview feature that allows targeting specific Kubernetes…
AKS – Upgrade Os Version
The documentation now specifies that starting June 17, 2025, AKS will no longer support Ubuntu 18.04, and users will need to migrate to a supported version to continue scaling their node pools. Additionally, as of November 30, 2025, AKS will cease support for Azure Linux 2.0, with node images being removed by March 31, 2026, requiring users to upgrade to a supported Azure Linux version or migrate…
AKS – Node Auto Provisioning Aksnodeclass
The documentation now includes an important notice that starting on **30 November 2025**, Azure Kubernetes Service (AKS) will no longer support Azure Linux 2.0, and by **31 March 2026**, node images will be removed, preventing users from scaling their node pools. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or transitioning to `osSku AzureLinux3`. A…
AKS – Kubelogin Authentication
The documentation for using kubelogin to authenticate in Azure Kubernetes Service (AKS) has been updated to clarify that all supported Microsoft Entra authentication methods are now covered, including specific limitations regarding group membership and authentication methods. Users can now find detailed information about the service principal authentication method, which is limited to managed Micr…
AKS – Http Proxy
The documentation for the HTTP proxy configuration in Azure Kubernetes Service (AKS) has been updated to remove the trailing slashes from the example proxy URLs. Users should now use the corrected format without trailing slashes for both the `httpProxy` and `httpsProxy` parameters to ensure proper functionality.
AKS – Concepts Security
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 for AKS, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to ensure continued support and functional…
AKS – Create Node Pools
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 for AKS. Starting on November 30, 2025, users will no longer receive support or security updates for Azure Linux 2.0, and by March 31, 2026, node images will be removed, preventing the scaling of node pools. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or…
AKS – Enable Fips Nodes
Starting June 17, 2025, AKS will no longer support Ubuntu 18.04, and from March 17, 2027, support for Ubuntu 20.04 will also end. Users will not be able to scale their node pools or receive security updates for these versions, necessitating an upgrade to a supported Kubernetes version to migrate to a supported Ubuntu version. Additionally, support for Azure Linux 2.0 will cease on November 30, 202…
AKS – Intro AKS Automatic
The documentation now includes an important notice that starting on **30 November 2025**, AKS will no longer support Azure Linux 2.0, and users must migrate to a supported version to avoid losing the ability to scale node pools. Additionally, the sections on scaling, cluster tier, and service level agreements have been updated to clarify that the default configuration now includes a free tier clus…
ACR – How to Continuous Patching
The documentation has been updated to clarify navigation steps in the Azure portal for continuous patching. Users are now instructed to select **Repositories** and **Tasks** under the **Services** menu, enhancing the clarity of the process for viewing running tasks and newly created repositories. Additionally, old screenshots have been removed to streamline the content.
ACR – Quickstart Client Libraries
The documentation for the Java package has been updated to reflect a new Maven repository link, changing from the previous URL on search.maven.org to the new URL on central.sonatype.com. This update ensures users can access the Azure Containers Container Registry library from the correct source.
ACR – Container Registry Retention Policy
The documentation for setting a retention policy for untagged manifests in Azure Container Registry has been updated to clarify that users can now enable this policy through both the Azure portal and the Azure CLI. Additionally, the default retention period is specified as seven days, with the option to set it between 0 and 365 days, allowing for immediate deletion of untagged manifests if set to…
AKS – Howto Deploy Java Liberty App
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 on AKS, stating that support and security updates will end on November 30, 2025, and node images will be removed by March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in service.
ACR – Container Registry Auto Purge
The documentation has been updated to reflect that the `acr purge` command is now distributed in a public container image version `0.17`, up from version `0.14`. Users should note this change as it may affect their usage of the command while it remains in preview.
AKS – Use Kms Etcd Encryption
The documentation for using Key Management Service (KMS) etcd encryption in Azure Kubernetes Service (AKS) has been updated to indicate that it now describes the legacy KMS experience. Users are advised to transition to the new KMS data encryption experience for clusters running Kubernetes version 1.33 or later, which includes features like platform-managed keys and automatic key rotation. Additio…
AKS – Auto Upgrade Cluster
The documentation for the AKS auto-upgrade cluster feature has been updated to clarify that users can no longer upgrade the control plane separately from the node pools; both will now be upgraded together during an auto-upgrade. Additionally, the guidance on using the `az aks upgrade –control-plane-only` command has been updated to reflect this change, including the specific error message users w…
AKS – Outbound Rules Control Egress
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in service. For further detai…
ACR – Container Registry Dedicated Data Endpoints
The documentation now clarifies that when dedicated data endpoints are enabled during image pulls, Azure Container Registry (ACR) provides a temporary download link for each image layer, valid for 20 minutes. This enhancement ensures users have a secure, short-lived URL for downloading layers, streamlining the image pulling process.
Fleet – Concepts Fleet
The documentation for Azure Kubernetes Fleet Manager has been updated to clarify the role of fleets and member clusters, emphasizing that a fleet is a group of Kubernetes clusters managed as a single entity. Users can now better understand the capabilities of Fleet Manager, including safe multi-cluster updates and resource propagation, particularly when configured with a hub cluster. Additionally,…
AKS – Configure AKS Scheduler
The documentation for configuring the AKS scheduler has been updated to clarify that users cannot define a profile called `aks-system`, in addition to the existing restriction on in-tree scheduling plugins targeting the `aks-system` scheduler. Users are now instructed to create files named `bin-pack-cpu-scheduler.yaml` and `pod-topology-spreader-scheduler.yaml`, both requiring the CRD to be named…
AKS – Confidential Containers Overview
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 for AKS, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in service.
ACR – Container Registry Firewall Access Rules
The documentation now clarifies that when dedicated data endpoints are enabled, Azure Container Registry (ACR) provides a temporary download link for image layers that is valid for 20 minutes, enhancing security during image pulls. Additionally, the instructions for enabling data endpoints in the Azure portal have been updated to specify selecting the **Use dedicated data endpoint** checkbox inste…
AKS – Quick Kubernetes Deploy Portal
The documentation now specifies that users should select **Infrastructure Services** instead of **Containers** when navigating to Azure Kubernetes Service (AKS). Additionally, users can now change the preset configuration during cluster creation by selecting **Compare presets** and choosing a different option. The recommended VM size for node pools has been updated to **D2s_v5**, and users are adv…
AKS – Use Azure Ad Pod Identity
The documentation for using Microsoft Entra pod-managed identities in Azure Kubernetes Service (AKS) has been updated to clarify that this feature is now referred to as "AKS" instead of "Azure Kubernetes Service." Additionally, users are informed that Microsoft Entra pod-managed identities support two operation modes: Standard Mode and Managed Mode, with specific details on how to manage these mod…
AKS – Use Azure Linux
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or transitioning to AzureLinux3 to avoid disruptions in service. For further details,…
AKS – Use Nvidia Gpu
The documentation now includes an important notice that starting on **30 November 2025**, AKS will no longer support Azure Linux 2.0, and users must migrate to a supported version to avoid losing the ability to scale node pools. Additionally, the `–skip-gpu-driver-install` node pool tag will be retired on **14 August 2025**, and users are advised to use the `–gpu-driver` field set to `none` to m…
ACR – Container Registry Repositories
The documentation for viewing repositories in the Azure portal has been updated to clarify that Azure Container Registry allows users to store Docker container images and other artifacts in repositories. Users can now see a list of repositories hosting their images and any associated image tags directly in the Azure portal, with detailed steps provided for accessing this information. Additionally,…
Fleet – Quickstart Create Fleet Resources Bicep
The documentation has been updated to clarify the creation process for an Azure Kubernetes Fleet Manager, emphasizing that users can now create a Fleet Manager and add AKS and Arc-enabled clusters as member clusters. Additionally, it highlights that if the Fleet Manager has a hub cluster, users can access enhanced features such as Kubernetes object propagation and Managed Fleet Namespaces. The tit…
Fleet – Quickstart Create Fleet and Members
The documentation for the "Quickstart: Create an Azure Kubernetes Fleet Manager and join member clusters using Azure CLI" has been updated to clarify the process of creating a Fleet Manager, enhancing user understanding of managing multiple Kubernetes clusters. Additionally, the section titles have been revised for better clarity, and new links to related resources have been added, allowing users…
AKS – Deploy Valkey Cluster
The documentation for deploying a Valkey cluster on Azure Kubernetes Service (AKS) has been updated to replace the terms "master" and "slave" with "primary" and "replica," reflecting Microsoft’s current terminology. Additionally, users are now instructed to export the secret variable using `export SECRET=$(openssl rand -base64 32)` and to ensure they replace placeholders in Terraform code with act…
ACR – Manage Network Bypass Policy for Tasks
The documentation for managing network bypass policies for Azure Container Registry tasks has been updated to include new command syntax for creating agent pools, building images, and creating tasks. Users can now specify parameters such as `agentpool`, `registry`, `subnet-id`, `image`, `task`, and `schedule` directly in the commands, enhancing clarity and usability. Additionally, the verification…
AKS – Quick Kubernetes Deploy Terraform
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 on AKS, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to ensure continued support and functionali…
AKS – Node Updates Kured
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will cease on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in scaling their node pools…
AKS – Release Tracker
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 for AKS. Starting on November 30, 2025, users will no longer receive support or security updates for Azure Linux 2.0, and by March 31, 2026, node images will be removed, preventing scaling of node pools. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or swit…
AKS – Howto Deploy Java Wls App
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0 on AKS, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3` to avoid disruptions in service.
AKS – Dapr Settings
The documentation now includes a critical update regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed by March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3`. Additionally, users can now configure Dapr monitori…
AKS – Secure Container Access
The documentation now includes an important notice that starting on **30 November 2025**, AKS will cease support and security updates for Azure Linux 2.0, with node images being removed on **31 March 2026**. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or migrating to `osSku AzureLinux3`. Additionally, the section on the "Honor Least-privilege princ…
AKS – Best Practices Performance Scale
The documentation now includes an important notice that starting on **30 November 2025**, AKS will no longer support Azure Linux 2.0, and by **31 March 2026**, users will be unable to scale their node pools as node images will be removed. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or migrating to `osSku AzureLinux3`. Additionally, the sections on…
AKS – Upgrade Valkey AKS Nodepool
The documentation for validating Valkey resiliency during an Azure Kubernetes Service (AKS) node pool upgrade has been updated to clarify the process and improve user guidance. Users can now find a dedicated section for verifying the Locust client status and monitoring the dashboard during the upgrade process, which enhances their ability to manage upgrades with minimal service disruption. Additio…
Fleet – Concepts RBAC
The documentation has been updated to clarify the use of Azure RBAC roles with Azure Kubernetes Fleet Manager, emphasizing that these roles now manage access to both ARM and Kubernetes resources. Users can assign Fleet data plane roles at the Fleet scope or individual managed namespace scope, with new details on how permissions are granted and revoked when member clusters join or leave a Fleet. Ad…
Fleet – Concepts Resource Propagation
The documentation now clarifies that Fleet Manager’s support for custom resources is based on the KubeFleet CNCF project, enhancing user understanding of its capabilities. Additionally, a new parameter has been introduced that allows users to check the available number of nodes of a specific VM SKU in the cluster, which is currently in preview via the v1beta1 API.
ACR – Container Registry Content Trust
The documentation for enabling and disabling Docker Content Trust (DCT) in the Azure portal has been updated for clarity. Users are now instructed to select "Enabled" or "Disabled" directly after navigating to **Content Trust** under **Policies**, rather than using a ">" symbol, which simplifies the process. Additionally, old screenshots have been removed to enhance the overall user experience.
AKS – Supported Kubernetes Versions
The documentation now includes an important notice that starting on **30 November 2025**, Azure Kubernetes Service (AKS) will no longer support or provide security updates for Azure Linux 2.0. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or migrating to `osSku AzureLinux3` before **31 March 2026**, when node images will be removed and scaling of nod…
Fleet – Quickstart Create Fleet Resources Terraform
The documentation has been updated to clarify the process of creating an Azure Kubernetes Fleet Manager using Terraform. Users can now create a Fleet Manager without a hub cluster and later add AKS and Arc-enabled clusters as member clusters, enabling features like Kubernetes object propagation and Managed Fleet Namespaces. Additionally, it is emphasized that when using the 4.x AzureRM Terraform p…
AKS – Kms Observability
The documentation for "Observability for Azure Kubernetes Service (AKS) Clusters with Key Management Service (KMS) Etcd Encryption" has been updated to mark it as a legacy section, indicating that users should refer to newer documentation for current practices. Additionally, the command for transitioning to KMS v2 has been changed from "Use KMS v2" to "Migrate to KMS v2," clarifying the action use…
Fleet – Concepts Fleet Managed Namespace
The documentation now specifies that Managed Fleet Namespaces utilize Azure Resource Manager roles for management and access, replacing the previous reference to control plane roles. Additionally, it clarifies that Kubernetes data plane roles are used for interaction with the Managed Fleet Namespace instance on the Fleet Manager hub cluster, enhancing user understanding of role applications.
ACR – Container Registry Artifact Streaming
The documentation now specifies that users can change a repository’s autoconversion status directly from the **Repositories** pane in the Azure portal by right-clicking the repository. Users can select **Stop artifact streaming** to set the status to **Inactive** or **Start artifact streaming** to set it to **Active**, providing a clearer and more direct method for managing artifact streaming.
AKS – Azure Ad RBAC
The documentation for using Kubernetes RBAC with Microsoft Entra ID in Azure Kubernetes Service (AKS) has been updated to clarify the process of managing access based on user identity and group membership. Users can now create example groups and roles in Microsoft Entra ID, and the instructions have been refined to enhance clarity on how to set up role bindings and permissions for application deve…
Fleet – Concepts Lifecycle
The documentation has been updated to clarify the role of hub clusters in Azure Kubernetes Fleet Manager, now titled "Azure Kubernetes Fleet Manager hub cluster overview." Users can now understand that hub clusters are optional and facilitate resource placement and Fleet Managed Namespaces through a managed version of KubeFleet. Additionally, the section now includes detailed descriptions of the f…
AKS – Workload Identity Migrate From Pod Identity
The documentation for migrating from Pod Identity to Workload Identity has been updated to clarify the prerequisites for using Azure Identity supported versions. Users can now find the necessary prerequisites in the "Workload Identity Overview" section, enhancing their understanding of the requirements for successful implementation.
AKS – Csi Secrets Store Identity Access
The documentation now provides an updated link for enabling workload identity on an existing AKS cluster, directing users to the section on enabling the OIDC issuer and Microsoft Entra workload identity. This change clarifies the steps users need to follow if workload identity is not already enabled on their AKS cluster.
AKS – Certificate Rotation
The documentation for certificate rotation in Azure Kubernetes Service (AKS) has been updated to include detailed instructions on how to manually rotate certificates and enable autorotation for enhanced security. Users can now verify certificate expiration dates for both the cluster and agent nodes using specific commands, and the article emphasizes that AKS automatically rotates non-CA certificat…
AKS – Azure Linux AKS Partner Solutions
The documentation now includes an important notice regarding the retirement of Azure Linux 2.0, stating that support and security updates will end on November 30, 2025, and node images will be removed on March 31, 2026. Users are advised to migrate to a supported Azure Linux version by upgrading their node pools or switching to `osSku AzureLinux3`. Additionally, various sections have been updated…
Fleet – Concepts Choosing Fleet
The article "Choosing an Azure Kubernetes Fleet Manager option" has been updated to provide a clearer overview of the various Azure Kubernetes Fleet Manager options, including a change in terminology from "Multi-cluster managed namespaces" to "Managed Fleet Namespaces." Additionally, the billing considerations section has been refined to clarify that users will incur costs associated with the hub…