diff --git a/README.md b/README.md index 7d4b216..96a713b 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ languages: - csharp products: - azure -services: Sql -platforms: dotnet -author: yaohaizh +extensions: +- services: Sql +- platforms: dotnet --- # Getting started with importing and exporting SQL databases in C# # - Azure SQL sample for managing import/export SQL Database - - - Create a SQL Server with one database from a pre-existing sample. - - Create a storage account and export a database - - Create a new database from a backup using the import functionality - - Update an empty database with a backup database using the import functionality - - Delete storage account, databases and SQL Server + Azure SQL sample for managing import/export SQL Database - + - Create a SQL Server with one database from a pre-existing sample. + - Create a storage account and export a database + - Create a new database from a backup using the import functionality + - Update an empty database with a backup database using the import functionality + - Delete storage account, databases and SQL Server ## Running this Sample ##