Tag: Virtual Machine

Windows Azure – Manage your VM

Once all our stuff is prepared thanks to previous posts: Account configured The storage is created The network works VM(s) are running And Endpoints are listening You way have to take actions on your VM. Windows Azure prodives a set of cmdlets to do this. We already used Update-AzureVM and New-AzureVM, to change configuration and…




Windows Azure – Create Virtual Machine

Hi, In previous posts, we were talking about : How adding your account and work with it: http://pwrshell.net/?p=863 – First steps How handle the missing New-AzureVNetwork cmdlet in the Azure PowerShell module: http://pwrshell.net/?p=908 – Network How create an affinity group and optimize your Azure storage: http://pwrshell.net/?p=879 – Storage Now it’s time to build our first…