我正在按照本教程中的步骤自动创建图像缩略图
我通过运行此代码(替换所有相关值)来创建函数应用程序:
az functionapp create --name <function_app> --storage-account <general_storage_account>
\ --resource-group myResourceGroup --consumption-plan-location westcentralus
在此步骤之后的任何阶段,如果我在门户中查看函数应用程序,我会收到以下错误并且无法找到原因The function runtime is unable to start. Please check the runtime logs for any errors or try again later. Microsoft.AspNetCore.DataProtection: The payload was invalid.