Featured Samples

Deploy and Configure Azure SQL Database with Bicep

Learn how to automate the deployment of Azure SQL Database using Bicep templates, including server, database, and firewall rules.

Bicep ARM Templates Deployment Automation Infrastructure as Code
Last updated: 2023-10-27 | Category: Deployment

Connect to Azure SQL Database from .NET Core

A comprehensive guide with code examples showing how to securely connect to your Azure SQL Database using Entity Framework Core in a .NET Core application.

C# .NET Core EF Core Data Access Security
Last updated: 2023-10-20 | Category: Application Development

Query Performance Tuning with Query Store

Demonstrates how to use Azure SQL Database's Query Store feature to identify and tune performance bottlenecks in your SQL queries.

Performance Tuning Query Store SQL Query Optimization Monitoring
Last updated: 2023-09-15 | Category: Performance

Implementing Row-Level Security

Explore best practices and sample T-SQL code for implementing Row-Level Security (RLS) in Azure SQL Database to control data access.

T-SQL Security Row-Level Security Access Control
Last updated: 2023-08-01 | Category: Security