Skip to content

Can no longer create Linux Node.js Function App on Free Tier App Service Plan #1796

@adamhwang

Description

@adamhwang

Repro steps:

  • Create a new Function App through the portal
    • Code based
    • Node.js
    • 12 LTS
    • East US
    • OS: Linux
    • Plan type: App service plan (Free F1)

Expected behavior: This used to work without issue and the new function app would be created as expected

Actual behavior: Deployment fails with the following error:

{
    "Code": "Conflict",
    "Message": "Cannot update the site 'FUNCAPPNAME' because it uses x64 worker process which is not allowed in the target compute mode.",
    "Target": null,
    "Details": [{
            "Message": "Cannot update the site 'FUNCAPPNAME' because it uses x64 worker process which is not allowed in the target compute mode."
        }, {
            "Code": "Conflict"
        }, {
            "ErrorEntity": {
                "ExtendedCode": "04066",
                "MessageTemplate": "Cannot update the site '{0}' because it uses x64 worker process which is not allowed in the target compute mode.",
                "Parameters": ["FUNCAPPNAME"],
                "Code": "Conflict",
                "Message": "Cannot update the site 'FUNCAPPNAME' because it uses x64 worker process which is not allowed in the target compute mode."
            }
        }
    ],
    "Innererror": null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions