
Azure firewall vs Azure network security group - Server Fault
Apr 11, 2019 · Azure security groups is a feature of VNet that describe firewall rules on the subnets in Azure. Azure firewall is a product for your transit VNet to secure traffic to Azure, across subscriptions …
firewall - Force Azure Outbound Traffic via a Single Public IP - Server ...
Nov 8, 2023 · Question Is there a way, when using an Azure VWan with outbound traffic directed via the VWan's firewall, to ensure all outbound traffic breaks out via the same, single public IP address.
Using Azure Firewall's DNS Proxy with an internal DNS Server
Nov 17, 2023 · 0 Use Azure Firewall as a DNS Proxy to a custom DNS forwader virtual machine deployed in the hub virtual network or directly to the default Azure-provided DNS. A DNS proxy is an …
SMTP azure firewall rule - Server Fault
Jul 22, 2022 · this might be a newbie question, but how do you configure an Azure Firewall rule for smtp.office365.com? I’ve had a look at application rules which only support port 80 and 443, …
How to setup Azure VPN P2S with outbound Internet access with a …
May 29, 2022 · 2 I want to setup an Azure VNET with an Azure VPN Gateway. Then when I VPN into the gateway, I want to have outbound Internet access for P2S VPN from clients. I want this outbound …
Lost RDP access to VM azure after firewall changes
Apr 12, 2016 · I have an Azure virtual machine running Windows Server 2012. Mistakenly changed the windows firewall setting to Block all incoming connection including those in the allowed list Now i am …
routing internet traffic back on premise in Azure - Server Fault
Jul 5, 2019 · The Set-AzVirtualNetworkGatewayDefaultSite is not exposed in the Azure portal and allows you to force tunneling traffic back to your VPN. Using the above command along with creating an …
When to use Azure Applicatio Gateway WAF vs. Azure Firewall?
Nov 15, 2020 · Can anyone here please share some thoughts and comments of when to use Azure WAF or Azure Firewall. I have already existing Azure ExpressRoute so my Azure VMs can ping my …
Unblocking port 25 limitations in Azure - Server Fault
Apr 2, 2018 · Microsoft recommends that Azure customers employ authenticated SMTP relay services (typically connected via TCP port 587 or 443, but often support other ports too) to send e-mail from …
Firewall threat protection rules for SSH/SFTP - Server Fault
Aug 12, 2022 · Can a firewall improve the security of an SFTP service through inspecting incoming requests (e.g. to block any SSH commands which aren't required when only using SFTP? Context I …