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
| ImageStorageProvider | string | Currently only supports `Azure` for Azure Blob Storage. |
24
24
| AuthenticationMode | string | Authentication method - either `Default` for Microsoft Entra ID or `ConnectionString` for connection string auth |
25
-
| ConnectionString | string | Azure Storage connection string (only used when AuthenticationMode is `ConnectionString`) |
26
-
| ServiceUrl | string | Azure Blob Storage service URL (only used when AuthenticationMode is `Default`) |
25
+
| ConnectionString | string | Azure Storage connection string (only used and mandatory when AuthenticationMode is `ConnectionString`) |
26
+
| ServiceUrl | string | Azure Blob Storage service URL (only used and mandatory when AuthenticationMode is `Default`) |
27
27
| ContainerName | string | Name of the Azure Storage container to store uploaded files. |
28
28
| CdnEndpoint | string | Optional CDN endpoint to use for uploaded images. If set, the blog will return this URL instead of the storage account URL for uploaded assets. |
0 commit comments