Skip to content

Commit 5dddf5e

Browse files
Merge pull request #284589 from nzthiago/main
Updating Premium function region limits and adding new sample to Functions scenarios
2 parents 10470f9 + 836d8d3 commit 5dddf5e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/azure-functions/functions-premium-plan.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,12 @@ These are the currently supported maximum scale-out values for a single plan in
249249
|Canada Central| 100 | 100 |
250250
|Central India| 100 | 20 |
251251
|Central US| 100 | 100 |
252-
|China East 2| 100 | 20 |
253-
|China North 2| 100 | 20 |
252+
|China East 2| 20 | 20 |
253+
|China North 2| 20 | 20 |
254+
|China North 3| 20 | 20 |
254255
|East Asia| 100 | 20 |
255256
|East US | 100 | 100 |
256-
|East US 2| 100 | 100 |
257+
|East US 2| 80 | 100 |
257258
|France Central| 100 | 60 |
258259
|Germany West Central| 100 | 20 |
259260
|Israel Central| 100 | 20 |
@@ -278,9 +279,9 @@ These are the currently supported maximum scale-out values for a single plan in
278279
|UAE North| 100 | 20 |
279280
|UK South| 100 | 100 |
280281
|UK West| 100 | 20 |
281-
|USGov Arizona| 100 | 20 |
282-
|USGov Texas| 100 | Not Available |
283-
|USGov Virginia| 100 | 20 |
282+
|USGov Arizona| 20 | 20 |
283+
|USGov Texas| 20 | Not Available |
284+
|USGov Virginia| 80 | 20 |
284285
|West Central US| 100 | 20 |
285286
|West Europe| 100 | 100 |
286287
|West India| 100 | 20 |

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)