Skip to content

Commit e958130

Browse files
authored
Removed use of alias in example
1 parent b0600c9 commit e958130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Profile/Commands.Profile/help/Connect-AzureRmAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ This command connects to an Azure account and configured AzureRM PowerShell to r
124124

125125
### Example 5: Add an Account Using Managed Service Identity Login
126126
```
127-
PS C:\>Add-AzureRmAccount -MSI
127+
PS C:\> Connect-AzureRmAccount -MSI
128128
Account: MSI@50342
129129
Environment: AzureCloud
130130
Subscription: yyyy-yyyy-yyyy-yyyy
131131
Tenant: xxxx-xxxx-xxxx-xxxx
132132
```
133133

134-
This command logs in using the managed service identity of the host environment (for example, if executed on a
134+
This command connects using the managed service identity of the host environment (for example, if executed on a
135135
VirtualMachine with an assigned Managed Service Identity, this will allow the code to login using that assigned identity)
136136

137137
## PARAMETERS

0 commit comments

Comments
 (0)