how to created alerts when Subscription CPU quota full, Storage size full, Dev test lab VM creation failed,

Vedachalam, Raj 1 Reputation point
2021-05-03T11:04:11.423+00:00

i need to create alerts when azure Subscription CPU quota full, Storage size full, Dev test lab VM creation failed,

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
263 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 26,131 Reputation points Microsoft Employee
    2021-05-03T13:54:07.75+00:00

    You can use log alerts in your lab however for subscription events like CPU quota I would look at Azure Monitor.

    As an example, I've created an alert below for failed VM creation but you can use the same workflow for other things like storage size:

    • My scope targeted my DevTest Labs resource (but you could target another resource, like storage)
    • My condition was "Create a virtual machine) / Status = Failed (see below)
    • My action was to send an SMS to my on-call engineers

    96434-image.png

    96418-image.png

    96473-image.png

    0 comments No comments