Skip to content

Commit 57a7c6b

Browse files
authored
Update README.md
1 parent d2803e1 commit 57a7c6b

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,34 @@ description: "Getting Started with Sql - Manage Sql Database - in Java"
88
urlFragment: sql-database-java-manage-db
99
---
1010

11-
# Getting Started with Sql - Manage Sql Database - in Java #
11+
# Manage SQL Database (Java)
1212

13+
Azure SQL sample for managing SQL Database.
1314

14-
Azure SQL sample for managing SQL Database -
15-
- Create a SQL Server along with 2 firewalls.
16-
- Create a database in SQL server
17-
- Change performance level (SKU) of SQL Database
18-
- List and delete firewalls.
19-
- Create another firewall in the SQlServer
20-
- Delete database, firewall and SQL Server
15+
- Create a SQL Server along with 2 firewalls.
16+
- Create a database in SQL server
17+
- Change performance level (SKU) of SQL Database
18+
- List and delete firewalls.
19+
- Create another firewall in the SQlServer
20+
- Delete database, firewall and SQL Server
2121

2222

23-
## Running this Sample ##
23+
## Running this sample
2424

2525
To run this sample:
2626

2727
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).
2828

29-
git clone https://github.com/Azure-Samples/sql-database-java-manage-db.git
29+
```bash
30+
git clone https://github.com/Azure-Samples/sql-database-java-manage-db.git
31+
cd sql-database-java-manage-db
32+
mvn clean compile exec:java
33+
```
3034

31-
cd sql-database-java-manage-db
32-
33-
mvn clean compile exec:java
34-
35-
## More information ##
35+
## More information
3636

3737
[http://azure.com/java](http://azure.com/java)
3838

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-
---
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).
4240

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