Using Terraform Outputs in Azure DevOps
I’ve been working to get more familiar with both Terraform and Azure Devops recently and working on understanding how both can be used in ‘real world’ situations. One example I…
02/05/2021
I’ve been doing some work recently using Azure Storage Queues with Azure Functions to ingest data from a third party. The solution consists of: an HTTP triggered PowerShell Azure function the third party sends data in via HTTP a Storage Account containing a queue that inbound data is loaded onto…