Step by Step – Azure Application Gateway

Azure Application Gateway

​Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications. Traditional load balancers operate at the transport layer (OSI layer 4 – TCP and UDP) and route traffic based on source IP address and port, to a destination IP address and port. ​Prerequisites This guide blogpost

Take Load Testing Seriously !!!

On and off you come across the battle of performance for your application and most of us don’t take load testing seriously until it has raised some red flags. Yeah, that’s when we all start to talk about performance and testing applications, monitoring all the shit which is happening, looking at the speed at which

FIXED – Not a valid Base-64 string error by Azure CLI on a storage queue

​Using Azure CLI a lot recently, it has made interactions with Azure so much easier using PowerShell. https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest I had to write a simple PowerShell script that added items to a Storage queue. Once the items were added to a queue an Azure function picked up the items and processed them. According to the documentation