File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/Profile/Commands.Profile/help Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,14 @@ This command connects to an Azure account and configured AzureRM PowerShell to r
124
124
125
125
### Example 5: Add an Account Using Managed Service Identity Login
126
126
```
127
- PS C:\>Add -AzureRmAccount -MSI
127
+ PS C:\> Connect -AzureRmAccount -MSI
128
128
Account: MSI@50342
129
129
Environment: AzureCloud
130
130
Subscription: yyyy-yyyy-yyyy-yyyy
131
131
Tenant: xxxx-xxxx-xxxx-xxxx
132
132
```
133
133
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
135
135
VirtualMachine with an assigned Managed Service Identity, this will allow the code to login using that assigned identity)
136
136
137
137
## PARAMETERS
You can’t perform that action at this time.
0 commit comments