You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/json/azure-function-rest-api/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,6 @@ To run this sample, you need to download source code from SQL Server GitHub acco
35
35
36
36
1. Create Azure SQL Database using Azure Portal, SQL Server Management Studio, or other tools.
37
37
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
-
40
38
### Setup Azure Function
41
39
42
40
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
73
71
## Related Links
74
72
75
73
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).
78
76
79
77
## Code of Conduct
80
78
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.
0 commit comments