I have a custom IHttpModule
that I would like to only work on a specific route.
For example : http://example.com/HandleAzureTask
I want
Why not just create a ordinary folder namned /HandleAzureTask and put a seperate web.config inside that folder with the module registration.
Then the module will run for all request in that folder.
To get the authorization to work you can also set the authorization element in the web.config to disallow *