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.