Azure trainings!
Infused with experience from the field, brought with lots of passion!

Use GitHub Actions with User-Assigned Managed Identity

Use GitHub Actions with User-Assigned Managed Identity

Before we can automate our infrastructure as code, there is always to need to grant the required permissions to our release pipelines.  For GitHub Actions, this typically involved creating a Service Principal with a client secret.  By storing those credentials as...