What is the Run As account?

Ann Naccarato 1 Reputation point
2021-05-17T16:10:49.03+00:00

Just inherited the azure, still learning Came across the run as account needing a certificate renewal. It's a self signed certificate, but what is it used for, and what kind of havoc am I going to get if I renew it or don't renew it.

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

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,466 Reputation points
    2021-05-19T13:27:51.407+00:00

    @Ann Naccarato Welcome to Microsoft Q & A Community Forum. Run As accounts in Azure Automation provide authentication for managing resources on Azure. When RunAsAccount is created , the following steps are performed.

    97932-image.png

    As mentioned in above screenshot, a service principal is created and Azure service principal is a security identity used by user-created apps, services, and automation tools to access specific Azure resources. Think of it as a 'user identity' (login and password or certificate) with a specific role, and tightly controlled permissions to access your resources. It only needs to be able to do specific things, unlike a general user identity. It improves security if you only grant it the minimum permissions level needed to perform its management tasks.

    Whenever you logon to perform tasks, you either need to have login credentials , it can be either login password or certificate. In short, the certificate is used for authentication purposes. If its not renewed, the automation jobs that you have created will be errored out.

    0 comments No comments