We have a Linux Python core Azure function with a system assigned managed identity.
We want to read files from an Azure blob storage via Azure function and do some file validations.
Is it possible to access the file from blob storage without the need of any Access key or SAS of blob storage with the concept of managed identity