From d1c5d9f5f1ab3e35a6f739f9b7da523643db43c8 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Mon, 13 Mar 2017 23:06:51 +0100 Subject: [PATCH] Corrections in readme file --- samples/features/json/azure-function-rest-api/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/samples/features/json/azure-function-rest-api/README.md b/samples/features/json/azure-function-rest-api/README.md index 2e796389..48fe31dc 100644 --- a/samples/features/json/azure-function-rest-api/README.md +++ b/samples/features/json/azure-function-rest-api/README.md @@ -35,8 +35,6 @@ To run this sample, you need to download source code from SQL Server GitHub acco 1. Create Azure SQL Database using Azure Portal, SQL Server Management Studio, or other tools. -2. Open [setup.sql script](sql-script/setup.sql) file and execute this code against your database. The script will create and populate Product table. - ### Setup Azure Function 1. Create Azure Function using Azure Portal. In the list of templates choose C#/Http Webhook as a type. @@ -73,8 +71,8 @@ return new HttpResponseMessage() { Content = new StringContent(body), StatusCode ## Related Links You can find more information about the technologies that are used in this sample on these locations: -- [Azure SQL Database](). -- [Azure Functions](). +- [JSON support in Azure SQL Database](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-json-features). +- [Webhooks in Azure Functions](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-a-web-hook-or-api-function). ## Code of Conduct 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.