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
Copy file name to clipboardExpand all lines: README.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,36 +8,34 @@ description: "Getting Started with Sql - Manage Sql Database - in Java"
8
8
urlFragment: sql-database-java-manage-db
9
9
---
10
10
11
-
# Getting Started with Sql - Manage Sql Database - in Java #
11
+
# Manage SQL Database (Java)
12
12
13
+
Azure SQL sample for managing SQL Database.
13
14
14
-
Azure SQL sample for managing SQL Database -
15
-
- Create a SQL Server along with 2 firewalls.
16
-
- Create a database in SQL server
17
-
- Change performance level (SKU) of SQL Database
18
-
- List and delete firewalls.
19
-
- Create another firewall in the SQlServer
20
-
- Delete database, firewall and SQL Server
15
+
- Create a SQL Server along with 2 firewalls.
16
+
- Create a database in SQL server
17
+
- Change performance level (SKU) of SQL Database
18
+
- List and delete firewalls.
19
+
- Create another firewall in the SQlServer
20
+
- Delete database, firewall and SQL Server
21
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