Upload a file to Azure Cloud storage in .NET

Hi I have set up an application and a azurestorage - the storage connection is valid. However when trying to upload a file the sdk gets an 404 error from azure.

What should i look into?

@jbppraxis

Please note while uploading a file to Azure storage you need to specify the container name along with the file name, e.g. documents/test.pdf, as Azure storage requires it.