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
By default, all the replicas are configured in synchronous mode. This means any updates on the primary instance will be synchronously replicated to each of the secondary instances.
131
131
132
-
## View and monitor availability group status
132
+
## View and monitor high availability status
133
133
134
134
Once the deployment is complete, connect to the primary endpoint from SQL Server Management Studio.
135
135
@@ -147,7 +147,7 @@ kubectl get sqlmi -A
147
147
148
148
### Get the primary and secondary endpoints and AG status
149
149
150
-
Use the `kubectl describe sqlmi` or `az sql mi-arc show` commands to view the primary and secondary endpoints, and availability group status.
150
+
Use the `kubectl describe sqlmi` or `az sql mi-arc show` commands to view the primary and secondary endpoints, and high availability status.
0 commit comments