By using source network address translation (SNAT), we can translate a local IP address, a pool of local IP addresses, or even a subnet to a specific public IP address for outbound connections. This is important as it will help to control traffic flow through firewalls by using ACLs. In Azure, we can do SNAT by using Azure NAT gateway. This allows virtual machines in the subnet to use a specific…
Azure VNET peering allows connecting virtual networks seamlessly via Azure backbone infrastructure. This is similar to inter-VLAN routing in on-premises networks. VNET peering can use to connect virtual networks in the same Azure region or different Azure regions. If it is between regions, we call it “Azure Global VNET Peering”.
Global VNET Peering has following benefits,
• Low latency and…
Azure AD authentication is supported for Azure Point-to-Site (P2S) VPN. This means we can use Azure AD features such as conditional access, user-based policies, Azure MFA with VPN authentication. In this Demo, I am going to demonstrate how to enable Azure AD authentication for Azure P2S VPN.
As we go along, we will be working on the following tasks,
• Setup Azure point-to-site VPN with native…
As IT engineers we often get requests for password resets. The same can happens with User PIN also. Microsoft PIN reset service allows Windows 10 users to reset their PIN securely. In this demo I am going to demonstrate how we can enable PIN reset.
Requirements
For this, we need following,
1. Azure Active Directory
2. Azure AD registered, Azure AD joined, or Hybrid Azure AD joined Windows 10…