# 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/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/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.
