Skip to content

Commit 62f63f6

Browse files
authored
Update README.md
1 parent ce6964d commit 62f63f6

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

+10-13
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Monitor - Query Metrics And Activity Logs - in Java"
7+
description: "This sample shows examples of retrieving metrics and activity logs for Storage Account."
88
urlFragment: monitor-java-query-metrics-activitylogs
99
---
1010

11-
# Getting Started with Monitor - Query Metrics And Activity Logs - in Java #
12-
11+
# Query Metrics And Activity Logs in Azure Monitor (Java)
1312

1413
This sample shows examples of retrieving metrics and activity logs for Storage Account.
1514
- List all metric definitions available for a storage account
@@ -20,24 +19,22 @@ urlFragment: monitor-java-query-metrics-activitylogs
2019
- Retrieve and show all activity logs for the past 7 days for the same Storage account.
2120

2221

23-
## Running this Sample ##
22+
## Running this Sample
2423

2524
To run this sample:
2625

2726
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).
2827

29-
git clone https://github.com/Azure-Samples/monitor-java-query-metrics-activitylogs.git
30-
31-
cd monitor-java-query-metrics-activitylogs
32-
33-
mvn clean compile exec:java
28+
```bash
29+
git clone https://github.com/Azure-Samples/monitor-java-query-metrics-activitylogs.git
30+
cd monitor-java-query-metrics-activitylogs
31+
mvn clean compile exec:java
32+
```
3433

35-
## More information ##
34+
## More information
3635

3736
[http://azure.com/java](http://azure.com/java)
3837

39-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
40-
41-
---
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).
4239

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