Pregunta

I would like to update one Role Setting (the ones in the *.cscfg file) via the Azure powershell cmdlets. I know this is possible via the Azure Portal but I have not found any such command in the cmdlets.

Does anyone know how to change a *.cscfg Setting from a running Azure Role using the powershell cmdlets? (and without having to upload a new *.cspkg file)

Thanks, rui

¿Fue útil?

Solución

The cmdlet you would want to use is Set-AzureDeployment with -Config parameter set. You would need to provide the entire configuration file. Essentially you would need to make changes in the config file and then call this cmdlet and provide the new config file. You don't need to upload new package file for changing configuration settings.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top