Skip to content

Commit 6175d0d

Browse files
committed
title case
1 parent 6e120d2 commit 6175d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/service/resource-known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ Many webservice failures in Azure Kubernetes Service can be debugged by connecti
181181
az aks get-credentials -g <rg> -n <aks cluster name>
182182
```
183183

184-
## Updating Azure Machine Learning Components in AKS cluster
184+
## Updating Azure Machine Learning components in AKS cluster
185185

186-
Updates to Azure Machine Learning Components installed in an Azure Kubernetes Service cluster must be manually applied. You can apply these clusters by detaching the cluster from the Azure Machine Learning workspace, and then re-attaching the cluster to the workspace. If SSL is enabled in the cluster, you will need to supply the SSL certificate and private key when re-attaching the cluster.
186+
Updates to Azure Machine Learning components installed in an Azure Kubernetes Service cluster must be manually applied. You can apply these clusters by detaching the cluster from the Azure Machine Learning workspace, and then re-attaching the cluster to the workspace. If SSL is enabled in the cluster, you will need to supply the SSL certificate and private key when re-attaching the cluster.
187187

188188
```python
189189
compute_target = ComputeTarget(workspace=ws, name=clusterWorkspaceName)

0 commit comments

Comments
 (0)