Skip to content

Commit 3ce3c2a

Browse files
authored
Merge pull request #180547 from qpetraroia/patch-4
update aks dapr docs to include note about managed-clusters
2 parents 3e4b435 + 4726780 commit 3ce3c2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/dapr.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ az extension update --name k8s-extension
8686

8787
## Create the extension and install Dapr on your AKS cluster
8888

89+
> [!NOTE]
90+
> It is important that you use the flag `--cluster-type managedClusters` when installing the Dapr extension on your AKS cluster. Using `--cluster-type connectedClusters` is currently not supported.
91+
8992
Once your subscription is registered to use Kubernetes extensions, you can create the Dapr extension, which installs Dapr on your AKS cluster. For example:
9093

9194
```azure-cli-interactive

0 commit comments

Comments
 (0)