每次尝试创建azure函数时,我都会收到错误的请求

每次尝试创建azure函数时,我都会收到错误的请求,azure,azure-functions,Azure,Azure Functions,我在Azure还是新手 今天,我尝试创建一个azure函数实例 但是,每次我尝试创建一个,我都会收到一个错误的请求错误 { "status": "Failed", "error": { "code": "BadRequest", "message": "Cannot update the site '{project-n

我在Azure还是新手

今天,我尝试创建一个azure函数实例 但是,每次我尝试创建一个,我都会收到一个错误的请求错误

{
    "status": "Failed",
    "error": {
        "code": "BadRequest",
        "message": "Cannot update the site '{project-name}' because it uses x64 worker process which is not allowed in the target compute mode.",
        "details": [
            {
                "message": "Cannot update the site '{project-name}' because it uses x64 worker process which is not allowed in the target compute mode."
            },
            {
                "code": "BadRequest"
            },
            {}
        ]
    }
}

我不知道这是什么意思。那么,你能告诉我怎么了吗?我该如何修复它?

唯一支持32位应用程序体系结构的。您需要基本或更高版本才能使用64位。

您要在什么运行时堆栈和计划上创建它?@BhargaviAnnadevara我使用F1应用程序服务计划,因为我在Linux64位体系结构上使用节点14的堆栈在上不受支持。你需要基本的或更高的。