Disable or Stop azure services not in use

Subhadip Roy 31 Reputation points
2022-02-16T05:00:55.9+00:00

How to disable/stop azure services( Azure VM's , Azure Sql Server , ADF, Azure Synapse analytics etc.) which are not in use for long time ?

Is there any scripts which check if it is not in use disable/stop the services to reduce cost.

Please suggest

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,660 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SadiqhAhmed-MSFT 49,331 Reputation points Microsoft Employee Moderator
    2022-02-16T09:25:55.377+00:00

    Hello @Subhadip Roy Thank you for contacting us!

    From your original post I learn that you want to disable/stop resources not in use for certain time.

    You can use Azure CCO dashboard to generate a report and find out idle resources. - https://github.com/Azure/ccodashboard

    174857-image.png

    However for alerting you might need to setup your own custom scripts.

    I could also recommend the following blog post from Billy York:
    Find Orphaned Azure Resources - with Azure Resource Graph (cloudsma.com)

    He has spoken at the last SPARK about Azure Resource Graph.

    Hope this helps!

    ----------------------------------------------------------------------------------------------------------------------

    If the response helped, do "Accept Answer" and up-vote it

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.