Hello Corey Mechalske,
The Automanage feature is no longer receiving updates and has been deprecated for new and certain existing subscriptions. This is likely the reason you may be encountering errors when attempting to use it with your subscription.
Additionally, Please review the common deployment errors and their mitigation steps in the official documentation.
🔗 https://learn.microsoft.com/en-us/azure/automanage/common-errors#common-deployment-errors
However, please follow the steps outlined below to assist with further troubleshooting:
- Register the Automanage Feature: Follow the instructions in the article Set up preview features in Azure subscription - Azure Resource Manager | Microsoft Learn to register the Automanage feature at the subscription level.
- Create Automanage Configuration Profile: After registering the feature, try to enable the auto manage feature using Azure Portal.
If it fails, use the PowerShell commands mentioned in the article az automanage configuration-profile | Microsoft Learn to create the Automanage configuration profile.
Please ensure to run the PowerShell commands with the --verbose --debug suffix to enable detailed logging and debugging and share the output with us, for example:
az automanage configuration-profile create --name <profile-name> --location <location> --verbose --debug
Note: Auto-manage does not support for "Trusted Launch VMs" at this time
Please try the above steps and let me know if you continue to experience issues. I’ll be happy to assist further.
Additionally, If the provided solution works for your query, please do not forget to Upvote it. this can be beneficial to other community members.it would be greatly appreciated and helpful to others.
Thanks