An Azure service that stores unstructured data in the cloud as blobs.
tes
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have one use case where i need to upload file from On premises VM to Azure blob Storage Container using python . I am able to do it manually in azure portal from same VM using Authentication method: Access key . but when i am doing programmatically I am getting below error .
One person from Cloud team able to upload the file in my blob storage container from his machine using same code . he is using Mac OS .
Error :
azure.core.exceptions.ServiceResponseError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
An Azure service that stores unstructured data in the cloud as blobs.
Welcome to Microsoft Q&A and thank you for posting your question here.
To understand your question, "you were unable to upload pdf file in blob storage from on premises VM using python programming." while someone else could do the same.
So sorry for any inconveniences this might have caused you and thank you for the error information.
The error report,
Error :
azure.core.exceptions.ServiceResponseError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
As you stated, it is usually caused by a connection issue between the client and the server. The error message indicates that the connection was forcibly closed by the remote host.
This error can occur for several reasons, including network issues, server overload, or incorrect configuration settings. If you are using Python to connect to Azure services, you may want to check your code for any issues that could cause this error for the particular system.
You can read more here: An existing connection was forcibly closed by the remote host.
If you continue to experience this issue, I recommend that you contact Azure support from your Azure portal for further assistance.
I hope this is helpful. If this answer solves your issue, please vote for it so other community members know that this is a quality answer. PS: Do not hesitate to let me know if you have any other questions.
Best Regards,
Sina