azure-blob-storage

Unable to upload/download blob storage to container from local environment

*爱你&永不变心* 提交于 2020-07-22 12:04:29
问题 I have an exiting functions app that has the functionality to download a file from sftp, process the file and upload file to blob storage. This functions app is already deployed in azure and working properly. However, when I run the same thing from visual studio (local) I get error at uploading file to blob storage. Microsoft.Azure.Storage.StorageException: This request is not authorized to perform this operation using this permission. I made sure this app has the necessary contributor role

Hosting multiple Angular apps on one Azure Blob Storage

别说谁变了你拦得住时间么 提交于 2020-06-25 07:17:59
问题 At work we are hosting multiple Angular JS apps on one Azure Blob Storage. There is an Azure Function which acts as a proxy and navigates to the suitable app folder and html file. Now I want to replace some of the Angular JS apps with Angular 9 apps. But the above-mentioned approach which works fine for the Angular JS apps does not work with the Angular 9 app. If I host the Angular 9 app as static website on a different storage, it works fine. But as it is not possible to host more than one