Tag: azure

  • First steps with Azure CLI

    This guide uses Azure’s cross platform CLI to create and destroy a virtual machine. First things first, lets define some basic properties about the machine such as the adminstrator credentials and its hostname, which will be given the suffix of cloudapp.net: HOST=cccu-dev-adfs USERNAME=djb PASSWORD=Password1! To make changes to your Azure account you’ll need to authenticate…