Skip to content

Commit 2eb6209

Browse files
CopilotBillWagner
andcommitted
Update sample comment and article date per feedback
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
1 parent 17ec1d3 commit 2eb6209

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Get started with Azure Blob Storage using F#
33
description: Store unstructured data in the cloud with Azure Blob Storage.
44
author: sylvanc
5-
ms.date: 09/17/2024
5+
ms.date: 10/02/2025
66
ms.custom: "devx-track-fsharp"
77
ai-usage: ai-assisted
88
---

samples/snippets/fsharp/azure/blob-storage.fsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This sample uses the modern Azure.Storage.Blobs package.
2+
// Do not use the deprecated WindowsAzure.Storage or Microsoft.Azure.Storage.Blob packages.
3+
14
open System
25
open System.IO
36
open Azure.Storage.Blobs // Namespace for Blob storage types

0 commit comments

Comments
 (0)