user246392
user246392

Reputation: 2997

Azure Functions: Why do I see two w3wp processes in Kudu?

I have a single Function app running on Azure. When I go to Kudu, I see two w3wp.exe procceses. Can somebody tell me why I see two instead of one? Also, what does scm mean?

enter image description here

Upvotes: 3

Views: 1214

Answers (1)

user793891
user793891

Reputation:

The process labeled as SCM is for running Kudu, the other one is for the Function App.

Upvotes: 8

Related Questions