You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/dapr.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,8 @@ Create the Dapr extension, which installs Dapr on your AKS or Arc-enabled Kubern
119
119
For example, install the latest version of Dapr via the Dapr extension on your AKS cluster:
120
120
```azurecli
121
121
az k8s-extension create --cluster-type managedClusters \
122
-
--cluster-name myAKSCluster \
123
-
--resource-group myResourceGroup \
122
+
--cluster-name <myAKSCluster> \
123
+
--resource-group <myResourceGroup> \
124
124
--name dapr \
125
125
--extension-type Microsoft.Dapr \
126
126
--auto-upgrade-minor-version false
@@ -165,13 +165,13 @@ You can disable auto-update by specifying the `--auto-upgrade-minor-version` par
165
165
To upgrade to the latest Dapr version in a production environment, you need to manually upgrade. Start by viewing a list of the stable Dapr versions available to your managed AKS cluster. Run the following command:
0 commit comments