Enabling error notifications for tasks using Microsoft Azure Event Grid¶

This topic provides instructions for configuring error notification support for tasks using Microsoft Azure Event Grid.

Enabling error notification using Microsoft Azure Event Grid¶

To enable task notifications, follow the steps in the next sections.

Creating the notification integration¶

See Creating a notification integration to send notifications to a Microsoft Azure Event Grid topic.

Enabling error notifications in tasks¶

You then enable error notification, in either a standalone or root task, by setting ERROR_INTEGRATION to the name of the notification integration. You can set the property when you create a task (using CREATE TASK) or later (using ALTER TASK).

For details refer to Configuring a task to send error notifications.