Azure Automation or Azure Function which is cost effective ?

Yasar Shaikh 140 Reputation points
2024-08-27T12:56:09.35+00:00

I want to schedule a python script to delete the snapshot by tags so which solution will be cost effective Azure Automation or Azure Function and if yes why and if not why not ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Sam Cogan 10,822 Reputation points Microsoft Employee Volunteer Moderator
    2024-08-27T16:16:01.3+00:00

    If you just need to run a Python script on a schedule, then Azure Automation is likely going to be simpler to set up and manage and can run for more than 10 minutes, whereas functions cannot (unless you use the premium plan).

    Both have a free allocation and fairly low cost for simple execution, but for your use case, Azure Automation is likely going to be easier. If you need more advanced triggers, more complex code or integration with other Azure services, then functions become more appealing.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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