Skip to content

Commit 563694d

Browse files
authored
Merge pull request #2262 from MicrosoftDocs/main
1/13/2025 AM Publish
2 parents 7553f0b + 1becf2c commit 563694d

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
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:

articles/ai-studio/how-to/deploy-models-mistral-codestral.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use-cases for Codestral 2501 include:
5050

5151
You can learn more about the models in their respective model card:
5252

53-
* [Codestral-2501](https://aka.ms/azureai/landing/Codestral-2501)
53+
* [Codestral-2501](https://aka.ms/aistudio/landing/mistral-codestral-2501)
5454

5555

5656
> [!TIP]
@@ -494,7 +494,7 @@ Use-cases for Codestral 2501 include:
494494

495495
You can learn more about the models in their respective model card:
496496

497-
* [Codestral-2501](https://aka.ms/azureai/landing/Codestral-2501)
497+
* [Codestral-2501](https://aka.ms/aistudio/landing/mistral-codestral-2501)
498498

499499

500500
> [!TIP]
@@ -957,7 +957,7 @@ Use-cases for Codestral 2501 include:
957957
958958
You can learn more about the models in their respective model card:
959959
960-
* [Codestral-2501](https://aka.ms/azureai/landing/Codestral-2501)
960+
* [Codestral-2501](https://aka.ms/aistudio/landing/mistral-codestral-2501)
961961
962962
963963
> [!TIP]
@@ -1442,7 +1442,7 @@ Use-cases for Codestral 2501 include:
14421442
14431443
You can learn more about the models in their respective model card:
14441444
1445-
* [Codestral-2501](https://aka.ms/azureai/landing/Codestral-2501)
1445+
* [Codestral-2501](https://aka.ms/aistudio/landing/mistral-codestral-2501)
14461446
14471447
14481448
> [!TIP]

articles/search/tutorial-csharp-search-query-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The function app authenticates through the SDK to the cloud-based Azure AI Searc
3030

3131
## Configure secrets in a local.settings.json file
3232

33-
:::code language="json" source="~/azure-search-static-web-app/api/local.settings.json":::
33+
:::code language="json" source="~/azure-search-static-web-app/api/sample.local.settings.json":::
3434

3535
## Azure Function: Search the catalog
3636

0 commit comments

Comments
 (0)