Skip to content

Commit 698cba2

Browse files
committed
Update TOC and sample
1 parent af2dff7 commit 698cba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-k8 --storage-class-backups <RWX capable storageclass>
38+
az sql mi-arc create --name <name> -k <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.

articles/azure-arc/data/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ items:
5858
href: create-data-controller-direct-azure-portal.md
5959
- name: Azure CLI
6060
href: create-data-controller-direct-cli.md
61+
- name: Resource sync
62+
href: resource-sync.md
6163
- name: Configure monitor certificates
6264
href: monitor-certificates.md
63-
- name: Resource sync
64-
href: resource-sync.md
6565
- name: Common experiences across Azure Arc-enabled data services
6666
items:
6767
- name: Monitor with dashboards (Azure Data Studio)

0 commit comments

Comments
 (0)