https://github.com/sassdawe/psconfeu-confmon
Configuration Monitoring example solution
https://github.com/sassdawe/psconfeu-confmon
azure-cli demo github-actions powershell psconfeu
Last synced: 7 months ago
JSON representation
Configuration Monitoring example solution
- Host: GitHub
- URL: https://github.com/sassdawe/psconfeu-confmon
- Owner: sassdawe
- License: mit
- Created: 2023-06-21T09:31:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T19:41:22.000Z (over 2 years ago)
- Last Synced: 2024-05-29T04:30:50.664Z (over 1 year ago)
- Topics: azure-cli, demo, github-actions, powershell, psconfeu
- Language: PowerShell
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PSConfEU - Configuration Monitor
Azure Configuration Monitoring example GitHub Action## ⚠️ Warnings ⚠️
### DON'T DO THIS IN PUBLIC REPO
You really don't want to expose your configuration to the whole world.
### Be aware of secrets stored as configuration
When we export the App Configurations of an App Service or a Function app, any secrets stored as configuration would be checked into source contol **BIG NO-NO**

## What this is?
Now that we're done with mandatory warnings, let's drive into the details.
This repo was used for a presentation at **PSConfEU 2023** in Prague titled: _First step of IaC Configuration Monitoring_
See the presentation at [PSConfEU2023](https://github.com/psconfeu/2023/tree/main/DavidSass) after the PR is accepted.
## Resources
- [Use GitHub Actions to connect to Azure](https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure)
- [Push to origin from GitHub action](https://stackoverflow.com/questions/57921401/push-to-origin-from-github-action)
- [Github Actions - Is there a way to continue on error while still getting correct feedback?](https://stackoverflow.com/questions/62045967/github-actions-is-there-a-way-to-continue-on-error-while-still-getting-correct)
- [Cron Examples](https://crontab.guru/examples.html)