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/aks/learn/quick-kubernetes-deploy-azd.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
@@ -81,7 +81,7 @@ The `azd` template contains all the code needed to create the services, but you
81
81
```
82
82
83
83
> [!IMPORTANT]
84
-
> If you're using an out-of-network virtual machine or GitHub Codespace, certain Azure security policies cause conflicts when used to sign in with `azd auth login`. If you run into an issue here, you can follow the [azd auth workaround](../includes/azd/azd-login-ts.md), which involves using a `curl` request to the localhost URL you were redirected to after running [`azd auth login`][az-auth-login].
84
+
> If you're using an out-of-network virtual machine or GitHub Codespace, certain Azure security policies cause conflicts when used to sign in with `azd auth login`. If you run into an issue here, you can follow the azd auth workaround provided below, which involves using a `curl` request to the localhost URL you were redirected to after running [`azd auth login`][az-auth-login].
85
85
86
86
3. Authenticate with your credentials on your organization's sign in page.
87
87
4. Confirm that it's you trying to connect from the Azure CLI.
@@ -230,10 +230,10 @@ To learn more about AKS and walk through a complete code-to-deployment example,
0 commit comments