We use Terraform and Azure DevOps pipelines to deploy our Azure infrastructure. Every now and then, apparently out […]
Category Archive: DevOps
Angular comes with a mechanism for creating environment specific builds using environment.ts files. This works well, but the […]
In Azure DevOps you can use personal access tokens (PAT) as an alternate form of user authentication. PATs […]
Variable groups in Azure DevOps allow you to manage variables in a single place and share them across […]
In Logic Apps you can create a connector to an Azure KeyVault and connect in two ways: connect […]
I had to automate some Logic Apps deployments containing a SendGrid API connection. Since I couldn’t find a […]
When creating documents in Azure Cosmos databases for MongoDB API you might get the error message MongoError: document […]
While creating an Azure Pipeline to backup all Azure Cosmos databases in a subscription, I had to list […]
I am currently doing the Azure backup strategy for one of our customers. While Azure takes regular backups […]
Azure Storage v2 accounts allow you to serve static content (HTML, CSS, JavaScript, and image files) directly from […]