What are the types of access policies in Azure Blob Storage?
In Azure Blob Storage, there are two types of access policies:
1.Service-level : This policies apply to all containers and blobs in a storage account.2.Container-level : This policies apply only to a specific container.
Both types of policies allow you to grant different permissions to different client IP addresses or ranges, and they can be used in conjunction with Shared Access Signatures (SAS) to further control and limit access to your storage resources.