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 42502ba commit dbe0979
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 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 managing Virtual Machine with Managed Disks in C# #
# Getting started with managing Virtual Machine with Managed Disks in C#

Azure Compute sample for managing virtual machines -
- Create a virtual machine
Expand All @@ -32,20 +32,17 @@ 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/compute-dotnet-manage-virtual-machine-with-unmanaged-disks.git

cd compute-dotnet-manage-virtual-machine-with-unmanaged-disks

dotnet build

bin\Debug\net452\ManageVirtualMachineWithUnmanagedDisks.exe
```bash
git clone https://github.com/Azure-Samples/compute-dotnet-manage-virtual-machine-with-unmanaged-disks.git
cd compute-dotnet-manage-virtual-machine-with-unmanaged-disks
dotnet build
bin\Debug\net452\ManageVirtualMachineWithUnmanagedDisks.exe
```

## More information ##

[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)

---

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit dbe0979

Please sign in to comment.