I have an app service that accesses a storage account. I would like to restrict the acces to the storage account but as soon as I restrict to specific networks & specific IP addresses I get 403 forbidden.
Even if I added all Outbound IPs from my App Service I get 403 Forbidden.
Why is it so? What is the proper way to secure my storage if I cannot use specific IPs and I don't want to link my app Service to a VNet?