Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 15, 2019
1 parent c70ef42 commit 8354ddf
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ languages:
- html
products:
- azure
description: "Getting started on managing firewalls for sql databases in C#"
description: "Azure Storage sample for managing SQL Database."
urlFragment: sql-database-dotnet-manage-firewalls-for-sql-databases
---

# Getting started on managing firewalls for sql databases in C# #
# Get started managing firewalls for SQL databases (C#)

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


## Running this Sample ##
## Running this sample

To run this sample:

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

git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-firewalls-for-sql-databases.git
```bash
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-firewalls-for-sql-databases.git
cd sql-database-dotnet-manage-firewalls-for-sql-databases
dotnet build
bin\Debug\net452\ManageSqlFirewallRules.exe
```

cd sql-database-dotnet-manage-firewalls-for-sql-databases

dotnet build

bin\Debug\net452\ManageSqlFirewallRules.exe

## More information ##
## More information

[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)

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

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 comments on commit 8354ddf

Please sign in to comment.