How to disable local authentication in Azure Automation account

Liang Chen 1 Reputation point Microsoft Vendor
2024-05-14T08:15:12.13+00:00

Hi experts,

Does anyone know how to disable the local authentication in Azure Automation Account?

This documentation is related to the topic, but it doesn't provide actual steps to disable the local authentication in Azure Automation Accounts.

https://learn.microsoft.com/en-us/azure/automation/disable-local-authentication#re-enable-local-authentication

Could anyone kindly help with this topic?

Thanks,

Liang

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,144 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 21,516 Reputation points MVP
    2024-05-15T06:47:40.3733333+00:00

    Hi,

    The easiest way to do this would be to go to the resource blade and select the option export template. Copy the contents of the template and edit the automationAccounts resource by adding the property and the value:

    User's image

    Note that you need to remove any other resource besides the automationAccoutns itself and any other parameter that is not for that resource. After that deploy the template.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments