From 49c14684e3318cba10048cdf8f513709f0d9c669 Mon Sep 17 00:00:00 2001 From: Yaohai Zheng Date: Thu, 15 Aug 2019 21:53:45 +0800 Subject: [PATCH] Update repo metadata --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 20a3aa8..1440a45 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,25 @@ languages: - csharp products: - azure -services: Compute -platforms: dotnet -author: yaohaizh +extensions: +- services: Compute +- platforms: dotnet --- # Getting Started with Compute - Manage Virtual Machines - in C# asynchronously # - Azure Compute sample for managing virtual machines - - - Create a virtual machine with managed OS Disk based on Windows OS image - - Once Network is created start creation of virtual machine based on Linux OS image in the same network - - Update both virtual machines - - for Linux based: - - add Tag - - for Windows based: - - deallocate the virtual machine - - add a data disk - - start the virtual machine - - List virtual machines and print details - - Delete all virtual machines. + Azure Compute sample for managing virtual machines - + - Create a virtual machine with managed OS Disk based on Windows OS image + - Once Network is created start creation of virtual machine based on Linux OS image in the same network + - Update both virtual machines + - for Linux based: + - add Tag + - for Windows based: + - deallocate the virtual machine + - add a data disk + - start the virtual machine + - List virtual machines and print details + - Delete all virtual machines. ## Running this Sample ##