I have created a vnet and integrate Nsg with it and in Nsg I have allow the my app service all outbound ip's and my local system public ip's. In My App service I have add the above created Vnet and in app service access restriction I added the vnet rule.
Now when I browse app service, it gives error
403 forbidden
I have verified the all ip's rules are allowed in Nsg rule.
I tried the same in my environment I got the same error like below:
Created app service and added outbound traffic vnet integration like below:
Vnet integration:
Ensure that virtual network allocated service endpoint
Microsoft. Webto allow traffic from your vnet network.To allow all outbound Ip and local public Ip give address block
0.0.0.0/0in access restriction this block will allow to access your Ip like below:Now when I browse app service it's run successfully like below: