Hi Richard Moffat,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question.
Azure only allows configuring auto-shutdown for virtual machines (VMs) under the VM's Operations menu, but it does not provide a built-in option for auto-startup.
However, if you want to configure auto-startup for your VM, you'll need to use alternative methods, such as:
- Azure Automation: You can create an Azure Automation runbook that starts the VM at a specified time. Get-AzAutomationConnection
- Azure Logic Apps: You can create an Azure Logic App that starts the VM using the Azure VM REST API.
For detailed information please go through the existing thread below:
If you feel that your quires have been resolved, please accept the answer by clicking the "Upvote" and "Accept Answer" on the post.