AI OnAI Off
I think it sounds a bit off to use publish to App Service and Docker or am I misunderstanding something?
When Docker image is involved I've usually had to publish my image to Container Registry first but then it's been completely fine to just validate the image runs app on port 80 and let App Service handle SSL.
You should not need to run https, update the url to
"urls": "http://*:8080/"
Bingo Mark, i had serveral urls, and one was https, changed to your suggestion and it worked.
Johan, VS allows you to very simply publish to your Azure Service App (Linux) and boom it creates everything for ya, publishing and docker runing took 40sek for site to run.
Trying to deploy Optimizely CMS 12 to Azure Web App Linux.x64 self-contained .net6 site.
In logstream kudu, i see this error when running the docker, how do i get around this?
Deploying thru Publish in VS, for now just using "<site>.azurewebsites.net" default domains that should be secure.
I do NOT have app.UseHttpsRedirection(), also turned off HTTPS only in Azure.
docker: