question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

publish WebJob as a netcoreapp application

See original GitHub issue

Hello, I would like to publish a WebJob from .NET Core console app. It seems that Microsoft.Azure.WebJobs doesn’t support Microsoft.NETCore.App 1.0 and there is no “Publish as Azure WebJob…” support from VS 2015. Let me know, what would be the proper way to deploy .Net core app as a WebJob?

Here is my frameworks section:

 "frameworks": {

    "netcoreapp1.0": {
      "imports": [
        "dotnet5.6",
        "dnxcore50",
        "portable-net45+win8"
      ]
    }
  }

Thanks,

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:23 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
tbertenshawcommented, Mar 10, 2017

since SDK V2 has now been released (https://github.com/Azure/azure-webjobs-sdk/releases/tag/v2.0.0), does the SDK support dotnetcore webjobs? And are there any examples/or visualstudio project templates?

8reactions
jonsagaracommented, Jan 4, 2017

Hi,

It has been a while since the last update. Do you have any sort of ETA or road map for .NET Core support?

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Develop and deploy WebJobs using Visual Studio
Publishing a .NET Core WebJob to Azure App Service from Visual Studio uses the same tooling as publishing an ASP.NET Core app.
Read more >
Publish simple Asp.Net Core App (.Net Framework) with ...
One way I found to make it partially work is to publish webjob to web app's temporary publish directory, so it is picked...
Read more >
.NET Core WebJob Console app CI/CD using Azure DevOps ...
In this Article we are going to see how we can build a .NET Core WebJob Console app separately from the parent Web/API...
Read more >
Publish simple Asp.Net Core App (.Net Framework) with ...
One way I found to make it partially work is to publish webjob to web app's temporary publish directory, so it is picked...
Read more >
Converting Azure WebJobs to .NET Core
This blog post will walk you through steps we did for migration for one our web jobs over to .NET Core. As seen...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found