Skip to content

Commit 21164b7

Browse files
authored
Update README.md
1 parent b87d8e0 commit 21164b7

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ languages:
77
- html
88
products:
99
- azure
10-
description: "Getting started on managing SQL databases across regions in C#"
10+
description: "Azure Storage sample for managing SQL Database."
1111
urlFragment: sql-database-dotnet-manage-sql-databases-across-regions
1212
---
1313

14-
# Getting started on managing SQL databases across regions in C# #
14+
# Get started managing SQL databases across regions (C#)
1515

1616
Azure Storage sample for managing SQL Database -
1717
- Create 3 SQL Servers in different region.
@@ -23,26 +23,23 @@ urlFragment: sql-database-dotnet-manage-sql-databases-across-regions
2323
- Update all three databases to have firewall rules with range of each of the virtual network.
2424

2525

26-
## Running this Sample ##
26+
## Running this sample
2727

2828
To run this sample:
2929

3030
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-net/blob/master/AUTH.md).
3131

32-
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-sql-databases-across-regions.git
33-
34-
cd sql-database-dotnet-manage-sql-databases-across-regions
35-
36-
dotnet build
37-
38-
bin\Debug\net452\ManageSqlDatabasesAcrossDifferentDataCenters.exe
32+
```bash
33+
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-sql-databases-across-regions.git
34+
cd sql-database-dotnet-manage-sql-databases-across-regions
35+
dotnet build
36+
bin\Debug\net452\ManageSqlDatabasesAcrossDifferentDataCenters.exe
37+
```
3938

4039
## More information ##
4140

4241
[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
4342
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
44-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
45-
46-
---
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).
4744

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