Skip to content

Commit 8d5ff09

Browse files
CopilotBillWagner
andcommitted
Convert F#-friendly alternatives section to NOTE style alert
Co-authored-by: BillWagner <[email protected]>
1 parent 0d3b4f1 commit 8d5ff09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ 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-
## F#-friendly alternatives
17-
18-
While this article uses the standard Azure Storage Client Library for .NET, F# developers might also 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 F#-friendly functions and patterns that can make blob operations more natural for F# developers.
16+
> [!NOTE]
17+
> While this article uses the standard Azure Storage Client Library for .NET, F# developers might also 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 F#-friendly functions and patterns that can make blob operations more natural for F# developers.
1918
2019
## Prerequisites
2120

0 commit comments

Comments
 (0)