HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMinor

Managed Instance Restart

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
managedinstancerestart

Problem

Does anyone know how to restart a SQL Server Managed Instance?

The stop / start / reset are all grayed out, so that’s really. It an option.

Any thoughts?

Thanks...

Solution

You don't restart Managed Instance. The beauty of PaaS is that the cloud service provider ensures that you get a certain uptime SLA-- 99.99% in this case.

The service is abstracted away. Microsoft will ensure that the service is "always" up and running. They handle patching and maintenance on the OS and the instance (and necessary restarts that go along with those things).

If you need to stop, scale, or make other changes to the instance, you'd do that from the Azure portal (either the web GUI or PowerShell).

Context

StackExchange Database Administrators Q#226393, answer score: 6

Revisions (0)

No revisions yet.