Jeremy Abbott
Jeremy Abbott
I'm having the same problem... I found this: https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-custom-docker-image. I followed the instructions to set up the port, but it still doesn't work. I'm not sure what else needs to...
tl;dr version: `az webapp config appsettings set --resource-group --name --settings WEBSITES_PORT=8085` needs to be run in the Azure CLI (easiest way is via Azure Cloud Shell from Azure Portal).
@kunjee17 @forki I [updated the readme](https://github.com/SAFE-Stack/SAFE-BookStore/pull/251) (that's been merged in) with a blurb about updating the HTTP binding. If you want to reference that too that's cool though.