Create an Azure Automation account

One Automation account can manage resources across all regions and subscriptions for a given tenant.

In the Azure portal create a new resource and search for ‘Automation’

image

Select the subscription and resource group and give the account a name.

image

Under advanced choose where to use a system-assigned, user-assigned, or no managed identity at all

FieldDescription
System-assignedAn Azure Active Directory identity that is tied to the lifecycle of the Automation account.
User-assignedA managed identity represented as a standalone Azure resource that is managed separately from the resources that use it.

References

Microsoft

Last modified July 21, 2024: update (e2ae86c)