From 10720986482a380bab7fdc884dac004173082229 Mon Sep 17 00:00:00 2001 From: docs <33675759+docs-product@users.noreply.github.com> Date: Tue, 1 Oct 2019 10:54:30 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 220e059..a40ad04 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ extensions: description: "Azure Compute sample for managing virtual machines." --- -# Getting started with creating a Virtual Machine using specialized disks from Snapshots # +# Getting started with creating a Virtual Machine using specialized disks from Snapshots Azure Compute sample for managing virtual machines - - Create an managed virtual machine from PIR image with data disks @@ -26,13 +26,15 @@ To run this sample: Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md). - git clone https://github.com/Azure-Samples/managed-disk-dotnet-create-virtual-machine-using-specialized-disk-from-snapshot.git +```bash +git clone https://github.com/Azure-Samples/managed-disk-dotnet-create-virtual-machine-using-specialized-disk-from-snapshot.git - cd managed-disk-dotnet-create-virtual-machine-using-specialized-disk-from-snapshot +cd managed-disk-dotnet-create-virtual-machine-using-specialized-disk-from-snapshot - dotnet build +dotnet build - bin\Debug\net452\CreateVirtualMachineUsingSpecializedDiskFromSnapshot.exe +bin\Debug\net452\CreateVirtualMachineUsingSpecializedDiskFromSnapshot.exe +``` ## More information ##