Skip to content

Commit 6f1f9af

Browse files
authored
Merge pull request #97406 from PramodValavala-MSFT/patch-82
(AzureCXP) fix link to BlobAttribute.cs
2 parents 0962338 + ac038d3 commit 6f1f9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public static class IBinderExample
364364
}
365365
```
366366

367-
[BlobAttribute](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs/BlobAttribute.cs)
367+
[BlobAttribute](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs.Extensions.Storage/Blobs/BlobAttribute.cs)
368368
defines the [Storage blob](functions-bindings-storage-blob.md) input or output binding, and
369369
[TextWriter](/dotnet/api/system.io.textwriter) is a supported output binding type.
370370

0 commit comments

Comments
 (0)