Hello, @Daniel Petovsky ! How would I get the exact time for Azure Maintenance Configuration?
There is a minimum 1 hour and 30 minute maintenance window however you can set this in the portal, with Azure CLI using maintenance-window-recur-every
and maintenance-window-start-date-time
or Azure PowerShell using RecurEvery
and StartDateTime
.
If this has already been set, you can retrieve this information in the portal, with Azure CLI by using az maintenance configuration show or with Azure PowerShell by using Az.Maintenance.
I hope this has been helpful! Your feedback is important so please take a moment to accept answers. If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!