AzureClientServiceCollectionExtensions.AddAzureClients Method

Definition

Adds the IAzureClientFactory<TClient> and related services to the IServiceCollection. Azure SDK log forwarding to ILogger is enabled once the configured client is created.

C#
public static void AddAzureClients(this Microsoft.Extensions.DependencyInjection.IServiceCollection collection, Action<Microsoft.Extensions.Azure.AzureClientFactoryBuilder> configureClients);

Parameters

configureClients
Action<AzureClientFactoryBuilder>

An AzureClientFactoryBuilder that can be used to configure the client.

Applies to

Product Versies
Azure SDK for .NET Latest