Skip to content

Commit 836d8d3

Browse files
committed
Adding PDF to Text blob sample to the list of scenarios
1 parent 3f17b4f commit 836d8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-scenarios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For example, in a retail solution, a partner system can submit product catalog i
2424
[ ![Diagram of a file upload process using Azure Functions.](./media/functions-scenarios/process-file-uploads.png) ](./media/functions-scenarios/process-file-uploads-expanded.png#lightbox)
2525

2626

27-
The following tutorials use an Event Grid trigger to process files in a blob container:
27+
The following tutorials use a Blob trigger (Event Grid based) to process files in a blob container:
2828

2929
::: zone pivot="programming-language-csharp"
3030

@@ -50,6 +50,7 @@ public static async Task Run([BlobTrigger("catalog-uploads/{name}", Source = Blo
5050
}
5151
```
5252

53+
+ [Event-based Blob storage triggered function that converts PDF documents to text at scale](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/tree/main/E2E/BLOB-PDF)
5354
+ [Upload and analyze a file with Azure Functions and Blob Storage](../storage/blobs/blob-upload-function-trigger.md?tabs=dotnet)
5455
+ [Automate resizing uploaded images using Event Grid](../event-grid/resize-images-on-storage-blob-upload-event.md?tabs=dotnet)
5556
+ [Trigger Azure Functions on blob containers using an event subscription](functions-event-grid-blob-trigger.md?pivots=programming-language-csharp)

0 commit comments

Comments
 (0)