# AzureQueueStreamProviderBuilder.Configure(IClientBuilder, string, IConfigurationSection)

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

[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.
