Skip to content

Commit 89233d2

Browse files
authored
Update README.md
1 parent 59bc5a5 commit 89233d2

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

Diff for: README.md

+17-20
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,37 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Sql - Getting Sql Server Metrics - in Java"
7+
description: "Azure SQL sample for getting SQL Server and Databases metrics."
88
urlFragment: sql-database-java-get-sql-metrics
99
---
1010

11-
# Getting Started with Sql - Getting Sql Server Metrics - in Java #
11+
# Getting SQL Server Metrics (Java)
1212

13+
Azure SQL sample for getting SQL Server and Databases metrics.
1314

14-
Azure SQL sample for getting SQL Server and Databases metrics
15-
- Create a primary SQL Server with a sample database.
16-
- Run some queries on the sample database.
17-
- Create a new table and insert some values into the database.
18-
- List the SQL subscription usage metrics, the database usage metrics and the other database metrics
19-
- Use the Monitor Service Fluent APIs to list the SQL Server metrics and the SQL Database metrics
20-
- Delete Sql Server
21-
15+
- Create a primary SQL Server with a sample database.
16+
- Run some queries on the sample database.
17+
- Create a new table and insert some values into the database.
18+
- List the SQL subscription usage metrics, the database usage metrics and the other database metrics
19+
- Use the Monitor Service Fluent APIs to list the SQL Server metrics and the SQL Database metrics
20+
- Delete SQL Server
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/sql-database-java-get-sql-metrics.git
28+
```bash
29+
git clone https://github.com/Azure-Samples/sql-database-java-get-sql-metrics.git
30+
cd sql-database-java-get-sql-metrics
31+
mvn clean compile exec:java
32+
```
3033

31-
cd sql-database-java-get-sql-metrics
32-
33-
mvn clean compile exec:java
34-
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)