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: db/samples/sample-data.sql
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -484,10 +484,29 @@ exec dbo.add_sample '
484
484
';
485
485
GO
486
486
487
+
execdbo.add_sample'
488
+
{
489
+
"name": "Modernize applications with Azure SQL, Open AI and Data API builder",
490
+
"description": "This repository contains a sample application and scripts to demonstrate how to migrate and modernize your applications with Azure SQL and AI, without the need to change your application code and taking advantage of Data API builder to create a modern data access layer.",
491
+
"notes": "Help customers to modernize applications without changing code, using RAG pattern and embeddings",
0 commit comments