Application Initialization in Azure Function Project in VS2017 15.3.4?

Viewed 2224

In Visual Studio 2017 with the latest update, for azure functions template, I want something where I can initialize like program.cs in webjobs template.

I am trying to create a new subscription with new namespace Manager when application initializes so that I can listen to one service bus topic.

Is there a way to do that? If yes then how?

2 Answers
Related