Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure WebJobs and Visual Studio 2017

I need to deploy an Azure WebJob and tried to follow this article. Is this supposed to work in Visual Studio 2017? I have none of the mentioned context menu entries (tried two different machines).

like image 251
Oliver Weichhold Avatar asked Jan 05 '23 07:01

Oliver Weichhold


2 Answers

I have none of the mentioned context menu entries (tried two different machines).

What type of project did you create? Until now, we could see the [Publish as Azure WebJob…] context menu when we create a Console App(.NET Framework) in Visual Studio 2017.

enter image description here

You also need to check whether you have checked the Azure Development option when you install your Visual Studio 2017. If you did not do that, you could re-run the Visual Studio 2017 install exe file to update your Visual Studio 2017.

enter image description here

If your project type is Console App(.NET Core), the publish function is not available until now.

like image 200
Amor Avatar answered Jan 06 '23 22:01

Amor


No.

WebJobs deployment features are available in Visual Studio 2015 when you install the Azure SDK for .NET.

It's not yet available in VS2017.

EDIT: See post below.

like image 27
R. de Veen Avatar answered Jan 06 '23 20:01

R. de Veen