Add-AzVirtualNetworkSubnetConfig
2021
How to deploy an Azure Firewall in an existing VNet
·1051 words·5 mins·
100
views
·
5
likes
This is the first post in a series of articles where I will show you how to manage an Azure Firewall using PowerShell and Azure CLI. In this first post, I want to show you how to deploy an Azure Firewall in an existing virtual network.
2020
How to deploy an Azure Bastion host in an existing VNet
·945 words·5 mins·
100
views
·
5
likes
Hello everyone, in this post, I want to show you how to deploy an Azure bastion host to connect securely, directly from the Azure portal, to all your virtual machines within your virtual network without the need to expose the RDP or SSH ports to the internet.
How to deploy a VPN S2S in an existing VNet
·803 words·4 mins·
100
views
·
5
likes
Some time ago, I wrote a post showing how to deploy an Azure VPN S2S (site-to-site) from scratch. But this time, I will use the new PowerShell Az module and show you how to deploy it in an existing Azure virtual network.
How to deploy an Azure Application Gateway
·941 words·5 mins·
100
views
·
5
likes
Hi, today I want to talk to you about Azure Application Gateway. This Azure resource is a web traffic load balancer that redirects traffic (HTTP or HTTPS) to specific resources in a back-end group.