Skip to content

Commit 435d818

Browse files
authored
Merge pull request #2258 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 8ce58eb + ff7bff1 commit 435d818

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/ai-studio/how-to/configure-private-link.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ az network private-endpoint create \
5555
--name <private-endpoint-name> \
5656
--vnet-name <vnet-name> \
5757
--subnet <subnet-name> \
58-
--private-connection-resource-id "/subscriptions/<subscription>/resourceGroups/<resource-group-name>/providers/Microsoft.MachineLearningServices/workspaces/<workspace-name>" \
58+
--private-connection-resource-id "/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.MachineLearningServices/workspaces/<workspace-name>" \
5959
--group-id amlworkspace \
60-
--connection-name workspace -l <location>
60+
--connection-name workspace \
61+
--location <location> \
62+
--resource-group <resource-group-name>
6163
```
6264

6365
To create the private DNS zone entries for the workspace, use the following commands:
@@ -127,9 +129,11 @@ az network private-endpoint create \
127129
--name <private-endpoint-name> \
128130
--vnet-name <vnet-name> \
129131
--subnet <subnet-name> \
130-
--private-connection-resource-id "/subscriptions/<subscription>/resourceGroups/<resource-group-name>/providers/Microsoft.MachineLearningServices/workspaces/<workspace-name>" \
132+
--private-connection-resource-id "/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.MachineLearningServices/workspaces/<workspace-name>" \
131133
--group-id amlworkspace \
132-
--connection-name workspace -l <location>
134+
--connection-name workspace \
135+
--location <location> \
136+
--resource-group <resource-group-name>
133137
```
134138

135139
To create the private DNS zone entries for the workspace, use the following commands:

0 commit comments

Comments
 (0)