Azure DevOps CI/CD Pipeline
Budget: ₹750 – ₹1,250 INR
I want to automate our build-and-deploy flow inside Azure DevOps. All code sits in Azure Repos (Git), and the solution includes both traditional web applications and a growing set of microservices.
For this first phase the pipeline only needs to push to our Development environment, but it must be structured in YAML so adding Staging or Production later is painless. The flow should:
• trigger on every commit to the main and feature branches
• restore, build, run unit tests, and publish artifacts for each web app and microservice
• deploy successfully to the Development resource group or AKS cluster (whichever you recommend), using Key Vault for secrets
• version and tag artifacts automatically for traceability, with an easy rollback path
Deliverables: the YAML files committed to the repo, any variable groups or service connections you create, and a concise read-me explaining how to extend or clone the pipeline for new services.
All required Azure resources and permissions are ready; let me know what access you need and we can get started.
For this first phase the pipeline only needs to push to our Development environment, but it must be structured in YAML so adding Staging or Production later is painless. The flow should:
• trigger on every commit to the main and feature branches
• restore, build, run unit tests, and publish artifacts for each web app and microservice
• deploy successfully to the Development resource group or AKS cluster (whichever you recommend), using Key Vault for secrets
• version and tag artifacts automatically for traceability, with an easy rollback path
Deliverables: the YAML files committed to the repo, any variable groups or service connections you create, and a concise read-me explaining how to extend or clone the pipeline for new services.
All required Azure resources and permissions are ready; let me know what access you need and we can get started.
Related categories:
Cloud Computing
Azure
Git
Continuous Integration
DevOps
Automation
Microservices
CI/CD