by George Chrysovaladis Grammatikos | Mar 11, 2026 | Azure, Networking
Azure Private DNS is a cloud service that manages domain names within an Azure VNet, eliminating the need for custom DNS configuration. This service allows users to use any custom domain names through private DNS zones that are not accessible on the Internet. DNS...
by George Chrysovaladis Grammatikos | Feb 13, 2025 | Azure, Networking
Azure Private DNS empowers you to efficiently address domain names within a virtual network, eliminating the need for a custom DNS server. Remember that the records in a private DNS zone can’t be accessed online. DNS resolution only works for virtual networks...
by George Chrysovaladis Grammatikos | Jan 15, 2025 | Azure, Networking
Azure Load Balancer offers high availability and scalability for Azure virtual machines (VMs) within a single region. To ensure high availability and scalability for globally distributed Azure services like Azure Traffic Manager. Azure Traffic Manager is a DNS-based...
by George Chrysovaladis Grammatikos | Dec 2, 2024 | Azure, Networking
Having as a fact that on 30 September 2025, Microsoft retires the default outbound access for Azure VMs you will need start considering use other outbound connectivity methods, such as: Azure NAT Gateway, Azure Firewall, Public IP directly assigned. In this blog post,...
by George Chrysovaladis Grammatikos | Feb 1, 2024 | App Service, Azure
In this post, I will show you how to add a custom domain with an SSL certificate on your Azure Web App. As a prerequisite you must have deployed an Azure Web App and the least service plan must be B1. Let’s get it configured! From the Web App left-hand side...