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
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
128128Account: MSI@50342
129129Environment: AzureCloud
130130Subscription: yyyy-yyyy-yyyy-yyyy
131131Tenant: 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
135135VirtualMachine with an assigned Managed Service Identity, this will allow the code to login using that assigned identity)
136136
137137## PARAMETERS
You can’t perform that action at this time.
0 commit comments