An Azure service that is used to automate, configure, and install updates across hybrid environments.
Please use this Url as workaround:
https://portal.azure.com/?feature.canmodifystamps=true&Microsoft_Azure_EMA=canary
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi There!
As of a few days ago May 2026, I am noticing that existing Azure VM Automation Tasks, like 'Start a Virtual Machine" are no longer available as shown below. How do I restore the ability to add automation tasks to my affected VM's. This is on every existing VM and all Tenants and subscriptions I have checked, and at least Canada Central and US East 2 regions. with different accounts and permission levels.**
**
Thoughts? Is this related to recent Azure service interruptions? Do I need to re-import an ARM template to my Azure Subscriptions?
Thank you in Advance!
Matt Hunt
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Answer accepted by question author
Please use this Url as workaround:
https://portal.azure.com/?feature.canmodifystamps=true&Microsoft_Azure_EMA=canary
Hello Matthew,
Thanks for reporting this behavior. From what you described, this does not appear to be isolated to a single VM, subscription, or permission scope since you're seeing the issue across multiple tenants, subscriptions, regions, and accounts.
The Automation > Tasks experience for Azure VMs is backed by Azure Logic Apps (Consumption). When the built-in task templates such as Start VM, Stop VM, or Deallocate VM disappear and the portal shows messages similar to "No task templates found in this region”, it is commonly related to one of the following:
Microsoft.Logic resource provider not registeredPlease verify that the Microsoft.Logic resource provider is registered in the affected subscription.
Steps:
Microsoft.LogicAutomation Tasks depend on Logic Apps Consumption workflows being available in the same Azure region as the VM.
Please verify regional support here: https://azure.microsoft.com/global-infrastructure/services/?products=logic%20apps®ions=all
You mentioned Canada Central and East US 2, which normally support Logic Apps, so this may indicate a temporary backend/platform issue rather than a configuration problem.
Ensure the account used has at least:
Microsoft.Logic/workflows
Also review whether any Azure Policy assignments are blocking Logic App workflow creation.
As a quick validation step:
If templates appear in another region, it strongly suggests a regional backend/service issue rather than a tenant configuration issue.
There have recently been reports from other users experiencing similar symptoms with Automation Tasks and Logic App-backed VM scheduling workflows.
If the issue continues even after RP registration and RBAC validation, If still affecting Automation Tasks discovery in your subscriptions/regions please do let us know.
Hope this helps. Thanks
We are also experiencing this issue across our VMs - Location is Australia East.
We had this option before, but have found in the last few days we are unable to create new tasks.
Would love to know if you get any resolutions!
The method to export an existing Logic App (By AI below #2) to the Automation Task templates did not work, so I am assuming this is an Azure wide service issue, and will try to find a subscription I can open a support case on, without having to pay for it!
Thanks
AI answer
For Azure virtual machines, the built‑in Automation Task templates (such as Start Virtual Machine, Power off Virtual Machine, and Deallocate Virtual Machine) are provided by Logic Apps and are region dependent.
The documented behavior is:
In the current documentation, the available templates for Azure virtual machines are:
If the “Add a task” blade shows no templates for VMs in a specific region (for example, Canada Central), this indicates that the portal is not exposing the Logic Apps–backed templates for that region at this time. This is a platform/region availability issue rather than something that can be fixed by re‑importing ARM templates into a subscription.
To restore the ability to automate start/stop operations while templates are unavailable in that region, use one of these approaches:
Microsoft.Compute/virtualMachines so the template appears for VMs.Once exported, that custom template will appear as an Automation Task template for the supported resource types (and regions) configured in the export dialog.
If templates are missing across all subscriptions and tenants in a region where they previously existed, this points to a service‑side change or incident. In that case, open a support ticket with Azure Support so the product group can confirm regional availability and restore the built‑in templates if needed.
References: