Hello,
I am using MSDeploy in my Azure pipeline to deploy the web application on the on-premise IIS server. I am using deployment group for the same.
But in my case, the agent which I installed from deployment group resides on one on-premise windows server and my IIS server is different.(My agent is running on one machine and IIS is on another machine, both are on-premise machines)
So I need to deploy the web application using MSDeploy to that IIS server via the deployment group.
Is this possible, if yes, could you help to know how to do this?
Thank you.