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

Commit dbe0979

Browse files
authored
Update README.md
1 parent 42502ba commit dbe0979

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extensions:
1010
description: "Azure Compute sample for managing virtual machines."
1111
---
1212

13-
# Getting started with managing Virtual Machine with Managed Disks in C# #
13+
# Getting started with managing Virtual Machine with Managed Disks in C#
1414

1515
Azure Compute sample for managing virtual machines -
1616
- Create a virtual machine
@@ -32,20 +32,17 @@ To run this sample:
3232

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

35-
git clone https://github.com/Azure-Samples/compute-dotnet-manage-virtual-machine-with-unmanaged-disks.git
36-
37-
cd compute-dotnet-manage-virtual-machine-with-unmanaged-disks
38-
39-
dotnet build
40-
41-
bin\Debug\net452\ManageVirtualMachineWithUnmanagedDisks.exe
35+
```bash
36+
git clone https://github.com/Azure-Samples/compute-dotnet-manage-virtual-machine-with-unmanaged-disks.git
37+
cd compute-dotnet-manage-virtual-machine-with-unmanaged-disks
38+
dotnet build
39+
bin\Debug\net452\ManageVirtualMachineWithUnmanagedDisks.exe
40+
```
4241

4342
## More information ##
4443

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

49-
---
50-
5148
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)