Azure service principal
2021
How to create an Azure Service Principal with Password
·958 words·5 mins·
100
views
·
5
likes
Hello, guys. Today I want to show you how to create a service principal using PowerShell and Azure CLI. In case you don’t know, an Azure service identity is an identity that is created in Azure AD and associated with an application.
2020
First steps in Terraform - Azure Setup
·465 words·3 mins·
100
views
·
5
likes
Today I want to talk to you about terraform, this open-source tool that allows us to define, preview and deploy infrastructure on a multitude of cloud providers such as Azure, AWS, and google, using the HashiCorp Configuration Language (HCL).