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
Copy file name to clipboardExpand all lines: articles/automation/automation-connections.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ When you create a connection, you must specify a connection type. The connection
27
27
Azure Automation makes the following built-in connection types available:
28
28
29
29
*`Azure` - Represents a connection used to manage classic resources.
30
-
*`AzureServicePrincipal` - Represents a connection used to manage resources in Azuer using a service principal.
30
+
*`AzureServicePrincipal` - Represents a connection used to manage resources in Azure using a service principal.
31
31
*`AzureClassicCertificate` - This connection type is used to manage resources in Azure that were created using the classic deployment model that doesn't support Service Principal authentication.
32
32
33
33
## PowerShell cmdlets to access connections
@@ -81,7 +81,7 @@ Create a new connection with Windows PowerShell using the `New-AzAutomationConne
81
81
You can use the following example commands to create a connection that can be used for authentication using Azure Service Principal.
0 commit comments