# withDefaultAzureSku

- Module: [Aspire.Hosting.Azure.Sql](/reference/api/typescript/aspire.hosting.azure.sql.md)
- Version: `13.4.0`
- Kind: `method`
- Source: [GitHub](https://github.com/microsoft/aspire)

Configures the Azure SQL Database to be deployed use the default SKU provided by Azure. Please be aware that the Azure default Sku might not take advantage of the free offer.

## Definition

```typescript
interface AzureSqlDatabaseResource {
  // ... omitted for brevity
  withDefaultAzureSku(): AzureSqlDatabaseResource
}
```

## Returns

[AzureSqlDatabaseResource](/reference/api/typescript/aspire.hosting.azure.sql/azuresqldatabaseresource.md) `builder`

## Applies to

- [AzureSqlDatabaseResource](/reference/api/typescript/aspire.hosting.azure.sql/azuresqldatabaseresource.md)
