Hello,
I have an Azure Function that is triggered when a blob is uploaded to nested directory within a DataLake Gen2 storage container.
- I do not want to give the Function permissions on the entire DataLake (via connection string in Function app settings).
- Instead, I need to scope the Function's credentials down to a single, nested namespace.
How is this done?
Tried so far:
How do we scope permissions to a DataLake namespace in a way compatible with Azure Functions?
Thank you