Skip to content

Commit 8354ddf

Browse files
authored
Update README.md
1 parent c70ef42 commit 8354ddf

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

README.md

Lines changed: 12 additions & 15 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 firewalls for sql databases in C#"
10+
description: "Azure Storage sample for managing SQL Database."
1111
urlFragment: sql-database-dotnet-manage-firewalls-for-sql-databases
1212
---
1313

14-
# Getting started on managing firewalls for sql databases in C# #
14+
# Get started managing firewalls for SQL databases (C#)
1515

1616
Azure Storage sample for managing SQL Database -
1717
- Create a SQL Server along with 2 firewalls.
@@ -21,29 +21,26 @@ urlFragment: sql-database-dotnet-manage-firewalls-for-sql-databases
2121
- Update a firewall.
2222
- Delete a firewall.
2323
- Add and delete a firewall as part of update of SQL Server
24-
- Delete Sql Server
24+
- Delete SQL Server
2525

2626

27-
## Running this Sample ##
27+
## Running this sample
2828

2929
To run this sample:
3030

3131
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).
3232

33-
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-firewalls-for-sql-databases.git
33+
```bash
34+
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-firewalls-for-sql-databases.git
35+
cd sql-database-dotnet-manage-firewalls-for-sql-databases
36+
dotnet build
37+
bin\Debug\net452\ManageSqlFirewallRules.exe
38+
```
3439

35-
cd sql-database-dotnet-manage-firewalls-for-sql-databases
36-
37-
dotnet build
38-
39-
bin\Debug\net452\ManageSqlFirewallRules.exe
40-
41-
## More information ##
40+
## More information
4241

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

4946
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)