Parallel processing in Azure logic apps

Parallel processing in Azure logic apps

Azure logic apps can be used to automate things without writing code, but because a lot of stuff happens under the hood your workflow might corrupt your data. By looking at the different ways you can handle parallel processing of data in logic apps you can prevent this data to be corrupted and maybe in the meantime increase the runtime of your apps!

Read More

Automatically tag azure vm's behind a load balancer

Automatically tag azure vm's behind a load balancer

When managing virtual machines in Azure it’s often useful to tag these machines based on certain criteria. These tags can be used to filter the virtual machines for certain services. To make sure that virtual machines will always have the right tags we can use Azure Policies. In this blog post I will describe how you can make an Azure Policy which automatically tags virtual machines behind a load balancer or application gateway.

Read More