I am using angular framework to build front-end applications. Is there any way, how can I deploy applications to Azure Linux Application Service?
I have created Web App with NodeJS stack and assign it to Linux App Service. I have built my angular app with command ng build --prod and deployed it to this web app.
When I open web browser with url: https://<web-app-name.azurewebsites.net/ what can I see is default html page, not my index.html.
I was thinking about using static web site on Azure Storage, but what I have found out, I can have only one static web site per one Azure Storage, but let's say I have 10 static web sites. So I do not need to create 10 Azure Storage Account.