powershell - Create azure website programatically in C# -


i want create/update websites/cloud services in azure in c#. objective deploy website/cloud service in azure without user intervention.

can please me resolve below queries?

  1. can manage azure websites/cloud services using c# code? if yes how (any library/api/nuget package)?
  2. if not possible in c#, other options achieve this? read webdeploy(msdeploy), powershell can work not sure 1 best in scenario , how use them.

this depends on scenario. if have got system run powershell script from, might option (https://azure.microsoft.com/en-us/documentation/articles/powershell-install-configure/) use cross platform command line tools script deployment / web app creation. there different other options, continous deployment web app. can example connect github repo existing web app , deploy repository.

the c# library looking should one:

https://github.com/azure/azure-sdk-for-net/tree/master/src/resourcemanagement/website


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -