In "Create a project" it only mentions creating .Net Framework Console Application, shouldn't this be .NetCore for WebJob 3.0?
https://docs.microsoft.com/en-us/azure/app-service/webjobs-sdk-get-started#create-a-project
Thanks.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@batizar Thanks for raising this issue. I will check the document.
@batizar If you are using version 3.x of the WebJobs SDK, you can also select .NET Core > Console App (.NET Core). There is no .NET Core-specific template for WebJobs SDK projects, but you can publish to Azure and you get a WebJob. I am in the process of updating the articles now.
@batizar If there are no further questions, can I go ahead and close the issue?
@DashleenBhandari-MSFT thanks for clarification but is the document going to be updated? thanks.
@ggailey777 have done the same in my project because it made sense to use .NetCore if I am going through the trouble to upgrade my project to WebJob 3, so was just wondering if that was just a mistake in the documentation.
@batizar , yes the article is being updated.
We have actually changed the article to now focus on .NET Core console apps.
I'm still seeing the "Console App (.Net Framework)" instead of the "Console App (.Net Core)". Or at least the clarification on the document that you can choose one of the two options :).
Sorry for the confusion, but the updates haven’t gone live yet.
@ggailey777 So now for both 2.0 and 3.0 is ok to use .netcore, right? thanks.
You will need to use SDK 3.0 for a netcore app. The doc updates should be live now.
Feel free to reopen this issue if we haven't addressed all of your concerns.