Tag: Microsoft Azure

Forcing an Azure Function to process Queue Storage messages one at a time

Forcing an Azure Function to process Queue Storage messages one at a time

By default, Azure Functions process queue messages in parallel. Usually, parallelism is great but there are some occasions that might require you to process the messages one by one.

How to use the complimentary Azure credits in a Microsoft 365 developer tenant — step by step

How to use the complimentary Azure credits in a Microsoft 365 developer tenant — step by step

“But I wanted to use them in my developer tenant that I got through the Microsoft 365 Developer Program because it also has 25 free E5 licenses!”

How to Expose a Firewall-Protected Web Service to the Cloud with Azure Relay

How to Expose a Firewall-Protected Web Service to the Cloud with Azure Relay

Cloud solutions can’t communicate directly with on-premises hosted web services because of the firewall. Luckily we can get past that using Azure Relay. In this blog post, I’ll show you, how you can, e.g., expose a SharePoint-hosted web service to Office 365.