We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ec1d3 commit 2eb6209Copy full SHA for 2eb6209
docs/fsharp/using-fsharp-on-azure/blob-storage.md
@@ -2,7 +2,7 @@
2
title: Get started with Azure Blob Storage using F#
3
description: Store unstructured data in the cloud with Azure Blob Storage.
4
author: sylvanc
5
-ms.date: 09/17/2024
+ms.date: 10/02/2025
6
ms.custom: "devx-track-fsharp"
7
ai-usage: ai-assisted
8
---
samples/snippets/fsharp/azure/blob-storage.fsx
@@ -1,3 +1,6 @@
1
+// This sample uses the modern Azure.Storage.Blobs package.
+// Do not use the deprecated WindowsAzure.Storage or Microsoft.Azure.Storage.Blob packages.
+
open System
open System.IO
open Azure.Storage.Blobs // Namespace for Blob storage types
0 commit comments