I'm trying to access my app, hosted on azure. I've a finished c# solution. When I commit changes to Azure DevOps it triggers a (working & successful) build-pipeline. It runs tests, publishes an artifact & testresults.
In my ServicePlan status is Ready and I see Data Exchanges on DataIn & DataOut graphs.
Bu when I click the https://mywebsite.azurewebsites.net, No webpage was found for the web address.
I have Some basic Azure DevOps expierence, but this Azure Portal is something else :)
My basic questions would be: Why is it not working?
Do I need a second pipeline, only for release? Or can I recycle the build pipeline?
Do I need some kind of deployment slots? Before I select a not-free slot, I want to know if this is necessary
What else could I be missing? (My Azure resources include a sql-server, a sql-db, the actual appservice & a app service plan)
Thanks!




