Skip to content

Commit aa1184c

Browse files
authored
Update README.md
1 parent 888d7b5 commit aa1184c

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,33 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Azure Compute sample for managing virtual machine from Managed Service Identity (MSI) enabled virtual machine"
7+
description: "Azure Compute sample for managing virtual machine from Managed Service Identity (MSI) enabled virtual machine."
88
urlFragment: compute-java-manage-vm-from-vm-with-msi-credentials
99
---
1010

11-
# Getting Started with Compute - Manage Virtual Machine From MSI Enabled Virtual Machine - in Java #
11+
# Manage Virtual Machine From MSI Enabled Virtual Machine (Java)
1212

1313

1414
Azure Compute sample for managing virtual machine from Managed Service Identity (MSI) enabled virtual machine -
1515
- Create a virtual machine using MSI credentials from System assigned or User Assigned MSI enabled VM.
1616

1717

18-
## Running this Sample ##
18+
## Running this Sample
1919

2020
To run this sample:
2121

2222
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-java/blob/master/AUTH.md).
2323

24-
git clone https://github.com/Azure-Samples/compute-java-manage-vm-from-vm-with-msi-credentials.git
24+
```bash
25+
git clone https://github.com/Azure-Samples/compute-java-manage-vm-from-vm-with-msi-credentials.git
26+
cd compute-java-manage-vm-from-vm-with-msi-credentials
27+
mvn clean compile exec:java
28+
```
2529

26-
cd compute-java-manage-vm-from-vm-with-msi-credentials
27-
28-
mvn clean compile exec:java
29-
30-
## More information ##
30+
## More information
3131

3232
[http://azure.com/java](http://azure.com/java)
3333

34-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
35-
36-
---
34+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
3735

3836
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)