Workload management and automation This article helps you understand the workload management and automation capability within the FinOps Framework and how to implement that in the Microsoft Cloud.

On this page

Workload management and automation refers to running resources only when necessary and at the level or capacity needed for the active workload.

Tag resources based on their up-time requirements. Review resource usage patterns and determine if they can be scaled down or even shutdown (to stop billing) during off-peak hours. Consider cheaper alternatives to reduce costs.

An effective workload management and automation plan can significantly reduce costs by adjusting configuration to match supply to demand dynamically, ensuring the most effective utilization.


▶️ Getting started

When you first start working with a service, consider the following points:

  • Can the service be stopped (and if so, stop billing)?
    • If the service can’t be stopped, review alternatives to determine if there are any options that can be stopped to stop billing.
    • Pay close attention to non-compute charges that may continue to be billed when a resource is stopped so you’re not surprised. Storage is a common example of a cost that continues to be charged even if a compute resource that was using the storage is no longer running.
  • Does the service support serverless compute?
  • Does the service support autostop or autoshutdown functionality?
  • Does the service support autoscaling?
    • If the service supports autoscaling, configure it to scale based on your application’s needs.
    • Autoscaling can work with autostop behavior for maximum efficiency.
  • Consider automatically stopping and manually starting nonproduction resources during work hours to avoid unnecessary costs.
    • Avoid automatically starting nonproduction resources that aren’t used every day.
    • If you choose to autostart, be aware of vacations and holidays where resources may get started automatically but not be used.
    • Consider tagging manually stopped resources. Save a query in Azure Resource Graph or a view in the All resources list and pin it to the Azure portal dashboard to ensure all resources are stopped.
  • Consider architectural models such as containers and serverless to only use resources when they’re needed, and to drive maximum efficiency in key services.


🏗️ Building on the basics

At this point, you have setup autoscaling and autostop behaviors. As you move beyond the basics, consider the following points:

  • Automate the process of automatically scaling or stopping resources that don’t support it or have more complex requirements.
  • Assign an “Env” or Environment tag to identify which resources are for development, testing, staging, production, etc.
    • Prefer assigning tags at a subscription or resource group level. Then enable the tag inheritance policy for Azure Policy and Cost Management tag inheritance to cover resources that don’t emit tags with usage data.
    • Consider setting up automated scripts to stop resources with specific up-time profiles (for example, stop developer VMs during off-peak hours if they haven’t been used in 2 hours).
    • Document up-time expectations based on specific tag values and what happens when the tag isn’t present.
    • Use Azure Policy to track compliance with the tag policy.
    • Use Azure Policy to enforce specific configuration rules based on environment.
    • Consider using “override” tags to bypass the standard policy when needed. Track the cost and report them to stakeholders to ensure accountability.
  • Consider establishing and tracking KPIs for low-priority workloads, like development servers.


🍎 Learn more at the FinOps Foundation

This capability is a part of the FinOps Framework by the FinOps Foundation, a non-profit organization dedicated to advancing cloud cost management and optimization. For more information about FinOps, including useful playbooks, training and certification programs, and more, see the Workload management and automation capability article in the FinOps Framework documentation.

You can also find related videos on the FinOps Foundation YouTube channel:


⏩ Next steps

Related FinOps capabilities:





This site uses Just the Docs, a documentation theme for Jekyll.