# AzureQueueStreamConfiguratorExtensions Methods

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

## ConfigureAzureQueue(IAzureQueueStreamConfigurator, Action&lt;OptionsBuilder&lt;AzureQueueOptions&gt;&gt;) {#configureazurequeue-this-orleans-hosting-iazurequeuestreamconfigurator-system-ac-ecd8bc12}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.azurequeuestreamconfiguratorextensions/methods/configureazurequeue-this-orleans-hosting-iazurequeuestreamconfigurator-system-ac-ecd8bc12/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L17-L18)

```csharp
public static void ConfigureAzureQueue(this IAzureQueueStreamConfigurator configurator, Action<OptionsBuilder<AzureQueueOptions>> configureOptions)
```

### Parameters

- `configurator` (`IAzureQueueStreamConfigurator`)
- `configureOptions` (`Action<OptionsBuilder<AzureQueueOptions>>`)

## ConfigureQueueDataAdapter(IAzureQueueStreamConfigurator, Func&lt;IServiceProvider, string, IQueueDataAdapter&lt;string, IBatchContainer&gt;&gt;) {#configurequeuedataadapter-this-orleans-hosting-iazurequeuestreamconfigurator-sys-f57cfcc7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.azurequeuestreamconfiguratorextensions/methods/configurequeuedataadapter-this-orleans-hosting-iazurequeuestreamconfigurator-sys-f57cfcc7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L22-L23)

```csharp
public static void ConfigureQueueDataAdapter(this IAzureQueueStreamConfigurator configurator, Func<IServiceProvider, string, IQueueDataAdapter<string, IBatchContainer>> factory)
```

### Parameters

- `configurator` (`IAzureQueueStreamConfigurator`)
- `factory` (`Func<IServiceProvider, string, IQueueDataAdapter<string, IBatchContainer>>`)

## ConfigureQueueDataAdapter(IAzureQueueStreamConfigurator) {#configurequeuedataadapter-1-this-orleans-hosting-iazurequeuestreamconfigurator-dc8b8675}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.azurequeuestreamconfiguratorextensions/methods/configurequeuedataadapter-1-this-orleans-hosting-iazurequeuestreamconfigurator-dc8b8675/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L28-L29)

```csharp
public static void ConfigureQueueDataAdapter<TQueueDataAdapter>(this IAzureQueueStreamConfigurator configurator)
```

### Parameters

- `configurator` (`IAzureQueueStreamConfigurator`)
