How to monitor AZCopy uploads and trigger an incident in Servicenow if it fails

Mayekar, Supriya Suresh 0 Reputation points
2024-05-17T07:24:38.7466667+00:00

I use AZCopy to transfer data from different ANF partitions to Azure Blob storage for archival purposes. The AZCopy upload is scheduled to run every day.

I need to be able to monitor if the upload is successful and if it fails, automatically create an incident in Servicenow.

There are more than 100+ blob storage, so manually checking everyday and creating incident is impossible.

Is there any Microsoft Azure solution that can help me achieve this?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,508 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Nehruji R 3,121 Reputation points Microsoft Vendor
    2024-05-20T08:04:41.7133333+00:00

    Hello Mayekar, Supriya Suresh,

    Greetings! Welcome to Microsoft Q&A Platform.

    To monitor AZCopy uploads and automatically create incidents in ServiceNow, you can leverage Azure Monitor and the IT Service Management Connector (ITSMC).

    IT Service Management Connector (ITSMC): This connector allows you to send incidents directly to ServiceNow without additional modules installed on your ServiceNow instance.

    If you’re using the Event Management module in your ServiceNow instance and want to create events or alerts in ServiceNow using the connector, add the following roles to the integration user: evt_mgmt_integration and evt_mgmt_operator.

    Azure Monitor Application Insights can store data from ServiceNow. You can extract and transform ServiceNow data using native reporting and an internally developed app, which then stores it in Application Insights.

    By implementing this solution, you’ll be able to automate monitoring and incident creation, even across multiple blob storage instances.

    refer - https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/itsmc-connections-servicenow, https://www.microsoft.com/insidetrack/blog/instrumenting-servicenow-with-microsoft-azure-monitor/ for more detailed guidance.

    Similar thread for reference - https://learn.microsoft.com/en-us/answers/questions/997377/azure-monitor-alerts-to-servicenow

    Hope this answer helps! Please let us know if you have any further queries. I’m happy to assist you further.


    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments