register list sample --service=compute --kind=azure

Configuration for Cloud=azure Service=cloud
-------------------------------------------


.. note:: This Documentation was generated automatically with::

              cms register list sample --service=compute --kind=openstack

           please do not change the manual page, change the code if things to not look ok.


::

    cloudmesh:
      cloud:
        {name}:
          cm:
            active: true
            heading: {name}
            host: TBD
            label: {name}
            kind: azure
            version: latest
            service: compute
          default:
            image: Canonical:UbuntuServer:16.04.0-LTS:latest
            size: Basic_A0
            resource_group: cloudmesh
            storage_account: cmdrive
            network: cmnetwork
            subnet: cmsubnet
            blob_container: vhds
            AZURE_VM_IP_CONFIG: cloudmesh-ip-config
            AZURE_VM_NIC: cloudmesh-nic
            AZURE_VM_DISK_NAME: cloudmesh-os-disk
            AZURE_VM_USER: TBD
            AZURE_VM_PASSWORD: TBD
            AZURE_VM_NAME: cloudmeshVM
          credentials:
            AZURE_TENANT_ID: {tenantid}
            AZURE_SUBSCRIPTION_ID: {subscriptionid}
            AZURE_APPLICATION_ID: {applicationid}
            AZURE_SECRET_KEY: {secretkey}
            AZURE_REGION: eastus

To register this service the following parameter ned to be defined::

    applicationid
    name
    secretkey
    subscriptionid
    tenantid