Skip to content

Commit 1d59820

Browse files
committed
little fix.
1 parent 698cba2 commit 1d59820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/data/resource-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this scenario, first the Azure ARM APIs are called and the mapped Azure resou
3535
With the resource sync rule, you can use the Kubernetes API to create the Arc-enabled SQL managed instance, as follows:
3636

3737
```azurecli
38-
az sql mi-arc create --name <name> -k <namespace> --use-k8s --storage-class-backups <RWX capable storageclass>
38+
az sql mi-arc create --name <name> --k8s-namespace <namespace> --use-k8s --storage-class-backups <RWX capable storageclass>
3939
```
4040

4141
In this scenario, the SQL managed instance is directly created in the Kubernetes cluster. The resource sync rule ensures that the equivalent resource in Azure is created as well.

0 commit comments

Comments
 (0)