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 Virtual Network Rules - in Java #
13
13
14
-
Azure SQL sample for managing SQL Virtual Network Rules.
15
14
16
-
- Create a Virtual Network with two subnets.
17
-
- Create a SQL Server along with one virtual network rule.
18
-
- Add another virtual network rule in the SQL Server
19
-
- Get a virtual network rule.
20
-
- Update a virtual network rule.
21
-
- List all virtual network rules.
22
-
- Delete a virtual network.
23
-
- Delete Sql Server
15
+
Azure SQL sample for managing SQL Virtual Network Rules
16
+
- Create a Virtual Network with two subnets.
17
+
- Create a SQL Server along with one virtual network rule.
18
+
- Add another virtual network rule in the SQL Server
19
+
- Get a virtual network rule.
20
+
- Update a virtual network rule.
21
+
- List all virtual network rules.
22
+
- Delete a virtual network.
23
+
- Delete Sql Server
24
24
25
25
26
-
## Running this sample
26
+
## Running this Sample ##
27
27
28
28
To run this sample:
29
29
30
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).
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
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
43
+
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.
46
+
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