How to update an Azure Cloud Service setting using Azure Powershell -


Is it possible to update the value of settings with Ezur cloud in Azure Cloud service?

There is no way to update only one single setting (service management API does not allow it yet) - it only accepts the entire service configuration). Therefore, to update a single setting, you will need to update the entire configuration. And you can do it with PowerShell:

  # Add the first ezoor account - this will create a login prompt AD-ezoor account # when you have a subscription - you are clearly a # Updates your cloud service that you want to update, select-ezour membership "& lt; membership name with spaces goes here & gt;" # Then update the configuration for the cloud service - Set-Ezur Delegation - config-service name "& lt; cloud_service_name_goes_here & gt;" `- Configuration 'D: /tmp/cloud/ServiceConfiguration.Cloud.cscfg" `-Slot" output " 

I have provided the full local path for` - configuration' parameter New config File I want to use with my cloud service

This is verified and work solution.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -