Azure Web Service Angular Deployment in IntelliJ
I have created an Angular 18 project in IntelliJ and now want to deploy it to an Azure App Service/Web App. I have therefore created a web app in the Azure portal with a Node20 runtime. Now I have installed the Azure Web Service Plugin for IntelliJ and logged in. When I select the project I just created, it only lets me deploy Java artifacts (Invalid Data: Invalid target, please select a web app with Java runtime). What am I doing wrong here? The whole thing looks much simpler on the many YouTube videos. They only ever build the project and select the folder in the dist directory and the rest happens automatically.