Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpoe/azgitops

This is a Proof of Concept for a GitOps service for Azure template deployments
https://github.com/bpoe/azgitops

Last synced: about 1 month ago
JSON representation

This is a Proof of Concept for a GitOps service for Azure template deployments

Awesome Lists containing this project

README

        

# Azure GitOps Service

This is the start of a proof of concept for a GitOps service for deploying Azure Templates. Right now, it simply reads a Template and Parameters file from Blob storage, then executes a WhatIf deployment API call against them. If WhatIf returns that changes would be made, then it will start a real deployment to correct the changes needed.

This is currently written as a WebJob SDK Queue Trigger. There is an accompanying REST API that is not part of the is repo.