GitHub Actions: Download File and Commit to Repository
A few times I’ve found the need to setup a GitHub Actions workflow that downloads a file and commits that file back to the repository.…
A few times I’ve found the need to setup a GitHub Actions workflow that downloads a file and commits that file back to the repository.…
The functions built into and supported by HashiCorp Terraform include the yamldecode and yamlencode functions for working with YAML data. These functions enable seamless integration…
There are many times when scheduled triggers are very useful when configuring GitHub Actions workflows. Luckily, GitHub Actions supports the ability to configure scheduled triggers…
At first this sounds crazy, but Azure DevOps Pipelines are actually a Serverless compute engine. When you compare it to other Azure cloud services, it’s…
Ensuring the integrity and security of software artifacts is extremely important. With the proliferation of supply chain attacks and the increasing complexity of software development…
Pandoc is a great tool for document conversion and generation. I’ve written tons of training course and documentation content over the years, and have often…
When setting up CI/CD (Continuous Integration and Continuous Deployment) pipelines in Azure DevOps for .NET 7+ solutions, such as those using ASP.NET Core, it’s important…
HashiCorp Terraform is a popular tool for managing infrastructure as code (IaC). By defining your IaC using Terraform, you can use version control with your…
If you are using the Microsoft-hosted Azure DevOps Build Agents, then you wont really have a reliable way to know what IP Address traffic from…
A powerful way to write and build Azure Functions is to use C# Script. This allows you to easily write function directly within the Azure…
Azure pipeline as a core part of Azure DevOps, it allows for the creation of CI ( Continuous Integration) pipeline in a declarative way using…