-
Notifications
You must be signed in to change notification settings - Fork 212
Closed
Description
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
Labels
No labels