Skip to content

Document BLOB storage provider selection#25785

Open
enisn wants to merge 1 commit into
rel-10.5from
enisn/blob-storing-provider-docs-20260708
Open

Document BLOB storage provider selection#25785
enisn wants to merge 1 commit into
rel-10.5from
enisn/blob-storing-provider-docs-20260708

Conversation

@enisn

@enisn enisn commented Jul 8, 2026

Copy link
Copy Markdown
Member

Documents the ABP Studio and CLI options for database, file-system, and manual BLOB Storing provider selection in solution template docs.

Documents the ABP Studio and CLI options for database, file-system, and manual BLOB Storing provider selection in solution template docs.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the solution template documentation to explain how a BLOB storage provider (database, file system, or manual) is selected when creating ABP solutions, aiming to guide users through ABP Studio/CLI-based setup choices.

Changes:

  • Added a new “Provider Selection” section to the single-layer, layered, and microservice solution template BLOB storing docs.
  • Adjusted markdown formatting for the File Management screenshot in the single-layer and microservice docs.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
docs/en/solution-templates/single-layer-web-application/blob-storing.md Adds provider selection guidance; adjusts File Management image formatting.
docs/en/solution-templates/microservice/blob-storing.md Adds provider selection guidance; adjusts File Management image formatting.
docs/en/solution-templates/layered-web-application/blob-storing.md Adds provider selection guidance.


## Provider Selection

The Database Provider is selected by default. In ABP Studio, use the BLOB Storing step to keep database storage, configure the [File System Provider](../../framework/infrastructure/blob-storing/file-system.md), or choose manual configuration for another provider. In the CLI, pass `--blob-storage database`, `--blob-storage file-system`, or `--blob-storage manual`. When using file-system storage, pass `--blob-storage-path <path>` to set the base path; otherwise, `./BlobStoring` is used.

## Provider Selection

The Database Provider is selected by default. In ABP Studio, use the BLOB Storing step to keep database storage, configure the [File System Provider](../../framework/infrastructure/blob-storing/file-system.md), or choose manual configuration for another provider. In the CLI, pass `--blob-storage database`, `--blob-storage file-system`, or `--blob-storage manual`. When using file-system storage, pass `--blob-storage-path <path>` to set the base path; otherwise, `./BlobStoring` is used.

## Provider Selection

The Database Provider is selected by default. In ABP Studio, use the BLOB Storing step to keep database storage, configure the [File System Provider](../../framework/infrastructure/blob-storing/file-system.md), or choose manual configuration for another provider. In the CLI, pass `--blob-storage database`, `--blob-storage file-system`, or `--blob-storage manual`. When using file-system storage, pass `--blob-storage-path <path>` to set the base path; otherwise, `./BlobStoring` is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants