Skip to content

Commit 88cfdc8

Browse files
List styling
1 parent 67c5b9b commit 88cfdc8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/aks/includes/azd/azd-login-ts.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@ ms.topic: include
44
ms.date: 02/21/2024
55
---
66

7-
### AZD Login on GitHub Codespaces
7+
### AZD login on GitHub Codespaces
88

99
> [!IMPORTANT]
1010
> Certain Azure security policies cause conflicts when used to sign in with `azd auth login`. As a workaround, you can perform a curl request to the localhost url you were redirected to after you logged in.
1111
1212
The workaround requires the Azure CLI for authentication. If you don't have it or aren't using GitHub Codespaces, install the [Azure CLI][install-azure-cli].
1313

14-
1. Inside a terminal, login with Azure CLI
14+
1. Inside a terminal, login with Azure CLI.
15+
1516
```azurecli-interactive
1617
az login --scope https://graph.microsoft.com/.default
1718
```
18-
1. Copy the "localhost" URL from the failed redirect
1919
20-
1. In a new terminal window, type `curl` and paste your url
20+
1. Copy the "localhost" URL from the failed redirect.
21+
22+
1. In a new terminal window, type `curl` and paste your url.
2123
22-
1. If it works, code for a webpage saying "You have logged into Microsoft Azure!" appears
24+
1. If it works, code for a webpage saying "You have logged into Microsoft Azure!" appears.
2325
2426
```html
2527
<!DOCTYPE html>
@@ -59,7 +61,7 @@ The workaround requires the Azure CLI for authentication. If you don't have it o
5961
6062
1. Close the new terminal and open the old terminal. A JSON list of your subscriptions should appear.
6163
62-
1. Copy and note down the subscription_id you want to use. It will be listed as `id`.
64+
1. Copy and note down the `id` field of the subscription you want to use.
6365
6466
1. Paste it in to the command `az account set -n {sub}`.
6567

0 commit comments

Comments
 (0)