I have one .net core WebAPI running inside an AppService. This web API accesses a storage account.
Both the WebApi and Storage accounts are running within a Vnet under different subnets.
How WebApi will communicate with the Storage account?
I guess I cannot assign Static Private IP to either of them.