Skip to content

Commit

Permalink
Clarified that a system-assigned managed identity is used
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrobbins committed Jul 18, 2023
1 parent 8634570 commit ede23ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azps-10.0.0/Az.Accounts/Connect-AzAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ [email protected] Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud

### Example 5: Connect using a Managed Service Identity

This example connects using the Managed Service Identity (MSI) of the host environment. For example,
you sign into Azure from a virtual machine that has an assigned MSI.
This example connects using a system-assigned Managed Service Identity (MSI) of the host
environment. For example, you sign into Azure from a virtual machine that has an assigned MSI.

```powershell
Connect-AzAccount -Identity
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.Accounts/Connect-AzAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ [email protected] Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud

### Example 5: Connect using a Managed Service Identity

This example connects using the Managed Service Identity (MSI) of the host environment. For example,
you sign into Azure from a virtual machine that has an assigned MSI.
This example connects using a system-assigned Managed Service Identity (MSI) of the host
environment. For example, you sign into Azure from a virtual machine that has an assigned MSI.

```powershell
Connect-AzAccount -Identity
Expand Down
4 changes: 2 additions & 2 deletions azps-9.7.1/Az.Accounts/Connect-AzAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ [email protected] Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud

### Example 5: Connect using a Managed Service Identity

This example connects using the Managed Service Identity (MSI) of the host environment. For example,
you sign into Azure from a virtual machine that has an assigned MSI.
This example connects using a system-assigned Managed Service Identity (MSI) of the host
environment. For example, you sign into Azure from a virtual machine that has an assigned MSI.

```powershell
Connect-AzAccount -Identity
Expand Down

0 comments on commit ede23ee

Please sign in to comment.