Skip to content

Commit 5b34d88

Browse files
Merge pull request #5985 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-11 05:03 UTC
2 parents b99cffb + 9fa72b0 commit 5b34d88

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- include file
1111
- build-aifnd
1212
- build-2025
13-
- update-code-2
13+
- update-code-3
1414
---
1515

1616
In this quickstart, you use [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) to:
@@ -83,7 +83,7 @@ No installation is necessary to use the Azure AI Foundry portal.
8383
> [!NOTE]
8484
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart).
8585
86-
# [JavaScript (preview)](#tab/javascript)
86+
# [JavaScript](#tab/javascript)
8787
8888
1. [Install Node.js and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-javascript)
8989
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your JavaScript scripts.
@@ -154,7 +154,7 @@ Substitute your endpoint for the `endpoint` in this code:
154154
155155
:::code language="java" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/ChatCompletionSample.java" :::
156156
157-
# [JavaScript (preview)](#tab/javascript)
157+
# [JavaScript](#tab/javascript)
158158
159159
:::code language="javascript" source="~/foundry-samples-main/samples/microsoft/javascript/mslearn-resources/quickstart/src/quickstart.js" id="chat_completion":::
160160
@@ -194,7 +194,7 @@ Substitute your endpoint for the `endpoint` in this code:
194194
195195
:::code language="java" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/AgentSample.java" :::
196196
197-
# [JavaScript (preview)](#tab/javascript)
197+
# [JavaScript](#tab/javascript)
198198
199199
:::code language="javascript" source="~/foundry-samples-main/samples/microsoft/javascript/mslearn-resources/quickstart/src/quickstart.js" id="create_and_run_agent" :::
200200
@@ -240,7 +240,7 @@ Substitute your endpoint for the `endpoint` in this code:
240240
:::code language="java" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/FileSearchAgentSample.java" :::
241241
242242
243-
# [JavaScript (preview)](#tab/javascript)
243+
# [JavaScript](#tab/javascript)
244244
245245
:::code language="javascript" source="~/foundry-samples-main/samples/microsoft/javascript/mslearn-resources/quickstart/src/quickstart.js" id="create_filesearch_agent":::
246246

articles/ai-foundry/openai/concepts/provisioned-migration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ Customers that have commitments today can continue to use them at least until th
206206

207207
## Migrating existing resources off commitments
208208

209-
Existing customers can choose to migrate their existing resources from the Commitment to the Hourly/Reservation payment model to benefit from the ability to deploy the latest models, or to consolidate discounting for diverse deployments under a single reservation.
210-
211-
Two approaches are available for customers to migrate resources using the Commitment model to the Hourly/Reservation model.
209+
Existing customers can choose to migrate their existing resources from the Commitment to the Hourly/Reservation payment model to benefit from the ability to deploy the latest models, or to consolidate discounting for diverse deployments under a single reservation, using a self-service approach.
212210

213211
### Self-service migration
214212

0 commit comments

Comments
 (0)