Azure webjobs JobHostConfiguration missing and can't figure out to do the settings now
问题 I want to rewrite my current webjobs config to the version 3.0 but I can't get it to work with the documentation because I have no idea how to set the dashboardconnectionstring or storageconnectionstring without a config file. JobHostConfiguration config = new JobHostConfiguration { NameResolver = new WebJobsNameResolver() }; string defaultStorageConnectionString = string.Format( "Some dynamically generation string" ); config.DashboardConnectionString = defaultStorageConnectionString; config