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.
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.
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.
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.
Last updated: 2023-08-01 | Category: Security