I have written a PHP code to upload files from the azure web app (using an upload button from a browser) to azure blob container. I am successfully able to upload the files to the blob container, however, once uploaded the file sits in azure blob as 0 bytes without any extension. I am unable to view the file as
Tag: azure-blob-storage
Uncaught GuzzleHttpExceptionConnectException: cURL error 7
So I’m using the azure-storage-php library (https://github.com/Azure/azure-storage-php) and everything works perfectly and all of my scripts work, but I’m getting the following error from time to time: Does anyone know what I might be doing wrong? Below is the code that I have that is mainly based on the library: Answer This seemed to have fixed the issue: I’ve have