I have a azure storage account with restricted access to VNet and there is a requirement to connect to it from a public facing azure static web app.
Is there any way to achieve this, I have already tried private endpoint for the static web app but that does not help as it makes my public app private and also my app is behind a front door and it does not support private endpoint for static web app.