Permission Error when writing to Storage Account container with Python

Carlos Santos 0 Reputation points
2023-06-09T12:11:51.7533333+00:00

I have a Python application running on Azure Batch. This application reads and writes files on a container in Azure Storage Account. It used to work fine, but it started to raise Permission Error while writing files for some reason.

When tested localin a local environment, the application works as intended. How to check if the application has the right access and permissions to the container folder?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,871 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,576 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
320 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,747 Reputation points Microsoft Employee
    2023-06-13T01:37:07.6066667+00:00

    @Carlos Santos Thanks for posting your query on Microsoft Q&A.

    Can you please share how are you authenticating the storage account? If using storage key or SAS token, please make sure you are using the latest token.

    Let me know the results. Thanks.

    0 comments No comments