I am trying to set up an Angular Universal SSR build and deploy it to Azure App Service. I have already configured the project and the pipeline, as a result I got two folders that are deployed to Azure App Service.
I can open the browser folder through the domain that Azure gave me, but the server-side rendering doesn't work there.
The question is how to run the main.js file and point the Azure domain to the port localhost:4000
I don't know where I can run the main.js file and how to point the azure domain to the port localhost:4000
I found out that these two tasks from the pipeline don't change the file structure after deployments
file structure in /site/wwwroot