I have an Azure storage account and I am trying to limit access to it such that only an Azure function app is able to access its blob storage.
In the Azure portal, Navigate to Storage account. Then navigate to:
Networking --> Firewalls and virtual networks --> Public network access
select: Enabled from selected virtual networks and IP addresses
Then, in "Resource instances", it says:
Specify resource instances that will have access to your storage account based on their system-assigned managed identity.
In the dropdown menu of "Resource type", I cannot see anything that corresponds to Azure function app:
I am looking for "Microsoft.Web/sites" since this is the resource type of a function app
Am I not supposed to do it for function app this way?