Skip to content

Commit ab812fc

Browse files
Update spelling
1 parent de71204 commit ab812fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-deploy-azure-kubernetes-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For more information on the classes, methods, and parameters used in this exampl
104104
az ml computetarget create aks -n myaks
105105
```
106106

107-
For more information, see the [`az ml computetarget create aks`](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/computetarget/create?view=azure-cli-latest#ext-azure-cli-ml-az-ml-computetarget-create-aks) reference.
107+
For more information, see the [az ml computetarget create aks](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/computetarget/create?view=azure-cli-latest#ext-azure-cli-ml-az-ml-computetarget-create-aks) reference.
108108

109109
## Attach an existing AKS cluster
110110

@@ -178,7 +178,7 @@ To attach the existing cluster to your workspace, use the following command. Rep
178178
az ml computetarget attach aks -n myaks -i aksresourceid -g myresourcegroup -w myworkspace
179179
```
180180

181-
For more information, see the [`az ml computetarget attach aks`](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/computetarget/attach?view=azure-cli-latest#ext-azure-cli-ml-az-ml-computetarget-attach-aks) reference.
181+
For more information, see the [az ml computetarget attach aks](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/computetarget/attach?view=azure-cli-latest#ext-azure-cli-ml-az-ml-computetarget-attach-aks) reference.
182182

183183
## Deploy to AKS
184184

0 commit comments

Comments
 (0)