This blog post also helps:
https://techcommunity.microsoft.com/t5/azure-sql-blog/using-data-tier-applications-bacpac-to-migrate-a-database-from/ba-p/2335643
This is the limit on Automation account which is limited to 3hrs
exactly. Runbook execution in Azure Automation | Microsoft Learn
however, by default on the next execution the maintenance will resume
its work as the state of the operation is kept in the database. so, in
case the job terminated by th...
Yochanan, Thank you for the write-up and the detailed information, it is
most helpful. I have setup a new runbook and schedule per the
instructions and the runbook ran as I can see the AzureSQLMaintenanceLog
table with entries in the database, but I am not seeing any details in
the Runbook Output. A...
If you are trying to do this in Powershell (or via any other mechanism
where the SQL cmd executes quickly after the AAD object creation), you
may find this fails on the first few tries because of a lag in AAD
syncing, as documented in this old, but still open, issue. In other
words, it takes some ti...
Latest Comments