Showing results for September 2023 - Azure SQL Devs’ Corner

Sep 27, 2023
5
13

New Azure SQL Database free offer

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

Azure SQL
Sep 25, 2023
0
1

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

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

Azure SQLRESTOpenAI
Sep 20, 2023
2
3

Data API builder Now Supports ENV Files

Jerry Nixon
Jerry Nixon

In September, Data API builder (DAB) revved with some great new features. In this article we’ll talk about controlling environment variables with ENV files. What is Data API builder? DAB is an open source, cross-platform engine that creates instant REST & GraphQL APIs for your database - MySQL, Postgres, Cosmos DB or Microsoft SQL. Without any code, DAB uses only a JSON configuration file that explains how to access your data and what objects to expose.

Azure SQLData API builder
Sep 5, 2023
0
2

Using OpenAI REST Endpoints with Azure SQL Database

Brian Spendolini
Brian Spendolini

Everyone loves OpenAI these days as it can do some amazing things. Here, I asked it to create a picture of a cat in a data center: (Go ahead and click the image to see a bigger version of this nightmare fuel) Incredible!!!! But how can we use OpenAI in real world applications and scenarios with Azure SQL Database? Using OpenAI with the ...

Azure SQL