Search code examples
azure-web-app-serviceoctopus-deploy

What protocol does Octopus deploy use for publishing content to Azure Web Apps?


Does Octopus deploy use MSDeploy or something else to publish the content to web app? I read their article and couldn't find anything substantial.


Solution

  • Yes, it uses MSDeploy.

    You can see some evidence in the Calamari repository (which is open source).