I am deploying in Azure using Cloud Service. I need to add global url rewrite rule in each of the nodes. These global rewrite rules are stored in the applicationHost.config
file and the way I read it, this file can be modified using the xml transform method.
I've prepared my applicationHost.xdt
file - but how do I get this transform to run when deploying the cloud service?
Note, there are plenty of examples/articles that describe how to deploy/run it in azure application service. I need to do it in a cloud service instead, which is different.