Reputation: 1227
I have placed a file upload button in react. Upon triggered, it needs to connect to Azure Blob storage and the file should upload into Blob Storage. I am not clear on connecting Azure Blob storage from React Application. Need guidance on achieving this using react.
I have seen examples using Node and .ts
notations but nothing using react.
Upvotes: 0
Views: 92
Reputation: 1227
I was able to solve the issue by following https://stuarttottle.medium.com/upload-to-azure-blob-storage-with-react-34f37805fdfc and https://github.com/shubhamagarwal/Blob-Storage
Upvotes: 0