Skip to content

Commit a8e533b

Browse files
committed
Removing event content as it is not functional at the moment
1 parent 645b865 commit a8e533b

File tree

4 files changed

+6
-172
lines changed

4 files changed

+6
-172
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"redirect_url": "/previous-versions/azure/partner-solutions/logzio/troubleshoot",
3131
"redirect_document_id": false
3232
},
33+
{
34+
"source_path": "articles/event-grid/event-schema-storage-actions.md",
35+
"redirect_url": "/azure/storage-actions/overview",
36+
"redirect_document_id": false
37+
},
3338
{
3439
"source_path_from_root": "/articles/hdinsight-aks/index.yml",
3540
"redirect_url": "/previous-versions/azure/hdinsight-aks",

articles/event-grid/event-schema-storage-actions.md

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

articles/storage-actions/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ items:
4545
href: /cli/azure/storage-actions
4646
- name: Monitoring data Reference
4747
href: storage-tasks/storage-tasks-monitor-data-reference.md
48-
- name: Storage Tasks events
49-
href: ../event-grid/event-schema-storage-actions.md?toc=/azure/storage-actions/toc.json
5048
- name: Resource Manager template
5149
items:
5250
- name: Storage task

articles/storage-actions/overview.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: normesta
88
ms.service: azure-storage-actions
99
ms.custom: build-2023-metadata-update
1010
ms.topic: overview
11-
ms.date: 01/17/2024
11+
ms.date: 02/20/2025
1212
ms.author: normesta
1313

1414
---
@@ -70,14 +70,6 @@ See these articles to learn how to monitor task runs:
7070
- [Analyze storage task runs](storage-tasks/storage-task-runs.md)
7171
- [Monitor Azure Storage Actions](storage-tasks/monitor-storage-tasks.md)
7272

73-
### Handle storage task events
74-
75-
Azure Storage Actions events allow applications to react to events, such as the completion of a storage task run. It does so without the need for complicated code or expensive and inefficient polling services.
76-
77-
Azure Storage Actions events are pushed using [Azure Event Grid](https://azure.microsoft.com/services/event-grid/) to subscribers such as Azure Functions, Azure Logic Apps, or even to your own http listener. Event Grid provides reliable event delivery to your applications through rich retry policies and dead-lettering. Event Grid uses [event subscriptions](../event-grid/concepts.md#event-subscriptions) to route event messages to subscribers. First, subscribe an endpoint to an event. Then, when an event is triggered, the Event Grid service will send data about that event to the endpoint.
78-
79-
See the [Azure Storage Actions events schema](../event-grid/event-schema-storage-actions.md?toc=/azure/storage-actions/toc.json) article to view the full list of the events that Azure Storage Actions supports.
80-
8173
## Supported Regions
8274

8375
Azure Storage tasks are supported in the following public regions:

0 commit comments

Comments
 (0)