Deploy and Delete Azure Roles

Can someone provide me some informations on how to delete and deploy  azure worker Roles?

Hi Haggy,

You will require the azure command line tool. A guide on how to install it is located here:

https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/

From there the help is a little thin for the tool, however you can use the command line itself to print out the help on each of the operations it can perform. I believe the ones your after are:

azure role create -h
azure role delete -h
azure role assignment create -h
azure role assignment delete -h