AzureWebJobsDashboard Configuration Error

前端 未结 4 2020
自闭症患者
自闭症患者 2021-02-05 03:26

I created a new Azure WebJob project in Visual Studio 2015 using .NET Framework 4.6.

In the app.config, I set three connection strings:

  1. AzureWebJobsDashboa
4条回答
  •  鱼传尺愫
    2021-02-05 03:49

    I was having this problem too.

    My storageaccount kind is StorageV2 (general purpose V2)

    I had both AzureWebJobsDashboard and AzureWebJobsStorage correctly set in the App Service Configuration.

    But, the storage account had a Minimum TLS version set to 1.2

    I found that changing this to 1.0 was needed for the WebJobs Dashboard to display correctly and for the WebJobs to run ok.

提交回复
热议问题