Christoph Raab

All about DevOps...

CheatSheet
cheatsheet/azure/azuresql

azureSQL - Server und Datenbanken

Konfiguration Best Practice

MAXDOP

MAXDOP should match number of vCores.

ALTER DATABASE SCOPED CONFIGURATION SET MAXDOP = 4;

Reference

Idle Connection Settings

Idle by the Azure SQL Gateway, where TCP keepalive messages might be occurring (making the connection not idle from a TCP perspective), but not had an active query in 30 minutes. In this scenario, the Gateway will determine that the TDS connection is idle at 30 minutes and terminate the connection.

Reference

So pooled connections should be marked idle after max of 30 minutes. More on Connection Pools with AzureSQL

main features

Share Responsibility für PaaS

Pricing Models

Vor-/Nachteile