Skip to content

Commit f33b1d1

Browse files
authored
Merge pull request #204830 from MikeRayMSFT/20220714-resource-sync
Update TOC and sample
2 parents 66265cb + f7cfe62 commit f33b1d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
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> --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.
@@ -63,7 +63,7 @@ https://management.azure.com/subscriptions/{{subscription}}/resourcegroups/{{res
6363
}
6464
```
6565

66-
### Limitations:
66+
## Limitations
6767

6868
- Resource sync rule does not hydrate Azure Arc Data controller. The Azure Arc Data controller must be deployed via ARM API.
6969
- Resource sync only applies to the data services such as Arc enabled SQL managed instance, post deployment of Data controller.
@@ -73,4 +73,4 @@ https://management.azure.com/subscriptions/{{subscription}}/resourcegroups/{{res
7373

7474
## Next steps
7575

76-
[Create Azure Arc-enabled data controller using Kubernetes tools](create-data-controller-using-kubernetes-native-tools.md)
76+
[Create Azure Arc-enabled data controller using Kubernetes tools](create-data-controller-using-kubernetes-native-tools.md)

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)