You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,8 +58,19 @@ More template samples can be found in [Azure Quickstart Templates](https://azure
46
58
47
59
Select **Try it** from the following PowerShell code block to open Azure Cloud Shell.
48
60
61
+
**Deployment checklist**
62
+
63
+
1. Verify prerequisites:
64
+
- Active Azure subscription
65
+
- Required permissions (SQL Managed Instance Contributor or Microsoft.Sql/managedInstances/write)
66
+
2. Run the deployment command (PowerShell or Azure CLI) using the snippets below.
67
+
3. Verify success:
68
+
- In the Azure portal, the deployment shows **Succeeded**
69
+
- The SQL managed instance appears in the target resource group with state **Creating** or **Ready**
70
+
<!-- Added a numbered deployment checklist to clarify prerequisites, execution steps, and success verification. -->
71
+
49
72
> [!IMPORTANT]
50
-
> Deploying a managed instance is a long-running operation. Deployment of the first instance in the subnet typically takes much longer than deploying into a subnet with existing managed instances. For average provisioning times, see [SQL Managed Instance management operations](management-operations-duration.md).
73
+
> Deploying a SQL managed instance is a long-running operation. Deployment of the first instance in the subnet typically takes much longer than deploying into a subnet with existing managed instances. For average provisioning times, see [SQL Managed Instance management operations](management-operations-duration.md).
0 commit comments