This project creates an Azure resource group using Jenkins with Managed Identity.
Test Azure Managed Identity authentication from Jenkins by creating a resource group.
- Jenkins with Azure Managed Identity configured
- GitHub repository with this code
- Checkout code from GitHub
- Login to Azure using Managed Identity
- Create resource group
- Verify resource group
Build manually from Jenkins dashboard or push to GitHub triggers automatic build.
- Name: my-test-resource-group
- Location: East US
- Tags: CreatedBy=Jenkins, Purpose=Test2