1.firstly I integrate VNET with APP service 2.to route traffic to VNet, I add WEBSITE_VNET_ROUTE_ALL with value 1 in App service settings. 3.I created NATgateway and attached it to the subnet 4.I also create a route and attached it to the subnet in that route I gave the address prefix as VNET address space and Next hop type I select virtual appliance and in Next hop address I add NAT gateway public IP
note: I used the below link for reference https://sakaldeep.com.np/1159/azure-nat-gateway-and-web-app-vnet-integration-to-get-static-outbound-ip
after doing all above steps and I checked with below command I did.nt get NAT gateway IP as result az webapp show --resource-group <group_name> --name <app_name> --query outboundIpAddresses --output tsv