Year: 2021

Azure AD Access Reviews — Built-in Features and Custom Solutions

Azure AD Access Reviews — Built-in Features and Custom Solutions

Managing user access does not need to be tedious and constant work. Let’s take a look at the built-in features of Azure AD Access Reviews, whether they are enough for real-life purposes, and how we can improve things via custom solutions.

Stopping and starting Azure Application Gateway on-demand and on a schedule

Stopping and starting Azure Application Gateway on-demand and on a schedule

There’s no button in Azure Portal that allows us to stop and start the application gateway on-demand. Luckily, we can do it with PowerShell!

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 set up a Kali Linux virtual machine on Azure to serve as a TryHackMe attack box

How to set up a Kali Linux virtual machine on Azure to serve as a TryHackMe attack box

Do you want to set up your own separate Kali Linux VM in Azure for practicing hacking, which retains all the tools you decide to install?