天天看点

jMeter创建微软Azure Lambda Function报错

jMeter创建微软Azure Lambda Function报错

创建的function名称为jerryfuncv3_{uuid}, uuid为从1到100之间的随机整数:

jMeter创建微软Azure Lambda Function报错
jMeter创建微软Azure Lambda Function报错
jMeter创建微软Azure Lambda Function报错

然而Azure上却能看到这10个成功创建好的function:

jMeter创建微软Azure Lambda Function报错

所以从结果上看Azure function创建成功了,但不知道Azure host runtime为什么会返回400 bad request…

有时候在Azure portal上手动创建function都会400 error?

jMeter创建微软Azure Lambda Function报错
jMeter创建微软Azure Lambda Function报错
jMeter创建微软Azure Lambda Function报错
jMeter创建微软Azure Lambda Function报错

错误消息详情:

{
  "Code": "BadRequest",
  "Message": "Encountered an error (InternalServerError) from host runtime.",
  "Target": null,
  "Details": [
    {
      "Message": "Encountered an error (InternalServerError) from host runtime."
    },
    {
      "Code": "BadRequest"
    },
    {
      "ErrorEntity": {
        "Code": "BadRequest",
        "Message": "Encountered an error (InternalServerError) from host runtime."
      }
    }
  ],
  "Innererror": null
}      
https://github.com/microsoft/vscode-azurefunctions/issues/1838
jMeter创建微软Azure Lambda Function报错
jMeter创建微软Azure Lambda Function报错

继续阅读