We have a React app hosted in a storage account (with static website enabled). We have a Azure Front door in front of the storage account.
We are looking at ways to limit access to the storage account, to ensure that only the Azure Front Door could read from it.
We put the storage account in a VNet and tried setting up a private link to allow Azure Front Door access to it. But when setting up the Azure FD profile, we get an error saying The origin type or host name does not support private link.
Is there a way to secure the storage account in a VNet and allow Azure FD access to it? Or is there a better way to secure this?