Microsoft Azure
All pages referring or tutorials for Microsoft Azure.
Use Azure Logic Apps to automatically start and stop VMs
Sunday, July 13, 2025 in Microsoft Azure
Categories:
With Azure Logic apps we can save some money on compute costs. Azure Logic apps are flow based tasks that can be run on schedule, or on a specific trigger like receiving a email message or Teams message. After the trigger has been started, we can …
How to implement Azure Firewall to secure your Azure environment
Thursday, July 10, 2025 in Microsoft Azure
Categories:
In this article, we are going to implement Azure Firewall in Azure. We are going to do this by building and architecting a new network and creating the basic rules to make everything work. Requirements Around 60 minutes of your time An Azure …
What is Azure Firewall?
Thursday, July 03, 2025 in Microsoft Azure
Categories:
Azure Firewall is a cloud-native Firewall which can be implemented in your Azure network. It acts as a Layer 3, 4 and 7 Firewall and so has more administrative options than for example NSGs. Requirements Around 15 minutes of your time Basic knowledge …
Azure Default VM Outbound access deprecated
Thursday, June 19, 2025 in Microsoft Azure
Categories:
Starting on 30 September 2025, default outbound connectivity for Azure VMs will be retired. This means that after this date you have to configure a way for virtual machines to actually have connection to the internet. Otherwise, you will get an VM …
Microsoft Azure certifications for Developers
Wednesday, June 11, 2025 in Microsoft Azure
Categories:
This page shows what Microsoft Azure certifications are available for Developer-minded people. I intend to focus as much on the developers as possible, although this is not my primary subject. I did some research and i didn’t find it very clear …
Creating Static Web Apps on Azure the easy way
Thursday, May 29, 2025 in Microsoft Azure
Categories:
Microsoft Azure has a service called the ‘Static Web Apps" (SWA) which are simple but yet effective webpages. They can host HTML pages with included CSS and can link with Azure Functions for doing more advanced tasks for you. In this guide …
Create custom Azure Workbooks for detailed monitoring
Thursday, May 08, 2025 in Microsoft Azure
Categories:
Azure Workbooks are an excellent way to monitor your application and dependencies in a nice and customizable dashboard. Workbooks can contain technical information from multiple sources, like: Metrics Log Analytics Workspaces Visualisations They’re …
Setup a Minecraft server on Azure
Thursday, May 01, 2025 in Microsoft Azure
Categories:
Sometimes, we also want a step down from our work and want to fully enjoy a videogame. Especially when you really like games with open worlds, Minecraft is a great game. And what if I tell you we can setup a server for Minecraft on Azure so you can …
Deploy Resource Group locks automatically with Azure Policy
Thursday, April 17, 2025 in Microsoft Azure
Categories:
Locks in Azure are a great way to prevent accidental deletion or modify resources or resource groups. This helps further securing your environment and make it somewhat more “fool proof”. Now with Azure Policy we can automatically deploy …
Monitor and reduce carbon emissions (CO2) in Azure
Thursday, April 10, 2025 in Microsoft Azure
Categories:
In Microsoft Azure, we have some options to monitor and reduce your organizations Carbon emissions (CO2) from services hosted in the cloud. When hosting servers on-premises, they need power, cooling and networking and those are also needed in the …