Skip to content

Commit aa128db

Browse files
authored
Update README.md
1 parent 2a1cebc commit aa128db

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

README.md

+21-22
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,42 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Sql - Manage Sql Database In Elastic Pool - in Java"
7+
- azure-sql-database
8+
description: "Azure SQL sample for managing SQL Database."
89
urlFragment: sql-database-java-manage-sql-dbs-in-elastic-pool
910
---
1011

11-
# Getting Started with Sql - Manage Sql Database In Elastic Pool - in Java #
12+
# Manage Azure SQL Database In Elastic Pool (Java)
1213

14+
Azure SQL sample for managing SQL Database.
1315

14-
Azure SQL sample for managing SQL Database -
15-
- Create a SQL Server with elastic pool and 2 databases
16-
- Create another database and add it to elastic pool through database update
17-
- Create one more database and add it to elastic pool through elastic pool update.
18-
- List and print databases in the elastic pool
19-
- Remove a database from elastic pool.
20-
- List and print elastic pool activities
21-
- List and print elastic pool database activities
22-
- Add another elastic pool in existing SQL Server.
23-
- Delete database, elastic pools and SQL Server
16+
- Create a SQL Server with elastic pool and 2 databases
17+
- Create another database and add it to elastic pool through database update
18+
- Create one more database and add it to elastic pool through elastic pool update.
19+
- List and print databases in the elastic pool
20+
- Remove a database from elastic pool.
21+
- List and print elastic pool activities
22+
- List and print elastic pool database activities
23+
- Add another elastic pool in existing SQL Server.
24+
- Delete database, elastic pools and SQL Server
2425

2526

26-
## Running this Sample ##
27+
## Running this sample
2728

2829
To run this sample:
2930

3031
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).
3132

32-
git clone https://github.com/Azure-Samples/sql-database-java-manage-sql-dbs-in-elastic-pool.git
33+
```bash
34+
git clone https://github.com/Azure-Samples/sql-database-java-manage-sql-dbs-in-elastic-pool.git
35+
cd sql-database-java-manage-sql-dbs-in-elastic-pool
36+
mvn clean compile exec:java
37+
```
3338

34-
cd sql-database-java-manage-sql-dbs-in-elastic-pool
35-
36-
mvn clean compile exec:java
37-
38-
## More information ##
39+
## More information
3940

4041
[http://azure.com/java](http://azure.com/java)
4142

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

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