Azure Automation or Azure Function which is cost effective ?

Yasar Shaikh 40 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.
4,891 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,241 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sam Cogan 10,502 Reputation points MVP
    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 Answers by the question author, which helps users to know the answer solved the author's problem.