You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command connects using the managed service identity of "myUserAssignedIdentity" by adding the User Assigned Identity to the Virtual Machine, then connecting using the ClientId of the User Assigned Identity.
149
149
More information about configuring Managed Identities can be found here: https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vm.
150
150
151
-
### Example 6: Add an Account Using Managed Service Identity Login and ClientId
151
+
### Example 7: Add an Account Using Managed Service Identity Login and ClientId
This command connects using the managed service identity of "myUserAssignedIdentity" by adding the User Assigned Identity to the Virtual Machine, then connecting using the Id of the User Assigned Identity.
163
163
More information about configuring Managed Identities can be found here: https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vm.
164
164
165
-
### Example 7: Add an account using certificates
165
+
### Example 8: Add an account using certificates
166
166
```powershell
167
167
# For more information on creating a self-signed certificate
168
168
# and giving it proper permissions, please see the following:
@@ -185,7 +185,7 @@ Environment : AzureCloud
185
185
186
186
This command connects to an Azure account using certificate-based service principal authentication. The service principal used for authentication should have been created with the given certificate.
187
187
188
-
### Example 8: Add an account using AccessToken authentication
188
+
### Example 9: Add an account using AccessToken authentication
0 commit comments