
Announcements
I have a file attachment component. When a user selects a file, the component will upload the file into Azure Blob Storage account.
I am unable to connect to my Azure account and upload my file there. How can I do this?
If you are (as I assume you are) wanting the PCF component to store the file in the blob storage directly you will need to register the PCF as a component in your Azure Active directory client and include code to authenticate the PCF component before initiating the upload.
https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples has some things that may help.
Personally I would be using the powerapp application to upload the data using an action and getting that to do the hard work (but then I do like to keep communications simple to avoid CORS issues).