Showing results for November 2022 - Azure SQL Devs’ Corner

Nov 16, 2022
28
7

Azure SQL Database External REST Endpoints Integration Public Preview

Davide Mauri
Davide Mauri

The ability to call a REST endpoint natively from Azure SQL Database, which was made available via an Early Adopter Preview in May, is now moving to Public Preview. I'm extremely happy that as of today the new system stored procedure is available to everyone, automatically and transparently: you can use it right away, from any Azure SQL ...

Azure SQL
Nov 14, 2022
0
1

Maximizing Azure SQL Database performance with a globally distributed Redis write-behind cache

Shreya Verma Abhiman Tiwari
Shreya,
Abhiman

Azure SQL Database is a fully managed platform as a service (PaaS) relational database service. With Azure SQL Database, you can create a highly available and high-performance data storage layer for the applications and solutions in Azure. SQL Database can be the right choice for a variety of modern cloud applications because it enables you to ...

Azure SQL.NETRedis
Nov 7, 2022
0
1

Connecting the Dots of Azure SQL CICD Part 2: Local Development

Brian Spendolini
Brian Spendolini

Join us for part two of our Azure SQL database change management (CICD) series. This post covers local development environments with Visual Studio Code. Prerequisites Check For Database Projects to deploy correctly, we need to have the .NET Core SDK installed. You can get it here with a direct link for windows x64 here. You can also check...

Azure SQLDevOpsContainers