@@ -85,7 +85,6 @@ az sql mi-arc create
85
85
--ad-account-name < SQL MI AD user account >
86
86
--primary-dns-name < SQL MI DNS endpoint >
87
87
--primary-port-number < SQL MI port number >
88
- --location < your cloud region >
89
88
--custom-location < your custom location >
90
89
--resource-group < resource-group >
91
90
```
@@ -100,7 +99,6 @@ az sql mi-arc create
100
99
--ad-account-name arcuser
101
100
--primary-dns-name arcsqlmi.contoso.local
102
101
--primary-port-number 31433
103
- --location westeurope
104
102
--custom-location private-location
105
103
--resource-group arc-rg
106
104
```
@@ -199,7 +197,6 @@ az sql mi-arc create
199
197
--ad-account-name < SQL MI AD user account >
200
198
--primary-dns-name < SQL MI DNS endpoint >
201
199
--primary-port-number < SQL MI port number >
202
- --location < your cloud region >
203
200
--custom-location < your custom location >
204
201
--resource-group <resource-group>
205
202
```
@@ -213,7 +210,6 @@ az sql mi-arc create
213
210
--ad-account-name arcuser
214
211
--primary-dns-name arcsqlmi.contoso.local
215
212
--primary-port-number 31433
216
- --location westeurope
217
213
--custom-location private-location
218
214
--resource-group arc-rg
219
215
```
0 commit comments