Hello @Satya Rekapalli!
Error 16 typically refers to a Cloudflare error indicating that the client IP address is blocked due to geographical restrictions or IP-based blocking. This suggests that the website you are trying to access has restrictions in place for non-US IP addresses.
To access the website using an Azure VPN from a non-US region, you will need to configure your VPN to route traffic through a US-based IP address. You can do this by creating a new Azure VPN Gateway with a public IP address located in the US region.
Here are the steps to create a new Azure VPN Gateway and configure it to route traffic through a US-based IP address:
In the Azure portal, navigate to the Virtual network gateway resource for your existing Azure VPN Gateway.
Click on the "Create gateway" button to create a new Azure VPN Gateway.
In the "Basics" tab of the "Create virtual network gateway" wizard, select the following options:
Gateway type: VPN
VPN type: Route-based
SKU: VpnGw1 (or higher, depending on your requirements)
Virtual network: Select the virtual network where your existing Azure VPN is deployed
In the "IP configuration" tab, select "Add IP address" and enter a name and a public IP address located in the US region.
In the "Review + create" tab, review your configuration and click on "Create" to create the new Azure VPN Gateway.
Once the new Azure VPN Gateway is created, you will need to update your Azure VPN client configuration to use the new gateway. To do this, update the "Remote gateway" configuration in your VPN client to use the public IP address of the new Azure VPN Gateway.
Finally, test your VPN connection to ensure that you are able to access the website from a US-based IP address.
Keep in mind that some websites may have additional restrictions in place beyond geographical blocking, so you may need to work with the website owner to ensure that you are able to access the website from outside of the US.
In case this was helpful kindly mark it as Accepted!
BR