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/machine-learning/how-to-troubleshoot-online-endpoints.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -549,7 +549,7 @@ This is a list of reasons you might run into this error when creating/updating t
549
549
550
550
### ERROR: TokenRefreshFailed
551
551
552
-
This is because extension cannot get principal credential from Azure because the Kubernetes cluster identity is not set properly, please re-install the [Azure Machine learning extension](../machine-learning/how-to-deploy-kubernetes-extension.md) and try again.
552
+
This is because extension cannot get principal credential from Azure because the Kubernetes cluster identity is not set properly, please re-install the [Azure Machine Learning extension](../machine-learning/how-to-deploy-kubernetes-extension.md) and try again.
553
553
554
554
555
555
### ERROR: GetAADTokenFailed
@@ -561,20 +561,20 @@ This is because the Kubernetes cluster request AAD token failed or timeout, plea
561
561
562
562
If your workspace is a private workspace which disabled public network access, the Kubernetes cluster should only communicate with that private workspace through the private link.
563
563
564
-
* You can check the if workspace access allows public access, no matter an AKS cluster itself is public or private, it cannot access the private workspace.
564
+
* You can check if the workspace access allows public access, no matter if an AKS cluster itself is public or private, it cannot access the private workspace.
565
565
* More information you can refer to [Secure Azure Kubernetes Service inferencing environment](../machine-learning/how-to-secure-kubernetes-inferencing-environment.md#what-is-a-secure-aks-inferencing-environment)
566
566
567
567
### ERROR: ACRAuthenticationChallengeFailed
568
568
569
569
This is because the Kubernetes cluster cannot reach ACR service of the workspace to do authentication challenge. Please check your network, especially the ACR public network access, then try again.
570
570
571
-
You can follow the troubleshooting steps in [GetAADTokenFailed](#error-getaadtokenfailed) to check the the network.
571
+
You can follow the troubleshooting steps in [GetAADTokenFailed](#error-getaadtokenfailed) to check the network.
572
572
573
573
### ERROR: ACRTokenExchangeFailed
574
574
575
575
This is because the Kubernetes cluster exchange ACR token failed because AAD token is unauthorized yet, since the role assignment takes some time, so you can wait a moment then try again.
576
576
577
-
This failed may also due to too many requests to the ACR service at that time, it should be a transient error, you can try again later.
577
+
This failure may also be due to too many requests to the ACR service at that time, it should be a transient error, you can try again later.
0 commit comments