You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to upgrade the extension on my app, but it failed which left the webjob out there but no extension installed. I tried to reinstall, but it wasn't working. I deleted the webjob thinking there might be a conflict, but it still won't start up. I also removed and re-added the extension after deleting the webjob.
The only error I'm receiving is this one:
Application settings was invalid, please wait a little and try to reload page if you just updated appsettings. Validation errors: AzureWebJobsDashboard connectionString is required ,AzureWebJobsStorage connectionString is required
The connection strings exist in the config, and I put them in the extension interface as well.
Any idea how I can debug this issue?
The text was updated successfully, but these errors were encountered:
I tried to upgrade the extension on my app, but it failed which left the webjob out there but no extension installed. I tried to reinstall, but it wasn't working. I deleted the webjob thinking there might be a conflict, but it still won't start up. I also removed and re-added the extension after deleting the webjob.
The only error I'm receiving is this one:
The connection strings exist in the config, and I put them in the extension interface as well.
Any idea how I can debug this issue?
The text was updated successfully, but these errors were encountered: