azure-webjobs-sdk
azure-webjobs-sdk copied to clipboard
WebJobs SDK Roadmap
As Azure function looks to be moving away from In-Process model - It looks like the newer 'isolated process' doesn't require the webjobs SDK anymore (please correct me if that is not the case):
What will the future of the WebJobs SDK look like - is it still something that will be maintained after Azure Functions moves off the webjobs SDK.
@buzzaII We will check this request with our next level team and update you soon.
@mattchenderson can you please answer to the above question.
@buzzaII Yes, it's true that Azure Functions has moved away from the In-Process model, but it doesn't mean that the WebJobs SDK will be deprecated or no longer maintained. The WebJobs SDK is a toolset for creating background jobs that can run in an Azure App Service app, and it is still a valid option for building background jobs, even with Azure Functions moving away from the In-Process model.
Microsoft has indicated that they will continue to invest in and maintain the WebJobs SDK, so it will still be a viable option for developers to create background jobs in the future.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.