Hello Shaffer, Nicholas,
Thank you for posting your query here!
I understand that "you were unable to upload file in blob storage from on premises VM using python programming."
The error report:
azure.core.exceptions.ServiceResponseError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
As 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:
https://github.com/Azure/azure-storage-python/issues/688
An existing connection was forcibly closed by the remote host.
However, since the issue is related to SDK for Python specific, I would recommend posting your question here https://github.com/Azure/azure-sdk-for-python/issues to receive a focused and immediate assistance from the right set of experts.
This repository is for active development of the Azure SDK for Python. For consumers of the SDK, we recommend visiting our public developer docs or our versioned developer docs.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.