if you created the Storage Account, you should typically have access. However, Azure Contributor role does not include "Storage Blob Data Contributor", which is specifically needed for data-level access to blobs. Here’s what you can do
- Go to Azure Portal → Azure Portal
- Navigate to your Storage Account → Open the storage account you created.
- Access IAM (Access Control)
- Click Access Control (IAM) from the left panel.
- Click on Role Assignments to see what roles you have. Assign "Storage Blob Data Contributor" role
- Click + Add → Add role assignment
- Search for "Storage Blob Data Contributor"
- Select it and assign it to your user account
- Click Save
Please don't forget to accept the answer if it helped to solve your issue.