Access Azure Key Vault from PowerAutomate

Azure Key Vault is a cloud-based service provided by Microsoft that allows you to store and manage cryptographic keys, certificates, and secrets used in your applications. It provides a secure and centralized way to manage your application secrets and keys. Power Automate, on the other hand, is a cloud-based service provided by Microsoft that allows…

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’…