You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="formatter">Use a Serilog ITextFormatter such as CompactJsonFormatter to store object in data column of Azure blob</param>
528
+
/// <param name="managedIdentityClientId">Specifies the client id of the Azure ManagedIdentity in the case of user assigned identity.</param>
528
529
/// <param name="storageAccountUri">The Cloud Storage Account Uri to use to authenticate using Azure Identity</param>
529
530
/// <param name="restrictedToMinimumLevel">The minimum log event level required in order to write an event to the sink.</param>
530
531
/// <param name="storageContainerName">Container where the log entries will be written to.</param>
@@ -536,14 +537,13 @@ public static LoggerConfiguration AzureBlobStorage(this LoggerSinkConfiguration
536
537
/// <param name="contentType">The content type to use for the Azure Append Blob. The default is text/plain.</param>
537
538
/// <param name="blobSizeLimitBytes">The maximum file size to allow before a new one is rolled, expressed in bytes.</param>
538
539
/// <param name="retainedBlobCountLimit">The number of latest blobs to be retained in the container always. Deletes older blobs when this limit is crossed.</param>
539
-
/// <param name="managedIdentityClientId">Specifies the client id of the Azure ManagedIdentity in the case of user assigned identity.</param>
540
540
/// <param name="useUtcTimeZone">Use UTC Timezone for logging events.</param>
541
541
/// <returns>Logger configuration, allowing configuration to continue.</returns>
542
542
/// <exception cref="ArgumentNullException">A required parameter is null.</exception>
/// <param name="storageAccountUri">The Cloud Storage Account Uri to use to authenticate using Azure Identity</param>
613
+
/// <param name="managedIdentityClientId">Specifies the client id of the Azure ManagedIdentity in the case of user assigned identity.</param>
613
614
/// <param name="restrictedToMinimumLevel">The minimum log event level required in order to write an event to the sink.</param>
614
615
/// <param name="storageContainerName">Container where the log entries will be written to.</param>
615
616
/// <param name="storageFileName">File name that log entries will be written to.</param>
@@ -622,13 +623,12 @@ public static LoggerConfiguration AzureBlobStorage(this LoggerSinkConfiguration
622
623
/// <param name="contentType">The content type to use for the Azure Append Blob. The default is text/plain.</param>
623
624
/// <param name="blobSizeLimitBytes">The maximum file size to allow before a new one is rolled, expressed in bytes.</param>
624
625
/// <param name="retainedBlobCountLimit">The number of latest blobs to be retained in the container always. Deletes older blobs when this limit is crossed.</param>
625
-
/// <param name="managedIdentityClientId">Specifies the client id of the Azure ManagedIdentity in the case of user assigned identity.</param>
626
626
/// <param name="useUtcTimeZone">Use UTC Timezone for logging events.</param>
627
627
/// <returns>Logger configuration, allowing configuration to continue.</returns>
628
628
/// <exception cref="ArgumentNullException">A required parameter is null.</exception>
0 commit comments