azure web sites - Use Set-AzureWebsite to setup deployment from source control -
we can setup deployment source command using new-azurewebsite
commandlet. how can same existing websites?
ideally, looking commandlet this:
set-azurewebsite <websitename> -github -githubrepository <reponame>
there doesn't appear such commandlet. there way azure powershell? supposed delete , recreate site.
you can utilize new-azurewebsite
update deployment source command existing sites.
azure-web-sites azure-powershell
No comments:
Post a Comment