Providing complete example using previous values

Following is a complete Azure Resource Manager template to create a single virtual machine. Several parameters and variables were explained previously but more are required to create a VM.

The following example is available for testing the link <URL to example - not yet available>. Save the following example as vmdeploy.json to use in the section Deploy a VM using ARM template. The example looks as follows:

{ "$schema": http://schema.management.azure.com/schemas/2015-01- 01/deploymentTeplate.json#, "contentVersion": "1.0.0", "parameters": { "ResoureceGroup":{ "type": "string", "metadata": { "Description": "Type name of existing Resource Group containing the storage account" } }, "vmName":{ ...

Get Building Hybrid Clouds with Azure Stack now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.