1

I am building an upload tool for our website. One of the requirements is the ability to store large files into specific azure blobs. I am running into limitations of Azure Web Apps being able to handle this on the server side.

Is there a way out there to create an upload ticket (similar to vimeo) that our server can create that allows the end user to upload a file, without sharing our azure credentials etc.

1
  • 1
    Hi, how's going?Has your issue got resolved ? Commented Mar 11, 2021 at 1:49

1 Answer 1

1

Yes, you can create a shared access signature (SAS) to allow users to upload files from a static HTML page by JS.

For detailed steps, you can just refer to this official guide.

I have tested it on my side and it works perfectly for me.

Let me know if you have any more questions.

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.