Sunday, July 1, 2018

Deploy To Azure (Platform As A Service) Websites Using Kudu REST APIs

Kudu REST APIs zipdeploy and vfs provide excellent mechanism to deploy code to Azure websites and verify deployment. Kudu REST API command can be further used to run DOS commands, PowerShell scripts and Batch scripts to customize deployments if needed. And this technique removes dependency of any kind of paid Tools or Integrated Development Environment for Azure website deployments and is platform or programming language agnostic.

source https://www.c-sharpcorner.com/article/deploy-to-azure-platform-as-a-service-websites-using-kudu-rest-apis/

No comments:

Post a Comment