[DB-1639]: Azure Blob support for KDB Archiving Feature#5296
Merged
Conversation
shaan1337
reviewed
Oct 9, 2025
| <PackageVersion Include="Extensions.MudBlazor.StaticInput" Version="3.2.1" /> | ||
| <PackageVersion Include="FluentAssertions" Version="6.12.2" /> | ||
| <PackageVersion Include="FluentAssertions.Analyzers" Version="0.34.1" /> | ||
| <PackageVersion Include="FluentAssertions.Analyzers" Version="0.33.0" /> |
Member
There was a problem hiding this comment.
is the version downgrade intentional? (the new version was probably added to master recently)
Contributor
Author
There was a problem hiding this comment.
Yes, it's intentional. I have incompatibility problems with my local .NET SDK 8.
shaan1337
reviewed
Oct 9, 2025
Deploying eventstore with
|
| Latest commit: |
08e72b3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ffc22c62.eventstore.pages.dev |
| Branch Preview URL: | https://sakno-archive-azure.eventstore.pages.dev |
shaan1337
reviewed
Oct 10, 2025
shaan1337
reviewed
Oct 10, 2025
shaan1337
reviewed
Oct 10, 2025
shaan1337
reviewed
Oct 10, 2025
Note: some code paths are not currently possible due to the way the options are parsed. they have been added for consistency with the `StorageType` enum
shaan1337
reviewed
Oct 13, 2025
shaan1337
approved these changes
Oct 13, 2025
Member
There was a problem hiding this comment.
Looks good to me!
I've tested only with
Authentication: Default (using Azure CLI) and
Authentication: ConnectionString
Example configs:
ConnectionStringauthentication
StorageType: Azure
Azure:
Container: archiver-unit-tests
Authentication: ConnectionString
ConnectionStringOrServiceUrl: DefaultEndpointsProtocol=https;AccountName=archiverunittests;AccountKey=<Account Key>;EndpointSuffix=core.windows.net
Defaultauthentication + Azure CLI
StorageType: Azure
Azure:
Container: archiver-unit-tests
Authentication: Default
ConnectionStringOrServiceUrl: https://archiverunittests.blob.core.windows.net/
This requires logging in with Azure CLI on the machine:
$ az login
and setting the required permissions for the user to be able to read/write to the container:
az role assignment create \
--assignee <your-user-email-or-object-id> \
--role "Storage Blob Data Contributor" \
--scope /subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/Microsoft.Storage/storageAccounts/<storage-account-name>
(You'll need to logout and login again to the Azure CLI after applying the permissions)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed: Added Azure provider to store database archived transaction log files