Skip to content

Commit a089a7e

Browse files
authored
Updated instruction steps for accuracy
Modified the "Add the database backup file into the primary instance container" instruction section to include the "-c <serviceName>" option that is present in the example. Also changed the <namespace name> to <namespaceName> to keep the previous steps consistent with this step in the documentation.
1 parent 5de7a10 commit a089a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/data/managed-instance-high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Additional steps are required to restore a database into an availability group.
278278
Add the database backup file into the primary instance container.
279279

280280
```console
281-
kubectl cp <source file location> <pod name>:var/opt/mssql/data/<file name> -n <namespace name>
281+
kubectl cp <source file location> <pod name>:var/opt/mssql/data/<file name> -c <serviceName> -n <namespaceName>
282282
```
283283

284284
Example

0 commit comments

Comments
 (0)