Skip to content

Commit d1c5d9f

Browse files
committed
Corrections in readme file
1 parent 8a86a7f commit d1c5d9f

File tree

1 file changed

+2
-4
lines changed
  • samples/features/json/azure-function-rest-api

1 file changed

+2
-4
lines changed

samples/features/json/azure-function-rest-api/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ To run this sample, you need to download source code from SQL Server GitHub acco
3535

3636
1. Create Azure SQL Database using Azure Portal, SQL Server Management Studio, or other tools.
3737

38-
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.
39-
4038
### Setup Azure Function
4139

4240
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
7371
## Related Links
7472

7573
You can find more information about the technologies that are used in this sample on these locations:
76-
- [Azure SQL Database]().
77-
- [Azure Functions]().
74+
- [JSON support in Azure SQL Database](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-json-features).
75+
- [Webhooks in Azure Functions](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-a-web-hook-or-api-function).
7876

7977
## Code of Conduct
8078
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.

0 commit comments

Comments
 (0)