Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bpoe/azgitops
- Owner: Bpoe
- License: mit
- Created: 2023-07-06T15:55:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T00:26:33.000Z (9 months ago)
- Last Synced: 2024-04-03T01:40:26.546Z (9 months ago)
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.