# AzureQueueStreamProviderBuilder Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.azurequeuestreamproviderbuilder/)

## Configure(IClientBuilder, string, IConfigurationSection) {#configure-orleans-hosting-iclientbuilder-string-microsoft-extensions-configurati-e2cc3d5c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.azurequeuestreamproviderbuilder/methods/configure-orleans-hosting-iclientbuilder-string-microsoft-extensions-configurati-e2cc3d5c/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Hosting/AzureQueueStreamProviderBuilder.cs)

```csharp
public void Configure(IClientBuilder builder, string name, IConfigurationSection configurationSection)
```

Configures the provider.

### Parameters

- `builder` (`IClientBuilder`): The builder.
- `name` (`string`): The provider name, or `null` if no name is specified.
- `configurationSection` (`IConfigurationSection`): The configuration section containing provider configuration.

## Configure(ISiloBuilder, string, IConfigurationSection) {#configure-orleans-hosting-isilobuilder-string-microsoft-extensions-configuration-a79096d6}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.azurequeuestreamproviderbuilder/methods/configure-orleans-hosting-isilobuilder-string-microsoft-extensions-configuration-a79096d6/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Hosting/AzureQueueStreamProviderBuilder.cs)

```csharp
public void Configure(ISiloBuilder builder, string name, IConfigurationSection configurationSection)
```

Configures the provider.

### Parameters

- `builder` (`ISiloBuilder`): The builder.
- `name` (`string`): The provider name, or `null` if no name is specified.
- `configurationSection` (`IConfigurationSection`): The configuration section containing provider configuration.
