> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# EasyAFSqlAzureConfiguration

> Provides Entity Framework 6 configuration optimized for SQL Azure connections. Configures Microsoft.Data.SqlClient provider and Azure-specific execution stra...

## Definition

**Assembly:** CloudNimble.EasyAF.Data.EF6.dll

**Namespace:** CloudNimble.EasyAF.Data

**Inheritance:** System.Data.Entity.DbConfiguration

## Syntax

```csharp theme={"dark"}
CloudNimble.EasyAF.Data.EasyAFSqlAzureConfiguration
```

## Summary

Provides Entity Framework 6 configuration optimized for SQL Azure connections.
Configures Microsoft.Data.SqlClient provider and Azure-specific execution strategy for improved reliability.

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#E0EC32" size={24} className="mr-2" /> .ctor

Initializes a new instance of the EasyAFSqlAzureConfiguration class.
Configures the SQL provider factory, services, and execution strategy for SQL Azure.

#### Syntax

```csharp theme={"dark"}
public EasyAFSqlAzureConfiguration()
```
