- Notifications
You must be signed in to change notification settings - Fork6
Getting started on managing SQL databases in C#
License
Azure-Samples/sql-database-dotnet-manage-db
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
page_type | languages | products | extensions | ||||||
---|---|---|---|---|---|---|---|---|---|
sample |
|
|
|
Azure Storage sample for managing SQL Database -
- Create a SQL Server along with 2 firewalls.
- Create a database in SQL server
- Change performance level (SKU) of SQL Database
- List and delete firewalls.
- Create another firewall in the SQlServer
- Delete database, firewall and SQL Server
To run this sample:
Set the environment variableCLIENT_ID
,CLIENT_SECRET
,TENANT_ID
,SUBSCRIPTION_ID
with the full path for an auth file. Seehow to create an auth file.git clonehttps://github.com/Azure-Samples/sql-database-dotnet-manage-db.git
cd sql-database-dotnet-manage-dbdotnet buildbin\Debug\net452\ManageSqlDatabase.exe
Azure Management Libraries for C#Azure .Net Developer CenterIf you don't have a Microsoft Azure subscription you can get a FREE trial accounthere
This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.
About
Getting started on managing SQL databases in C#
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.