Skip to content

Commit c48aada

Browse files
committed
added more samples
1 parent c0f4d54 commit c48aada

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

db/samples/sample-data.sql

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -376,19 +376,23 @@ exec dbo.add_sample '
376376
}
377377
';
378378

379-
exec dbo.add_sample '
380-
{
381-
"name": "Live360 2024 Orlando Demos",
382-
"description": "Samples and demos used in the Live360 2024 Orlando conference for the following sessions",
383-
"url": "https://github.com/yorek/live360-2024-orlando",
379+
exec dbo.add_sample '{
380+
"name": "Live360 2024 Orlando Demos",
381+
"description": "Samples and demos used in the Live360 2024 Orlando conference for the following sessions",
382+
"notes": "The samples covers the two sessions: \"DPW07 Azure SQL loves Open AI\" and \"How to Build Secure and Scalable Applications with Microsoft SQL Using the Power of AI\" and also the workshop \"The SQL AI Workshop\". The samples shows how to build chatbots and RAG applications and also NL2SQL solutions. They also cover how to connect to Azure SQL database using a passwordless approach for maximum security and easy of use, using Entra ID for authentication. Row-Level Security is also shown in the example.",
384383
"details": {
385384
"author": "Davide Mauri",
386-
"languages": ["T-SQL"],
385+
"languages": [
386+
"T-SQL"
387+
],
387388
"license": "MIT",
388-
"services": ["Azure SQL"]
389-
}
390-
}
391-
';
389+
"services": [
390+
"Azure SQL",
391+
"Azure Functions"
392+
]
393+
},
394+
"url": "https://github.com/yorek/live360-2024-orlando"
395+
}';
392396
select * from dbo.samples
393397
--where [url] like '%kmeans%'
394398

0 commit comments

Comments
 (0)