Azure DevOps Azure DevOps: Secrets in Files We've discussed AKV and Hashi Vault, but one simple pattern for secrets storage and decimation is to use encrypted file storage. While not as elegant, it can be more than sufficient, fast and
Azure Azure DevOps: VM Deployment Environments A topic that has come up a few times lately, in regards to YAML pipelines in Azure DevOps, is how to use Environments for non-containerized workloads. Most of to whom I speak are
AKS Containerized FORTRAN in Kubernetes While there are guides to creating FORTRAN containers to solve local builds, I felt it would be a great logical followup to try and make a containerized microservice using FORTRAN. More importantly, could
Azure Getting Started with Packer and AzDO Lately I've been in many conversations about how to use Packer, especially how to use Packer with Azure Pipelines and Cloud endpoints. There are some good Getting Started trainings with Packer and Vagrant
Azure Notifications: Email with Logic Apps Love them or hate them, email notifications are a topic nearly every project needs to solve. Having to trigger them from Azure has come up multiple times in the last week which prompted