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.
2 parents 0962338 + ac038d3 commit 6f1f9afCopy full SHA for 6f1f9af
articles/azure-functions/functions-dotnet-class-library.md
@@ -364,7 +364,7 @@ public static class IBinderExample
364
}
365
```
366
367
-[BlobAttribute](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs/BlobAttribute.cs)
+[BlobAttribute](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs.Extensions.Storage/Blobs/BlobAttribute.cs)
368
defines the [Storage blob](functions-bindings-storage-blob.md) input or output binding, and
369
[TextWriter](/dotnet/api/system.io.textwriter) is a supported output binding type.
370
0 commit comments