JetBrains Rider IDE for Azure Webjob Development/Publishing

61 Views Asked by At

Does Rider support the development/publishing of WebJobs ??? I can't find any supporting material. Documentation pointers would be appreciated.

2

There are 2 best solutions below

0
Harshitha On

We use Console Application to create Azure Web Jobs.

  • I have created a Console app in JetBrains Rider.

  • In the Publish Options, I don't see any option related to Azure. enter image description here

  • Whereas for ASP.NET Core Web App you can see the option to Publish to Azure.

enter image description here

AFAIK, there is no direct option to deploy to Azure Web Jobs from JetBrains Rider.

  • As an alternative you can configure Web Jobs code in a console App, Build, Zip the dll files and upload the folder to the Azure App Service from Portal.

enter image description here

Refer the blog by Md Tahmidul Abedin and SOThread for Uploading the build files from Local to Azure App Service Web Job.

1
Securitron Yesman On

At the moment, WebJonbs themselves are not supported. However, you may want to use the workaround above and vote for the issue below: RIDER-30591