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