Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 22, 2025

This PR adds a reference to the FSharp.Azure.Blob library as an F#-friendly alternative in the Azure Blob Storage F# documentation. The library provides a more idiomatic F# API for working with Azure Blob Storage compared to using the standard .NET Azure Storage Client Library directly.

Changes Made

  • Added a NOTE-style alert about the FSharp.Azure.Blob library to docs/fsharp/using-fsharp-on-azure/blob-storage.md
  • The alert is strategically placed after the introduction but before prerequisites to ensure visibility
  • Includes a link to the FSharp.Azure.Blob repository
  • Explains the benefits of using F#-specific patterns and functions for blob operations

This enhancement helps F# developers discover community-maintained tooling that can make Azure Blob Storage operations more natural and idiomatic in F# code, while preserving the existing tutorial content that demonstrates the standard .NET approach.

Fixes #20719.

Warning

https://api.github.com/repos/random82/FSharp.Azure.Blob

  • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.


Internal previews

📄 File 🔗 Preview link
docs/fsharp/using-fsharp-on-azure/blob-storage.md Get started with Azure Blob Storage using F#

@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Sep 22, 2025
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Tool suggest for working with Azure Blobs in F# Add F#-friendly alternative suggestion to Azure Blob Storage documentation Sep 22, 2025
@Copilot Copilot AI requested a review from BillWagner September 22, 2025 21:05
Copilot finished work on behalf of BillWagner September 22, 2025 21:05
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

@copilot I have one suggestion here for you to make.

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
@Copilot Copilot AI requested a review from BillWagner September 23, 2025 13:27
Copilot finished work on behalf of BillWagner September 23, 2025 13:27
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

This is ready for final review.

@BillWagner BillWagner marked this pull request as ready for review September 23, 2025 13:30
@BillWagner BillWagner requested review from a team as code owners September 23, 2025 13:30
@BillWagner BillWagner requested a review from gewarren September 23, 2025 13:30
@BillWagner BillWagner merged commit 70372ad into main Sep 24, 2025
10 checks passed
@BillWagner BillWagner deleted the copilot/fix-20719 branch September 24, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-fsharp/svc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tool suggest for working with Azure Blobs in F#
3 participants