Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 15, 2019
1 parent 7a298b0 commit 23372cc
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extensions:
description: "Azure SQL sample for managing import/export SQL Database."
---

# Getting started with importing and exporting SQL databases in C# #
# Getting started with importing and exporting SQL databases (C#)

Azure SQL sample for managing import/export SQL Database -
- Create a SQL Server with one database from a pre-existing sample.
Expand All @@ -20,26 +20,23 @@ description: "Azure SQL sample for managing import/export SQL Database."
- Delete storage account, databases and SQL Server


## Running this Sample ##
## Running this sample

To run this sample:

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-net/blob/master/AUTH.md).

git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-import-export-db.git
```bash
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-import-export-db.git
cd sql-database-dotnet-manage-import-export-db
dotnet build
bin\Debug\net452\ManageSqlImportExportDatabase.exe
```

cd sql-database-dotnet-manage-import-export-db

dotnet build

bin\Debug\net452\ManageSqlImportExportDatabase.exe

## More information ##
## More information

[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)

---
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).

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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit 23372cc

Please sign in to comment.