From 4c20015af969626bfb0784a661df5db896e0f57f Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Fri, 22 Apr 2016 13:28:57 -0700 Subject: [PATCH] Added references to Azure DB --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1351c2d2..af2c0af7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# SQL Server Code Samples -This GitHub repository contains code samples that demonstrate how to use SQL Server features. Each sample includes a README file that explains how to run and use the sample. +# SQL Server and Azure DB Samples +This GitHub repository contains code samples that demonstrate how to use SQL Server and Azure SQL Database features. Each sample includes a README file that explains how to run and use the sample. ## Working in GitHub To work in GitHub, go to https://github.com/microsoft/sql-server-samples and fork the repository. Work in your own fork and when you are ready to submit to make a change or publish your sample for the first time, submit a pull request into the master branch of sql-server-samples. One of the approvers will review your request and accept or reject the pull request.