This repository was archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbe0979
commit 97d4c20
Showing
5 changed files
with
198 additions
and
83 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#!/bin/bash | ||
|
||
sudo apt-get install -f | ||
|
||
sudo apt-get update | ||
|
||
# install apache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,9 @@ products: | |
extensions: | ||
- services: Compute | ||
- platforms: dotnet | ||
description: "Azure Compute sample for managing virtual machines." | ||
--- | ||
|
||
# Getting started with managing Virtual Machine with Managed Disks in C# | ||
# Getting started with managing Virtual Machine with Managed Disks in C# # | ||
|
||
Azure Compute sample for managing virtual machines - | ||
- Create a virtual machine | ||
|
@@ -32,17 +31,20 @@ 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). | ||
|
||
```bash | ||
git clone https://github.com/Azure-Samples/compute-dotnet-manage-virtual-machine-with-unmanaged-disks.git | ||
cd compute-dotnet-manage-virtual-machine-with-unmanaged-disks | ||
dotnet build | ||
bin\Debug\net452\ManageVirtualMachineWithUnmanagedDisks.exe | ||
``` | ||
git clone https://github.com/Azure-Samples/compute-dotnet-manage-virtual-machine-with-unmanaged-disks.git | ||
|
||
cd compute-dotnet-manage-virtual-machine-with-unmanaged-disks | ||
|
||
dotnet build | ||
|
||
bin\Debug\net452\ManageVirtualMachineWithUnmanagedDisks.exe | ||
|
||
## 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) | ||
|
||
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. | ||
--- | ||
|
||
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. |