Dynamic Terraform Configurations with try and for_each Functions

The try function combined with for_each in Terraform offers a great approach to handling multiple variations in data structures within Terraform. In this blog post, we will look at using both these features to develop more resilient and adaptable Terraform configurations and will also include an example of this usage Quick overview of try and … Read more

Connect to nested Hyper-V VMs in Azure from another Virtual Network using VPN Gateway

Nested Hyper-V VMs in Azure has been available for a while now, its great for alot of different scenarios such as unsupported operating systems that run legacy applications to sandbox environments. After creation of these VMs in a nested Hyper-V Virtual Machine (VM) you will possibly want to connect these VMs to other VMs in … Read more

Integrating Azure Application Gateway with multiple custom domains with Azure APIM

Want to publish various APIs with multiple domain names while using the same Azure APIM instance? In this blog I am going to show how you can achieve this with Integrating an Azure Application Gateway with multiple custom domains with a single Azure APIM instance Context You may have an APIM instance deployed with an … Read more

Securing your Virtual Network with Azure Firewall and Network Security Groups

In this blog, I am going to be summarising how you can secure your Virtual network (vNET) with a combination of Azure Firewall and Network Security Group (NSG) Considerations for this will be that the environment will be a hub-spoke setup, link to test environment of this deployment is found at the bottom of this … Read more

Monitor connection to a Virtual Machine using Connection Monitor

Network Watcher Connection Monitor is a pretty cool service in Azure, ever need to monitor a Virtual machine but third-party extensions cannot be configured? Connection Monitor allows you to monitor Virtual Machines ports to ensure they’re still listening and reachable. How does it work? The connection is created from a Source Virtual Machine to your … Read more

Azure Point to Site VPN configuration using PowerShell

From time to time, a Point-to-Site VPN (P2S) is required to access your Azure Virtual Network securely from a range of computers. This VPN setup is configured using an Azure Gateway within your Virtual Network. In this blog, I will detail a test setup of how you can create this P2S configuration along with the … Read more

Microsoft Ignite – Day 3 Roundup

Took a different approach today, spent the morning speaking to vendors and some Microsoft staff on various resources within Azure. This followed by a couple of Microsoft Mechanic sessions, the first focusing on Azure data warehousing and how the newly announced Azure Synapse Analytics service can benefit this even further Azure Synapse, combining data analytics … Read more

Azure Automation Runbook – Stop/Start Azure Firewall

Azure Automation runbooks can be used for numerous scheduled tasks throughout your Azure subscription, in this blog I will show how it can be used to stop & start Azure Firewall in both a schedule and invoking using a webhook. What types of runbooks are available? Type Description Graphical Based on Windows PowerShell that uses … Read more

Azure DNS:- Creating a Private DNS Zone

Azure DNS is a resource to host Domain Name System (DNS) in Azure, with this comes: Ultra-high availability Fast DNS queries Further redundancy of DNS due to Azure DNS being classified with ultra-high availability No additional Virtual Machine (VM) to act as a DNS server if further Active Directory Integration is not required Ability to … Read more

Securing your secrets using Azure Key Vault and Virtual Machine Managed Identity

In my previous blog I gave an overview of Azure Managed Identity, specifically around virtual machines and managed identities. In this, I will be detailing the process of implementing a secure use of Key Vault with this virtual machine and how Identity Management can be used to retrieve secrets. There are two types of managed … Read more