Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 16, 2019
1 parent fbf7362 commit 5982bae
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ description: "Azure Compute sample for managing virtual machine extensions."

# Getting started on managing virtual machines using vm extensions in C# #

Azure Compute sample for managing virtual machine extensions. -
- Create a Linux and Windows virtual machine
- Add three users (user names and passwords for windows, SSH keys for Linux)
- Resets user credentials
- Remove a user
- Install MySQL on Linux | something significant on Windows
- Remove extensions
Azure Compute sample for managing virtual machine extensions.

- Create a Linux and Windows virtual machine
- Add three users (user names and passwords for windows, SSH keys for Linux)
- Resets user credentials
- Remove a user
- Install MySQL on Linux | something significant on Windows
- Remove extensions


## Running this Sample ##
Expand All @@ -27,20 +28,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-using-vm-extensions.git

cd compute-dotnet-manage-virtual-machine-using-vm-extensions

dotnet build
```bash
git clone https://github.com/Azure-Samples/compute-dotnet-manage-virtual-machine-using-vm-extensions.git
cd compute-dotnet-manage-virtual-machine-using-vm-extensions
dotnet build
bin\Debug\net452\ManageVirtualMachineExtension.exe
```

bin\Debug\net452\ManageVirtualMachineExtension.exe

## More information ##
## 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)

---
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 5982bae

Please sign in to comment.