Changing Azure web role name? -


is possible change web role name through powershell or other programmatic way without needing change project name itself? need role name change monitoring purpose , changing project name require lot of work modifying build definitions.

rename azure cloud service.ps1

import-module azure  # download publish settings get-azurepublishsettingsfile  # import settings downloaded import-azurepublishsettingsfile "c:\users\<user>\downloads\mysub-date-credentials.publishsettings"  # view subscription details    get-azuresubscription  # select active subscription select-azuresubscription 'mysub'  # view cloud services selected sub get-azureservice   # update cloud service name/description set-azureservice 'myservicename' 'friendly service name' 'detailed service description' 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -