Skip to content

Commit 4b4e51e

Browse files
committed
Retried the tutorial as it used retired packages and versions
1 parent c405ed6 commit 4b4e51e

File tree

6 files changed

+10
-503
lines changed

6 files changed

+10
-503
lines changed

articles/event-grid/.openpublishing.redirection.event-grid.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "storage-upload-process-images.md",
5+
"redirect_url": "/azure/event-grid/blob-event-quickstart-portal",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "resize-images-on-storage-blob-upload-event.md",
10+
"redirect_url": "/azure/event-grid/blob-event-quickstart-portal",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path": "subscribe-to-microsoft-entra-id-events.md",
515
"redirect_url": "/azure/event-grid/subscribe-to-graph-api-events",

articles/event-grid/handler-functions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ We recommend that you use the first approach (Event Grid trigger) as it has the
2828
|Title |Description |
2929
|---------|---------|
3030
| [Quickstart: Handle events with function](custom-event-to-function.md) | Sends a custom event to a function for processing. |
31-
| [Tutorial: automate resizing uploaded images using Event Grid](resize-images-on-storage-blob-upload-event.md) | Users upload images through web app to storage account. When a storage blob is created, Event Grid sends an event to the function app, which resizes the uploaded image. |
3231
| [Tutorial: stream big data into a data warehouse](event-hubs-integration.md) | When Event Hubs creates a Capture file, Event Grid sends an event to a function app. The app retrieves the Capture file and migrates data to a data warehouse. |
3332
| [Tutorial: Azure Service Bus to Azure Event Grid integration examples](../service-bus-messaging/service-bus-to-event-grid-integration-example.md?toc=%2fazure%2fevent-grid%2ftoc.json) | Event Grid sends messages from Service Bus topic to a function app and a logic app. |
3433

articles/event-grid/receive-events.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,3 @@ You can also test this functionality live by [sending a custom event with CURL f
389389

390390
* Explore the [Azure Event Grid Management and Publish SDKs](./sdk-overview.md)
391391
* Learn how to [post to a custom topic](./post-to-custom-topic.md)
392-
* Try one of the in-depth Event Grid and Functions tutorials such as [resizing images uploaded to Blob storage](resize-images-on-storage-blob-upload-event.md)

articles/event-grid/resize-images-on-storage-blob-upload-event.md

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)