Skip to content

Commit 8afe779

Browse files
Location option iis not supported for SQL MI CLI
1 parent fc330b3 commit 8afe779

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/azure-arc/data/deploy-active-directory-sql-managed-instance-cli.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ az sql mi-arc create
8585
--ad-account-name < SQL MI AD user account >
8686
--primary-dns-name < SQL MI DNS endpoint >
8787
--primary-port-number < SQL MI port number >
88-
--location < your cloud region >
8988
--custom-location < your custom location >
9089
--resource-group < resource-group >
9190
```
@@ -100,7 +99,6 @@ az sql mi-arc create
10099
--ad-account-name arcuser
101100
--primary-dns-name arcsqlmi.contoso.local
102101
--primary-port-number 31433
103-
--location westeurope
104102
--custom-location private-location
105103
--resource-group arc-rg
106104
```
@@ -199,7 +197,6 @@ az sql mi-arc create
199197
--ad-account-name < SQL MI AD user account >
200198
--primary-dns-name < SQL MI DNS endpoint >
201199
--primary-port-number < SQL MI port number >
202-
--location < your cloud region >
203200
--custom-location < your custom location >
204201
--resource-group <resource-group>
205202
```
@@ -213,7 +210,6 @@ az sql mi-arc create
213210
--ad-account-name arcuser
214211
--primary-dns-name arcsqlmi.contoso.local
215212
--primary-port-number 31433
216-
--location westeurope
217213
--custom-location private-location
218214
--resource-group arc-rg
219215
```

0 commit comments

Comments
 (0)