Skip to content

Commit

Permalink
Update source/cloud/azure/aks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Tomlinson <[email protected]>
  • Loading branch information
melodywang060 and jacobtomlinson authored Oct 9, 2024
1 parent 1df54c4 commit 9b7088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cloud/azure/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ az login

Now we can launch a GPU enabled AKS cluster. First launch an AKS cluster.

```console
```bash
az aks create -g <resource group> -n rapids \
--enable-managed-identity \
--node-count 1 \
Expand Down

0 comments on commit 9b7088a

Please sign in to comment.