3
Answers

How to run Azure Web job using C#

Photo of Jitendra Kumar

Jitendra Kumar

9y
2.1k
1

I created a web job (Console Application) on azure for copying one container blob to another and register on Azure.

It is working properly.

But I want to call the this from c# code not azure scheduler.

How is it possible ?

Answers (3)