Skip to content

Commit 490b9f2

Browse files
authored
Update README.md
1 parent fcba8b4 commit 490b9f2

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

README.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,38 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Sql - Manage Sql Failover Groups - in Java"
7+
- azure-sql-database
8+
description: "Azure SQL sample for managing SQL Failover Groups."
89
urlFragment: sql-database-java-manage-failover-groups
910
---
1011

11-
# Getting Started with Sql - Manage Sql Failover Groups - in Java #
12+
# Manage Azure SQL Failover Groups (Java)
1213

14+
Azure SQL sample for managing SQL Failover Groups.
1315

14-
Azure SQL sample for managing SQL Failover Groups
15-
- Create a primary SQL Server with a sample database and a secondary SQL Server.
16-
- Get a failover group from the primary SQL server to the secondary SQL server.
17-
- Update a failover group.
18-
- List all failover groups.
19-
- Delete a failover group.
20-
- Delete Sql Server
16+
- Create a primary SQL Server with a sample database and a secondary SQL Server.
17+
- Get a failover group from the primary SQL server to the secondary SQL server.
18+
- Update a failover group.
19+
- List all failover groups.
20+
- Delete a failover group.
21+
- Delete SQL Server.
2122

22-
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-failover-groups.git
30-
31-
cd sql-database-java-manage-failover-groups
32-
33-
mvn clean compile exec:java
29+
```bash
30+
git clone https://github.com/Azure-Samples/sql-database-java-manage-failover-groups.git
31+
cd sql-database-java-manage-failover-groups
32+
mvn clean compile exec:java
33+
```
3434

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)