Skip to content

Commit d5e1227

Browse files
authored
Update README.md
1 parent 68e46b7 commit d5e1227

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,35 @@ languages:
44
- csharp
55
products:
66
- azure
7+
- azure-virtual-machines
78
extensions:
89
- services: Compute
910
- platforms: dotnet
1011
description: "List all virtual machine extension image publishers and list all virtual machine extension images published by Microsoft."
12+
urlFragment: getting-started-on-listing-virtual-machine-extension-images-in-c
1113
---
1214

13-
# Getting started on listing virtual machine extension images in C# #
15+
# Get started listing virtual machine extension images (C#)
1416

15-
List all virtual machine extension image publishers and
16-
list all virtual machine extension images published by Microsoft.OSTCExtensions, Microsoft.Azure.Extensions
17-
by browsing through extension image publishers, types, and versions.
17+
List all virtual machine extension image publishers and list all virtual machine extension images published by Microsoft.OSTCExtensions, Microsoft.Azure.Extensions by browsing through extension image publishers, types, and versions.
1818

19-
20-
## Running this Sample ##
19+
## Running this sample
2120

2221
To run this sample:
2322

2423
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).
2524

26-
git clone https://github.com/Azure-Samples/compute-dotnet-list-vm-extension-images.git
27-
28-
cd compute-dotnet-list-vm-extension-images
29-
30-
dotnet build
25+
```bash
26+
git clone https://github.com/Azure-Samples/compute-dotnet-list-vm-extension-images.git
27+
cd compute-dotnet-list-vm-extension-images
28+
dotnet build
29+
bin\Debug\net452\ListVirtualMachineExtensionImages.exe
30+
```
3131

32-
bin\Debug\net452\ListVirtualMachineExtensionImages.exe
33-
34-
## More information ##
32+
## More information
3533

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

4238
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 commit comments

Comments
 (0)