@Satyam Chauhan , Just checking if you had got a chance to see the previous response by siwibowo.
Based on the issue description, I understand you have integrated your frontend App Service with the VNet. To connect to the backend app service, you need to ensure that the outbound traffic from the frontend App Service is allowed to the VNet.
If you have don’t already, you may use Network Security Groups (NSGs) to block outbound traffic with an NSG that's placed on your integration subnet. You may also place a route table on the integration subnet to send outbound traffic where you want.
Additionally, you may check if the private endpoint is configured correctly for the backend app service. If you have enabled private endpoints to your app, ensure that public network access is disabled to ensure isolation.
If the issue persists, kindly check the logs of the backend App Service to see if there are any specific errors to fetch additional info.
--Troubleshooting
Please check this doc, if you’re looking a similar architecture: Web app private connectivity to Azure SQL Database
- Integrate your app with an Azure virtual network
- Networking considerations for App Service Environment --
--- Kindly let us know how it goes, we will follow-up with you further.
If the answer helped (pointed you in the right direction) > please click Accept Answer