You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Getting Started with Sql - Manage Sql Firewall Rules - in Java #
12
+
# Manage Azure SQL Firewall Rules (Java)
12
13
14
+
Azure SQL sample for managing SQL Database.
13
15
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
23
24
24
25
25
-
## Running this Sample ##
26
+
## Running this sample
26
27
27
28
To run this sample:
28
29
29
30
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).
cd sql-database-java-manage-firewalls-for-sql-databases
35
+
mvn clean compile exec:java
36
+
```
32
37
33
-
cd sql-database-java-manage-firewalls-for-sql-databases
34
-
35
-
mvn clean compile exec:java
36
-
37
-
## More information ##
38
+
## More information
38
39
39
40
[http://azure.com/java](http://azure.com/java)
40
41
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).
44
43
45
44
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