Showing category results for Azure SQL

Nov 28, 2023
Post comments count0
Post likes count1

Data API builder 0.9.7 Released

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...

Azure SQLData API builder
Nov 15, 2023
Post comments count1
Post likes count5

Vector Search with Azure SQL Database

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 15, 2023
Post comments count2
Post likes count5

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

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 8, 2023
Post comments count0
Post likes count1

Azure SQL Database Elastic Jobs preview refresh

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 significantly enh...

Azure SQL
Oct 27, 2023
Post comments count2
Post likes count4

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

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 ov...

Azure SQL
Oct 24, 2023
Post comments count4
Post likes count1

OpenAPI for your Azure SQL database

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 i...

Azure SQLData API builderREST
Oct 18, 2023
Post comments count1
Post likes count8

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

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 the ...

Azure SQLData API builderOpenAI
Oct 4, 2023
Post comments count0
Post likes count0

Creating a Kubernetes Application for Azure SQL Database

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, dev...

Azure SQLRESTPython
Sep 27, 2023
Post comments count5
Post likes count14

New Azure SQL Database free offer

Nils Pohlmann

We are excited to announce the public preview of the new Azure SQL Database free offer that gives you a fully featured Azure SQL serverless database with a free amount of 100,000 vCore seconds of compute and 32 GB of storage plus 32 GB of backup storage every month, for the lifetime of your subscription. This offer is available for one database p...

Azure SQL
Sep 25, 2023
Post comments count0
Post likes count1

Generate images with Azure OpenAI Service (DALL-E) and Azure SQL Database

Brian Spendolini

Following on the series of OpenAI posts I have done recently, here is a quick how-to on using DALL-E with External REST endpoint invocation in the Azure SQL Database. Using the OpenAI service in Azure, we can use the image generation REST endpoints to create new and wonderful images such as, if you remember, the cat in the data center. So ho...

Azure SQLOpenAIREST