Linux VM with Serial Output

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check Deploy To Azure Deploy To Azure US Gov

Visualize

This is a simple template that will create a single VM with very limited parameters in order to demonstrate how to configure serial and console output.

The interesting portion of this template worth noting is here:

	"diagnosticsProfile": {
      "bootDiagnostics": {
         "enabled": true,
		 "storageUri": "[concat('http://',parameters('newStorageAccountName'),'.blob.core.windows.net')]"
      }
    }

The rest of the template is pretty standard.

Tags: Microsoft.Storage/storageAccounts, Microsoft.Network/publicIPAddresses, Microsoft.Network/networkSecurityGroups, Microsoft.Network/virtualNetworks, Microsoft.Network/networkInterfaces, Microsoft.Compute/virtualMachines