From db63d61a48c79b85cea62cd8398b753f9b943245 Mon Sep 17 00:00:00 2001 From: Alexander Trauzzi Date: Mon, 15 Sep 2025 20:03:03 -0500 Subject: [PATCH 1/4] Update AKS extension with current insights. Signed-off-by: Alexander Trauzzi --- .../Azure/azure-kubernetes-service-extension.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md index ccfda323f59..4075e0075e6 100644 --- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md @@ -6,14 +6,18 @@ description: "Provision Dapr on your Azure Kubernetes Service (AKS) cluster with weight: 4000 --- -The recommended approach for installing Dapr on AKS is to use the AKS Dapr extension. The extension offers: -- Support for all native Dapr configuration capabilities through command-line arguments via the Azure CLI -- The option of opting into automatic minor version upgrades of the Dapr runtime - {{% alert title="Note" color="warning" %}} -If you install Dapr through the AKS extension, best practice is to continue using the extension for future management of Dapr _instead of the Dapr CLI_. Combining the two tools can cause conflicts and result in undesired behavior. +Please be advised that Microsoft will be discontinuing the Dapr extension for AKS. {{% /alert %}} +The current recommended approach for installing Dapr on AKS is to [install Dapr using helm]({{% ref kubernetes-deploy.md %}}) and performing any authorization for Azure services using [workload identity federation]({{< ref howto-wif.md >}}). This ensures that: +- Dapr is easy to update and remains compatible with the Dapr ecosystem +- Components can authorize transparently without requiring additional credentials + +If you need to or are already using the AKS Dapr extension, it offers: +- Support for all native Dapr configuration capabilities through command-line arguments via the Azure CLI +- The option of opting into automatic minor version upgrades of the Dapr runtime + Prerequisites for using the Dapr extension for AKS: - [An Azure subscription](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) - [The latest version of the Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) From b04013ce162c8a4533f1608dec6c5f9a97b78a10 Mon Sep 17 00:00:00 2001 From: Alexander Trauzzi Date: Wed, 17 Sep 2025 14:27:55 -0500 Subject: [PATCH 2/4] Update daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md Co-authored-by: Mark Fussell Signed-off-by: Alexander Trauzzi --- .../integrations/Azure/azure-kubernetes-service-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md index 4075e0075e6..67129902f5f 100644 --- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md @@ -7,7 +7,7 @@ weight: 4000 --- {{% alert title="Note" color="warning" %}} -Please be advised that Microsoft will be discontinuing the Dapr extension for AKS. +Advisory: Microsoft will be discontinuing the Dapr extension for AKS. {{% /alert %}} The current recommended approach for installing Dapr on AKS is to [install Dapr using helm]({{% ref kubernetes-deploy.md %}}) and performing any authorization for Azure services using [workload identity federation]({{< ref howto-wif.md >}}). This ensures that: From 6a813aace899c634d5499fdb8bf74eb483738b92 Mon Sep 17 00:00:00 2001 From: Alexander Trauzzi Date: Sat, 27 Sep 2025 07:38:26 -0500 Subject: [PATCH 3/4] Update daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md Co-authored-by: Mark Fussell Signed-off-by: Alexander Trauzzi --- .../integrations/Azure/azure-kubernetes-service-extension.md | 1 - 1 file changed, 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md index 67129902f5f..f2ca8c1de12 100644 --- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md @@ -7,7 +7,6 @@ weight: 4000 --- {{% alert title="Note" color="warning" %}} -Advisory: Microsoft will be discontinuing the Dapr extension for AKS. {{% /alert %}} The current recommended approach for installing Dapr on AKS is to [install Dapr using helm]({{% ref kubernetes-deploy.md %}}) and performing any authorization for Azure services using [workload identity federation]({{< ref howto-wif.md >}}). This ensures that: From cd861481da555f3c2051b10f339f44101b172eb3 Mon Sep 17 00:00:00 2001 From: Alexander Trauzzi Date: Wed, 22 Oct 2025 15:42:48 -0500 Subject: [PATCH 4/4] Remove alert note from AKS Dapr installation guide Removed unnecessary alert note from the AKS documentation. Signed-off-by: Alexander Trauzzi --- .../integrations/Azure/azure-kubernetes-service-extension.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md index f2ca8c1de12..15fb82cacfb 100644 --- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md +++ b/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md @@ -6,9 +6,6 @@ description: "Provision Dapr on your Azure Kubernetes Service (AKS) cluster with weight: 4000 --- -{{% alert title="Note" color="warning" %}} -{{% /alert %}} - The current recommended approach for installing Dapr on AKS is to [install Dapr using helm]({{% ref kubernetes-deploy.md %}}) and performing any authorization for Azure services using [workload identity federation]({{< ref howto-wif.md >}}). This ensures that: - Dapr is easy to update and remains compatible with the Dapr ecosystem - Components can authorize transparently without requiring additional credentials