Skip to content

Commit 1b18665

Browse files
authored
Update README.md
1 parent 284b0b5 commit 1b18665

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

README.md

+20-21
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,41 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Sql - Manage Sql Firewall Rules - in Java"
7+
- azure-sql-database
8+
description: "Azure SQL sample for managing SQL Database."
89
urlFragment: sql-database-java-manage-firewalls-for-sql-databases
910
---
1011

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

14+
Azure SQL sample for managing SQL Database.
1315

14-
Azure SQL sample for managing SQL Database -
15-
- Create a SQL Server along with 2 firewalls.
16-
- Add another firewall in the SQL Server
17-
- List all firewalls.
18-
- Get a firewall.
19-
- Update a firewall.
20-
- Delete a firewall.
21-
- Add and delete a firewall as part of update of SQL Server
22-
- Delete Sql Server
16+
- Create a SQL Server along with 2 firewalls.
17+
- Add another firewall in the SQL Server
18+
- List all firewalls.
19+
- Get a firewall.
20+
- Update a firewall.
21+
- Delete a firewall.
22+
- Add and delete a firewall as part of update of SQL Server
23+
- Delete SQL Server
2324

2425

25-
## Running this Sample ##
26+
## Running this sample
2627

2728
To run this sample:
2829

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

31-
git clone https://github.com/Azure-Samples/sql-database-java-manage-firewalls-for-sql-databases.git
32+
```bash
33+
git clone https://github.com/Azure-Samples/sql-database-java-manage-firewalls-for-sql-databases.git
34+
cd sql-database-java-manage-firewalls-for-sql-databases
35+
mvn clean compile exec:java
36+
```
3237

33-
cd sql-database-java-manage-firewalls-for-sql-databases
34-
35-
mvn clean compile exec:java
36-
37-
## More information ##
38+
## More information
3839

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

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)
42-
43-
---
42+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4443

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