Showing results for October 2023 - Azure SQL Devs’ Corner

Oct 27, 2023
2
4

Build your API with DAB. Build your client with Kiota!

Jerry Nixon
Jerry Nixon

Project Kiota is a code generation engine from Microsoft that reads the OpenAPI specification emitted from any REST endpoint and then creates reusable client code in CSharp, Go, Java, PHP, Python, Ruby, Swift, and TypeScript. Kiota is a byproduct of Microsoft Graph, a sophisticated REST endpoint that required developers to write boilerplate code ...

Azure SQL
Oct 24, 2023
4
1

OpenAPI for your Azure SQL database

Davide Mauri
Davide Mauri

A recent and exciting feature of Data API builder (you may have learned about Data API builder from my previous article, as I used it to quickly make a stored procedure and a table available as REST endpoint to easily integrate with OpenAI) is the compatibility with OpenAPI specifications and Swagger. This was a highly demanded feature, and it is ...

Azure SQLRESTData API builder
Oct 18, 2023
1
8

How I built a session recommender in 1 hour using Open AI

Davide Mauri
Davide Mauri

As a developer, I often attend conferences to learn new skills and network with other professionals. However, conferences can be overwhelming, especially when they offer dozens of sessions on different topics. How can I decide which ones are worth my time and attention? That's why I decided to use OpenAI to create a tool that can help me find ...

Azure SQLOpenAIData API builder
Oct 4, 2023
0
0

Creating a Kubernetes Application for Azure SQL Database

Buck Woody
Buck Woody

Creating a Kubernetes Application for Azure SQL Database Buck Woody, Principal Applied Data Scientist, Microsoft Modern application development has several challenges. From selecting a "stack" of front-end through data storage and processing from several competing standards, through ensuring the highest levels of security and performance, ...

Azure SQLPythonREST