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?
- can manage azure websites/cloud services using c# code? if yes how (any library/api/nuget package)?
- 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
Post a Comment