We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7296b commit 7d2456dCopy full SHA for 7d2456d
README.md
@@ -1,7 +1,9 @@
1
---
2
page_type: sample
3
-languages: java
4
-products: azure
+languages:
+- java
5
+products:
6
+- azure
7
services: Sql
8
platforms: dotnet
9
author: yaohaizh
@@ -27,9 +29,9 @@ Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an aut
27
29
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-db.git
28
30
31
cd sql-database-dotnet-manage-db
-
32
+
33
dotnet build
34
35
bin\Debug\net452\ManageSqlDatabase.exe
36
37
## More information ##
0 commit comments