Azure – Geo-blocking in Azure

azuregeoip

Is there any functionality available in azure out of the box to block access to a website or server from specific countries? In a larger project that I'm involved with, we have an Imperva WAF and Palo Alto firewall that provide geo-blocking support. However, the site in question is pretty small and couldn't support the added expense of these solutions.

Best Answer

Azure websites don't have an geo filtering built in, however the Azure CDN provider does have geo filtering so that might be something to look at. Still an extra cost, but not as bad as a WAF.

Related Topic