Skip to content

Commit

Permalink
Merge pull request #109 from JaimePolop/patch-9
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
carlospolop authored Nov 17, 2024
2 parents 51d3fe5 + 4d977ac commit 6837712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pentesting-cloud/azure-security/az-azuread/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> -p <password> #Specify user and password
az login --identity #Use the current machine managed identity (metadata)
az login --identity -u /subscriptions/<subscriptionId>/resourcegroups/myRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myID #Login with user managed identity
Expand Down

0 comments on commit 6837712

Please sign in to comment.