0

I want to upload files from my local machine to windows azure containers using webclient upload method

UploadFile(Uri, String)

I dont want to use any cloud or azure api's to upload, reason being i am uploading files from Sql server integration services which does not support any cloud api's, so please can i know is their any way out upload the file to azure container

1 Answer 1

1

Really, the only way to handle that would be to use a SAS signature. You would need to send the client that needs to upload a valid SAS signature and then that client could just upload to that location. Creating the SAS signature can be done easily using the Storage Client.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.