Upload your Own Certificate to Azure Automation

There can be requirement of uploading your own self signed certificate or you organizational approved Certificate to Azure Run As account. This article will assist you in doing that, some admins do it, so they do not have to renew every year First let us create a certificate using New-SelfSignedCertificate powershell command. New-SelfSignedCertificate -Subject ‘CN=AutomationRunAsCert’…