AzureWebJobsDashboard Configuration Error

前端 未结 4 2033
自闭症患者
自闭症患者 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:45

    The change needs to be done in App Services settings in Azure Portal

    For that

    1. Open the Azure (Management) Portal at https://portal.azure.com
    2. Goto Home > App Services
    3. Select the App service that is hosting your WebJob
    4. Goto Settings > Choose Application settings
    5. Scroll down to Connection strings
    6. Add a new connection string with Name as 'AzureWebJobsDashboard' and Value as . Choose Type as 'Custom'
    7. Press Save Button ( at the Page Top)

    All done! Check your Webjobs Dashboard - the Warning and Error message at top should be gone now.

提交回复
热议问题