farmer icon indicating copy to clipboard operation
farmer copied to clipboard

Linux App Service deployment for .NET Core 3.1 failed

Open MKMZ opened this issue 2 years ago • 0 comments

Currently deployment ofApp Service with runtime .NET Core 3.1 is always installing "Microsoft.AspNetCore.AzureAppServices.SiteExtension" extension which is not available for App Services on Linux.

Deployment error:

{
    "status": "Failed",
    "error": {
        "code": "BadRequest",
        "message": "No route registered for '/api/siteextensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension'"
    }
}

MKMZ avatar Sep 27 '21 14:09 MKMZ