Skip to content

New-DbaDatabase - Support Azure Blob Storage paths for data and log files#10315

Merged
potatoqualitee merged 1 commit into
developmentfrom
claude/issue-6061-20260405-0833
Apr 5, 2026
Merged

New-DbaDatabase - Support Azure Blob Storage paths for data and log files#10315
potatoqualitee merged 1 commit into
developmentfrom
claude/issue-6061-20260405-0833

Conversation

@andreasjordan
Copy link
Copy Markdown
Collaborator

Skip filesystem directory creation and use forward-slash separator when DataFilePath or LogFilePath is an Azure Blob Storage URL (https://...). Also trim trailing separators before concatenating file names to prevent double-separator paths.

Closes #6061

Generated with Claude Code

…iles

Skip filesystem directory creation and use forward-slash separator when
DataFilePath or LogFilePath is an Azure Blob Storage URL (https://...).
Also trim trailing separators before concatenating file names to prevent
double-separator paths.

Fixes #6061

(do New-DbaDatabase)

Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>
@potatoqualitee potatoqualitee merged commit 1662d73 into development Apr 5, 2026
15 checks passed
@potatoqualitee potatoqualitee deleted the claude/issue-6061-20260405-0833 branch April 5, 2026 21:07
@potatoqualitee
Copy link
Copy Markdown
Member

very nice, thank you 🙏🏼

potatoqualitee added a commit that referenced this pull request Apr 10, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot create new database on Azure Blob Storage (IaaS)

2 participants