Skip to content

Commit 9feaf48

Browse files
committed
A little simplification.
1 parent ee00945 commit 9feaf48

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/azure-arc/data/reprovision-replica.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ This article describes how to provision a new replica to replace an existing rep
1717

1818
When you reprovision a replica, you rebuild a new managed instance replica for an Azure Arc-enabled SQL Managed Instance deployment. Use this task to replace a replica that is failing to synchronize, for example, due to corruption of the data on the persistent volumes (PV) for that instance, or due to some recurring SQL issue.
1919

20-
You can reprovision a replica with `az` CLI and Kubernetes tools. You can't reprovision a replica from the Azure portal.
20+
You can reprovision a replica [via `az` CLI](#via-az-cli) or [via `kubectl`](#via-kubectl).. You can't reprovision a replica from the Azure portal.
2121

2222
## Prerequisites
2323

24-
Reprovisioning can only be performed on a multi-replica instance.
25-
26-
## Reprovision a replica
27-
28-
Request provisioning [via `az` CLI](#via-az-cli) or [via `kubectl`](#via-kubectl).
24+
You can only reprovision an replica on a multi-replica instance.
2925

3026
### Via `az` CLI
3127

0 commit comments

Comments
 (0)