Showing results for automation - Azure SQL Devs’ Corner

May 15, 2023
0
3

Implement Change Data Streams with Azure SQL Database, Change Tracking, and Azure SQL Bindings

Brian Spendolini
Brian Spendolini

Building on my first Azure SQL Bindings blog post and taking inspiration from Drew Skwiers-Koballa's post on SQL Bindings, we are going to create a change data stream with Azure SQL Database. Now, usually, the first part of these blogs is a prerequisite section that goes over what you need to install locally to get started. From talking to many of ...

Azure SQLDevOps.NET
Dec 5, 2022
0
0

Connecting the Dots of Azure SQL CICD Part 3: Testing with tSQLt

Brian Spendolini
Brian Spendolini

In part 3 of our Azure SQL database change management (CICD) series we cover testing your code using tSQLt and GitHub Actions. Prerequisites Check Refer to part 1 and part 2 for the prerequisites. Fork the GitHub Project We will be using tSQLt in this post, so I have created a GitHub project made up of several SQL ...

Azure SQLDevOpsContainers
May 25, 2021
2
0

LAUNCH: Build serverless, full stack applications in Azure

Anna Hoffman
Anna Hoffman

Whether you’re new or seasoned to cloud, development, and SQL, building and architecting applications in the cloud has become a required skill for many roles. Today, we’re excited to announce a new learning path to help developers of all skill levels learn how to create applications quickly and effectively with Azure.

PythonAzure SQLDevOps
Dec 3, 2020
1

Autoscaling with Azure SQL Hyperscale

Davide Mauri
Davide Mauri

Azure SQL Hyperscale is the latest architectural evolution of Azure SQL, which has been natively designed to take advantage of the cloud. One of the main key features of this new architecture is the complete separation of Compute Nodes and Storage Nodes. This allows for the independent scale of each service, making Hyperscale more flexible and ...

Azure SQL.NET
Aug 31, 2020
0
0

Azure SQL & .bacpac the easy way

Davide Mauri
Davide Mauri

Restoring an Azure SQL database in one - well three - simple scripts: one with Powershell, one with AZ CLI + Bash and one using the ubiquitous SqlPackage

Azure SQLDevOps