I have created the following Vnets
vnet-hub-poc-hubspoke
is the Hub Vnet
and both the Vnets are peered as per the
HUB-SPOKE
model
vnet-hub-poc-hubspoke
being a Hub Vnet, it hasAzure firewall
configured
both the Vnets are connected to
Azure Private DNS
Azure Private DNS
has a record pointing to the VM deployed on thevnet-prod-poc-hubspoke
Vnet
and I could access the FQDN
within the internal network
after adding the below rule in Azure Firewall
, I could access the website using the firewall public IP
Now, instead of firewall public IP
I want to use the domain name like
http://myfirstweb.private.landingzonedomain.com/ (for now, I have updated the hosts file in the client machine pointing to
firewall public IP
)
what should I do at the azure firewall level so that it would translate Internet URL to Internal/Intranet URL like