3
Answers

How to run Azure Web job using C#

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)