Skip to content

Commit 70372ad

Browse files
CopilotBillWagner
andauthored
Add F#-friendly alternative suggestion to Azure Blob Storage documentation (#48666)
* Initial plan * Add F#-friendly alternative suggestion for Azure Blob Storage Co-authored-by: BillWagner <[email protected]> * Convert F#-friendly alternatives section to NOTE style alert Co-authored-by: BillWagner <[email protected]> * Apply suggestion from @BillWagner --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: Bill Wagner <[email protected]>
1 parent 697b657 commit 70372ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/fsharp/using-fsharp-on-azure/blob-storage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ This article shows you how to perform common tasks using Blob storage. The sampl
1313

1414
For a conceptual overview of blob storage, see [the .NET guide for blob storage](/azure/storage/blobs/storage-quickstart-blobs-dotnet). For ease, these tutorials use [connection strings](/azure/storage/storage-configure-connection-string) to authenticate with Azure. For optimal security, you should use Microsoft Entra ID with [managed identities](/entra/identity/managed-identities-azure-resources/).
1515

16+
> [!NOTE]
17+
> This article uses the standard Azure Storage Client Library for .NET. F# developers might consider the [FSharp.Azure.Blob](https://github.com/random82/FSharp.Azure.Blob) library, which provides a more idiomatic F# API for working with Azure Blob Storage. This community library offers idiomatic F# functions and patterns that make blob operations more natural in F#.
18+
1619
## Prerequisites
1720

1821
To use this guide, you must first [create an Azure storage account](/azure/storage/common/storage-account-create). You also need your storage access key for this account.

0 commit comments

Comments
 (0)