AddAzureBlobGrainStorage(IServiceCollection, string, Action<OptionsBuilder<AzureBlobStorageOptions>>)
staticextension
public static IServiceCollection AddAzureBlobGrainStorage(this IServiceCollection services, string name, Action<OptionsBuilder<AzureBlobStorageOptions>> configureOptions = null) Configure silo to use azure blob storage for grain storage.
Parameters
servicesIServiceCollectionnamestringconfigureOptionsAction<OptionsBuilder<AzureBlobStorageOptions>>
