问题 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