Skip to content

Commit 9ff1e3e

Browse files
authored
Update README.md
1 parent 9f0b0d8 commit 9ff1e3e

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

Diff for: README.md

+18-19
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,40 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-sql-database
78
description: "Getting Started with Sql - Manage Sql Databases Across Different Data Centers - in Java"
89
urlFragment: sql-database-java-manage-sql-databases-across-regions
910
---
1011

11-
# Getting Started with Sql - Manage Sql Databases Across Different Data Centers - in Java #
12+
# Manage Azure SQL Databases Across Different Data Centers (Java)
1213

14+
Azure SQL sample for managing SQL Database.
1315

14-
Azure SQL sample for managing SQL Database -
15-
- Create 3 SQL Servers in different region.
16-
- Create a master database in master SQL Server.
17-
- Create 2 more SQL Servers in different azure regions
18-
- Create secondary read only databases in these server with source as database in server created in step 1.
19-
- Create 5 virtual networks in different regions.
20-
- Create one VM in each of the virtual network.
21-
- Update all three databases to have firewall rules with range of each of the virtual network.
16+
- Create 3 SQL Servers in different region.
17+
- Create a master database in master SQL Server.
18+
- Create 2 more SQL Servers in different azure regions
19+
- Create secondary read only databases in these server with source as database in server created in step 1.
20+
- Create 5 virtual networks in different regions.
21+
- Create one VM in each of the virtual network.
22+
- Update all three databases to have firewall rules with range of each of the virtual network.
2223

2324

24-
## Running this Sample ##
25+
## Running this sample
2526

2627
To run this sample:
2728

2829
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).
2930

30-
git clone https://github.com/Azure-Samples/sql-database-java-manage-sql-databases-across-regions.git
31+
```bash
32+
git clone https://github.com/Azure-Samples/sql-database-java-manage-sql-databases-across-regions.git
33+
cd sql-database-java-manage-sql-databases-across-regions
34+
mvn clean compile exec:java
35+
```
3136

32-
cd sql-database-java-manage-sql-databases-across-regions
33-
34-
mvn clean compile exec:java
35-
36-
## More information ##
37+
## More information
3738

3839
[http://azure.com/java](http://azure.com/java)
3940

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

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