Trying to set up Power App that will upload image to Blob Storage on a new Azure Subscription.
Connection is successful but when I add the following to the start of my On Select for the button
Set(AzureBlobIDVar,AzureBlobStorage.CreateFile("primaryimages",AddMediaButton1.FileName,AddMediaButton1.Media).FileLocator);
I get error message
AzureBlobStorage.CreateFile failed: ("status": 400, "message": "Microsoft Entra ID authentication requires the storage account name to be non-empty. This authentication type only supports operations that take the storage account name as a required parameter.\rinclientRequestld: xxxxxx", "error": ("message": "Microsoft Entra ID authentication requires the storage account name to be non-empty. This authentication type only supports operations that take...
Not sure what else I need to do here
Thank in advance
Todd