azure app services
2 TopicsAzure App Services and routing,protecting with F5
Is it possible for Azure F5 LTM module to load balance or route traffic to Azure Web apps? I have web app http://xyz.azurewebapp.net and I want to route this traffic form Azure F5 LTM module www.mycompany.com. The reason for routing through F5 is to secure it and block unwanted url to be accessible by the public and also domain verification is not an option for us. Azure app gateway does this for us, want to see if F5 can do this. Any pointer is appreciated.407Views0likes0CommentsAccess azure app service using f5 LTM
Hi Everyone, As per the customer requirement , we are conducting a poc to integrate Azure App Services into F5 LTM. The main objective is to access URLs using F5 as the backend for the web app. flow: with app gateway User>Internet>dns> Azure LB>Azure web app(backend) >webpage In the current scenario, we have an Azure App Gateway configured with Azure Web App as the backend. In the Azure DNS zone, we've created an A record with the public IP of the app gateway and a CNAME record for "abc.com," pointing towards the A record's alias name. and it is working fine. flow: with f5 user>internet>dns>Azure external LB>F5 (backend)> pools >node "fqdn "abcd.com" xx.xx.xx.xx And we want to achieve the same using F5 LTM. Here, we have an Azure Load Balancer with F5 configured as the backend pool. In F5, we created the pools. In the DNS zone, we created an A record with the public IP of the Azure Load Balancer and a CNAME, for example, 'abcd.com,' pointing towards the A record's alias name. We created a pool and node with the FQDN. However, when accessing, we're encountering a 404 error. If someone has done this before or has any suggestions, they would be highly helpful for me. here azure lb is working as a frontend and f5 as backend thanks Krutibasa94Views0likes2Comments