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
+22-20Lines changed: 22 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,39 +4,41 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
-
- azure-sql-database
8
-
description: "Azure SQL sample for managing SQL Database."
9
-
urlFragment: sql-database-java-manage-db
7
+
extensions:
8
+
- services: Sql
9
+
- platforms: java
10
10
---
11
11
12
-
# Manage SQL Database (Java)
12
+
# Getting Started with Sql - Manage Sql Database - in Java #
13
13
14
-
Azure SQL sample for managing SQL Database.
15
14
16
-
- Create a SQL Server along with 2 firewalls.
17
-
- Create a database in SQL server
18
-
- Change performance level (SKU) of SQL Database
19
-
- List and delete firewalls.
20
-
- Create another firewall in the SQlServer
21
-
- Delete database, firewall and SQL Server
15
+
Azure SQL sample for managing SQL Database -
16
+
- Create a SQL Server along with 2 firewalls.
17
+
- Create a database in SQL server
18
+
- Change performance level (SKU) of SQL Database
19
+
- List and delete firewalls.
20
+
- Create another firewall in the SQlServer
21
+
- Delete database, firewall and SQL Server
22
22
23
23
24
-
## Running this sample
24
+
## Running this Sample ##
25
25
26
26
To run this sample:
27
27
28
28
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
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
41
+
42
+
---
41
43
42
-
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.
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