Showing results for 2023 - Azure SQL Devs’ Corner

Dec 18, 2023
0
2

Relationship Advice from Data API builder

Jerry Nixon
Jerry Nixon

Data API builder exposes REST endpoints for MySQL, PostgreSQL, Cosmos DB, SQL Server and Azure SQL. REST (Representational State Transfer) endpoints allow developers to easily query a single table, view or stored procedure. However, Data API builder also exposes GraphQL endpoints. Like REST, GraphQL returns data, but unlike REST, GraphQL can return...

Azure SQL
Dec 12, 2023
0
2

Build your APIs with DAB using Containers – Part 1

Carlos Robles
Carlos Robles

Are you tired of spending countless hours building APIs from scratch? With Data API Builder (DAB), you can create your API in just minutes! All you need to do is create a JSON configuration file to describe your database entities (tables, views, stored procedures, or collections) from your Azure SQL Database, SQL Server, Cosmos DB, PostgreSQL, or ...

Azure SQLData API builder
Nov 30, 2023
0
0

Winter 2023 Service Update for External REST Endpoint Invocation

Brian Spendolini
Brian Spendolini

As December approaches, it's time for the winter 2023 update for External REST Endpoint Invocation. We have added four new Azure Service Endpoints: Bing Search, Azure Key Vault, Azure Communication Services, and Azure AI Search. Let's look at a few examples of using these new endpoints. Bing Search Endpoints Bing Seach has many useful API ...

Azure SQLRESTOpenAI
Nov 28, 2023
0
1

Data API builder 0.9.7 Released

Davide Mauri
Davide Mauri

There has been a lot of news and exciting announcements in the past days and Data API builder now join the long list of releases that you don't want to miss. Version 0.9.7 introduces some interesting features, especially around observability and logging, to make it easier to figure out what's going on behind the scenes. Enable Application Insights...

Data API builderAzure SQL
Nov 15, 2023
2
5

Announcing New Lower Price Tier for Cloud Native Applications on Azure SQL

Asad Khan
Asad Khan

Today we are announcing a new pricing tier for Azure SQL Database targeted at developers building cloud native applications. It is based on Azure SQL Database Hyperscale tier, which offers awesome cloud scalability with one of the lowest TCO in the industry. Azure SQL Database Hyperscale delivers outstanding performance and scalability through ...

Azure SQL
Nov 15, 2023
1
5

Vector Search with Azure SQL Database

Muazma Zahid
Muazma Zahid

With public preview of integrated vectorization, a ground-breaking capability of vector search in Azure AI Search (previously Azure Cognitive Search), you can do vector search with data stored in Azure SQL Database easily. This feature is designed to streamline the process of chunking, generating, storing, and querying vectors for vector search in ...

Azure SQL
Nov 8, 2023
0
1

Azure SQL Database Elastic Jobs preview refresh

Srini Acharya
Srini Acharya

We are very excited to announce a significant “refresh” to the current Azure SQL Database Elastic Jobs preview! This refresh brings several new capabilities that were highly requested by our customers during the current preview.  Main new capabilities added in this refresh include:  Azure portal has also been ...

Azure SQL
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