Azure Deploy: No Worker assigned to App Service Plan. Site Cannot Serve any requests. How To?

Viewed 1166

I'm trying to deploy my solution to Azure so my website can be accessed through the Internet. When I deploy, Azure DevOps tells me Release/Deploy succeeds, but when I open the azurewebsties.net-URL, I get a 404.

After running some diagnostics, it tells me:

Currently no worker is assigned to the app service plan. The site cannot serve any requests.

enter image description here

When I research on how to Add a worker I find this link

https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-app-service-add-worker-roles?view=azs-2008&tabs=azurerm

But when I try and follow it, my azure interface is too different from theirs, and things don't add up. It says:

Azure App Service on Azure Stack Hub supports free and shared worker tiers by default.

I don't see any worker tiers at all, the tutorial-mentioned tab Roles, deals with userPermissions.

JSON resource seem to show there are no workers indeed. But diagnostics also says following information is logged by... a worker.

Though I cannot exclude problems elsewhere for a 100%, It really seems to be a worker-problem. Build- & ReleasePipeline succeed, Artifact get uploaded & deployed, Authentication & KeyVault is good, I get Request&Response Activity in AzurePortal-Graphs. But no website.

So my questions are:

  1. What are these workers, what do they do high-level? Operate like some kind of ServiceBus between WebApp & Azure? What language/format are they in?
  2. How and where can I add one? Is it in code (angular/c#), JSON or in azure portal?
  3. Where can I find up to date documentation

Anybody know how to tackle this? Thanks in advance!

enter image description here

enter image description here

0 Answers
Related