Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 1, 2019
1 parent 5c9b281 commit 1072098
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ##

Expand Down

0 comments on commit 1072098

Please sign in to comment.