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 Failover Groups - in Java #
12
+
# Manage Azure SQL Failover Groups (Java)
12
13
14
+
Azure SQL sample for managing SQL Failover Groups.
13
15
14
-
Azure SQL sample for managing SQL Failover Groups
15
-
- Create a primary SQL Server with a sample database and a secondary SQL Server.
16
-
- Get a failover group from the primary SQL server to the secondary SQL server.
17
-
- Update a failover group.
18
-
- List all failover groups.
19
-
- Delete a failover group.
20
-
- Delete Sql Server
16
+
- Create a primary SQL Server with a sample database and a secondary SQL Server.
17
+
- Get a failover group from the primary SQL server to the secondary SQL server.
18
+
- Update a failover group.
19
+
- List all failover groups.
20
+
- Delete a failover group.
21
+
- Delete SQL Server.
21
22
22
-
23
-
## Running this Sample ##
23
+
## Running this sample
24
24
25
25
To run this sample:
26
26
27
27
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)
40
-
41
-
---
39
+
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
40
43
41
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