Skip to content

Commit 9829ec3

Browse files
authored
Update README.md
1 parent 49c1468 commit 9829ec3

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extensions:
99
- platforms: dotnet
1010
---
1111

12-
# Getting Started with Compute - Manage Virtual Machines - in C# asynchronously #
12+
# Manage Virtual Machines asynchronously (C#)
1313

1414
Azure Compute sample for managing virtual machines -
1515
- Create a virtual machine with managed OS Disk based on Windows OS image
@@ -31,20 +31,17 @@ To run this sample:
3131

3232
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).
3333

34-
git clone https://github.com/Azure-Samples/compute-dotnet-manage-vm-async.git
35-
36-
cd compute-dotnet-manage-vm-async
37-
38-
dotnet build
39-
40-
bin\Debug\net452\ManageVirtualMachineAsync.exe
34+
```bash
35+
git clone https://github.com/Azure-Samples/compute-dotnet-manage-vm-async.git
36+
cd compute-dotnet-manage-vm-async
37+
dotnet build
38+
bin\Debug\net452\ManageVirtualMachineAsync.exe
39+
```
4140

4241
## More information ##
4342

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

48-
---
49-
50-
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.
47+
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)