Skip to content

Commit 10e8d8e

Browse files
committed
add edits from nyemade
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 006a4e7 commit 10e8d8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/dapr-workflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Create an AKS cluster and attach to [the ACR provided with the sample][deploymen
6161
az aks create --resource-group myResourceGroup --name myAKSCluster --node-count 2 --generate-ssh-keys --attach-acr samples
6262
```
6363

64-
Make sure `kubectl` is installed and pointed to your AKS cluster.
64+
Make sure `kubectl` is installed and pointed to your AKS cluster. If you use [the Azure Cloud Shell][az-cloud-shell], kubectl is already installed.
6565

6666
For more information, see the [Deploy an AKS cluster][cluster] tutorial.
6767

@@ -197,6 +197,7 @@ In this guide, you deployed and ran workflows on a Dapr extension for AKS. You l
197197
[cluster]: ./tutorial-kubernetes-deploy-cluster.md
198198
[k8s-sp]: ./dapr.md#register-the-kubernetesconfiguration-service-provider
199199
[dapr-config]: ./dapr-settings.md
200+
[az-cloud-shell]: ./learn/quick-kubernetes-deploy-powershell.md#azure-cloud-shell
200201

201202
<!-- Links External -->
202203
[dapr-workflow-sample]: https://github.com/shubham1172/dapr-workflows-aks-sample

0 commit comments

Comments
 (0)