From 4d977acc6cb868efe057ba0164effd735d1920f7 Mon Sep 17 00:00:00 2001 From: Jaime Polop <117489620+JaimePolop@users.noreply.github.com> Date: Sun, 17 Nov 2024 20:45:50 +0100 Subject: [PATCH] Update README.md --- pentesting-cloud/azure-security/az-azuread/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentesting-cloud/azure-security/az-azuread/README.md b/pentesting-cloud/azure-security/az-azuread/README.md index bfd468ac91..c2e16ec48a 100644 --- a/pentesting-cloud/azure-security/az-azuread/README.md +++ b/pentesting-cloud/azure-security/az-azuread/README.md @@ -60,7 +60,7 @@ curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash {% tabs %} {% tab title="az cli" %} ```bash -az login #This will open the browser +az login #This will open the browser (if not use --use-device-code) az login -u -p #Specify user and password az login --identity #Use the current machine managed identity (metadata) az login --identity -u /subscriptions//resourcegroups/myRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myID #Login with user managed identity