Deploy Super-Linter in Azure DevOps Pipelines
Are you struggling to validate your source code automatically? Or ensure you are following best practices? One way of automating validation is to use a linter against your source code.…
Are you struggling to validate your source code automatically? Or ensure you are following best practices? One way of automating validation is to use a linter against your source code.…
In the last post in this series, I cover using GitHub Actions to update the website content out in the storage account automatically. I also include updating the function code…
Git is a great source control option for developers and systems administrators alike. One of the key features is the ability to revert a commit when working with your code.…