-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ description: "Azure Storage sample for managing SQL Database." | |
urlFragment: get-started-managing-sql | ||
--- | ||
|
||
# Getting started on managing SQL databases in elastic pools in C# # | ||
# Get started with managing SQL databases in elastic pools (C#) | ||
|
||
Azure Storage sample for managing SQL Database - | ||
- Create a SQL Server with elastic pool and 2 databases | ||
|
@@ -25,26 +25,23 @@ urlFragment: get-started-managing-sql | |
- Delete database, elastic pools 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-sql-dbs-in-elastic-pool.git | ||
```bash | ||
git clone https://github.com/Azure-Samples/sql-database-dotnet-manage-sql-dbs-in-elastic-pool.git | ||
cd sql-database-dotnet-manage-sql-dbs-in-elastic-pool | ||
dotnet build | ||
bin\Debug\net452\ManageSqlDatabaseInElasticPool.exe | ||
``` | ||
|
||
cd sql-database-dotnet-manage-sql-dbs-in-elastic-pool | ||
|
||
dotnet build | ||
|
||
bin\Debug\net452\ManageSqlDatabaseInElasticPool.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 [[email protected]](mailto:[email protected]) with any additional questions or comments. |