# AzureStorageReminderSiloBuilderExtensions.UseAzureTableReminderService(ISiloBuilder, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.hosting.azurestorageremindersilobuilderextensions/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.hosting.azurestorageremindersilobuilderextensions/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Reminders.AzureStorage/AzureStorageReminderSiloBuilderReminderExtensions.cs#L62-L73)

```csharp
public static ISiloBuilder UseAzureTableReminderService(this ISiloBuilder builder, string connectionString)
```

Adds reminder storage backed by Azure Table Storage.

### Parameters

- `builder` (`ISiloBuilder`): The builder.
- `connectionString` (`string`): The storage connection string.

### Returns

The provided [ISiloBuilder](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.hosting.isilobuilder/), for chaining.
