Skip to content

Commit 054ac63

Browse files
authored
Merge pull request #1747 from MicrosoftDocs/main
11/27/2024 AM Publish
2 parents 427a86a + 7c77918 commit 054ac63

21 files changed

+52
-62
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,11 @@
775775
"redirect_url": "/azure/ai-services/speech-service/video-translation-get-started",
776776
"redirect_document_id": true
777777
},
778+
{
779+
"source_path_from_root": "/articles/ai-services/speech-service/custom-speech-ai-studio.md",
780+
"redirect_url": "/azure/ai-services/speech-service/custom-speech-ai-foundry-portal",
781+
"redirect_document_id": true
782+
},
778783
{
779784
"source_path_from_root": "/articles/ai-services/qnamaker/how-to/migrate-to-openai.md",
780785
"redirect_url": "/azure/ai-services/qnamaker/overview/overview",

articles/ai-services/document-intelligence/studio-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The studio is an online tool to visually explore, understand, train, and integra
2727
* Train custom extraction models to extract fields from documents.
2828
* Get sample code for the language specific `SDKs` to integrate into your applications.
2929

30-
Currently, we're undergoing the migration of features from the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) to the new [AI Foundry](https://ai.azure.com/explore/aiservices/vision). There are some differences in the offerings for the two studios, which determine the correct studio for your use case.
30+
Currently, we're undergoing the migration of features from the [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio) to the new [AI Foundry portal](https://ai.azure.com/explore/aiservices/vision). There are some differences in the offerings for the two studios, which determine the correct studio for your use case.
3131

3232
## Choosing the correct studio experience
3333

@@ -37,7 +37,7 @@ There are currently two studios, the [Azure AI Foundry](https://ai.azure.com/exp
3737

3838
Document Intelligence Studio is the legacy experience that contains all features released on or before July 2024. For any of the v2.1, v3.0, v3.1 features, continue to use the Document Intelligence Studio. Studios provide a visual experience for labeling, training, and validating custom models. For custom document field extraction models, use the Document Intelligence Studio for template and neural models. Custom classification models can only be trained and used on Document Intelligence Studio. Use Document Intelligence Studio if you want to try out GA versions of the models from version 2.1, v3.0 and v3.1.
3939

40-
### When to use [AI Foundry](https://ai.azure.com/explore/aiservices/vision)
40+
### When to use [AI Foundry portal](https://ai.azure.com/explore/aiservices/vision)
4141

4242
Start with the new Azure AI Foundry and try any of the prebuilt document models from `2024-02-29-preview` version including general extraction models like Read or Layout. If you want to build and test a new [Document Field Extraction](https://ai.azure.com/explore/aiservices/vision/document/extraction) model, try our generative AI model, only available in the new AI Foundry.
4343

@@ -210,5 +210,5 @@ Learn how to [connect your AI services hub](../../ai-studio/ai-services/how-to/c
210210
## Next steps
211211

212212
* Visit [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio).
213-
* Visit [AI Foundry](https://ai.azure.com/explore/aiservices/vision).
213+
* Visit [AI Foundry portal](https://ai.azure.com/explore/aiservices/vision).
214214
* Get started with [Document Intelligence Studio quickstart](quickstarts/try-document-intelligence-studio.md).

articles/ai-services/openai/assistants-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ recommendations: false
1818

1919
Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
2020

21-
::: zone pivot="programming-language-ai-studio"
21+
::: zone pivot="ai-foundry-portal"
2222

23-
[!INCLUDE [AI Foundry](includes/assistants-ai-studio.md)]
23+
[!INCLUDE [AI Foundry portal](includes/assistants-ai-studio.md)]
2424

2525
::: zone-end
2626

articles/ai-services/openai/gpt-v-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI Service.
2222
>
2323
> The latest vision-capable models are `gpt-4o` and `gpt-4o mini`. These are in public preview. The latest available GA model is `gpt-4` version `turbo-2024-04-09`.
2424
25-
::: zone pivot="programming-language-studio"
25+
::: zone pivot="ai-foundry-portal"
2626

27-
[!INCLUDE [Studio quickstart](includes/gpt-v-studio.md)]
27+
[!INCLUDE [AI Foundry portal quickstart](includes/gpt-v-studio.md)]
2828

2929
::: zone-end
3030

articles/ai-services/openai/how-to/batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ In the AI Foundry portal the deployment type will appear as `Global-Batch`.
8989
> [!TIP]
9090
> We recommend enabling **dynamic quota** for all global batch model deployments to help avoid job failures due to insufficient enqueued token quota. Dynamic quota allows your deployment to opportunistically take advantage of more quota when extra capacity is available. When dynamic quota is set to off, your deployment will only be able to process requests up to the enqueued token limit that was defined when you created the deployment.
9191
92-
::: zone pivot="programming-language-ai-studio"
92+
::: zone pivot="ai-foundry-portal"
9393

94-
[!INCLUDE [Studio](../includes/batch/batch-studio.md)]
94+
[!INCLUDE [AI Foundry portal](../includes/batch/batch-studio.md)]
9595

9696
::: zone-end
9797

articles/ai-services/openai/how-to/fine-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.date: 11/11/2024
1111
author: mrbullwinkle
1212
ms.author: mbullwin
13-
zone_pivot_groups: openai-fine-tuning-newest
13+
zone_pivot_groups: openai-fine-tuning
1414
---
1515

1616
# Customize a model with fine-tuning

articles/ai-services/openai/how-to/weights-and-biases-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Give your Azure OpenAI resource the **Key Vault Secrets Officer** role.
8787

8888
## Link Weights & Biases with Azure OpenAI
8989

90-
1. Navigate to [AI Foundry](https://ai.azure.com) and select your Azure OpenAI fine-tuning resource.
90+
1. Navigate to [AI Foundry portal](https://ai.azure.com) and select your Azure OpenAI fine-tuning resource.
9191

9292
:::image type="content" source="../media/how-to/weights-and-biases/manage-integrations.png" alt-text="Screenshot of the manage integrations button." lightbox="../media/how-to/weights-and-biases/manage-integrations.png":::
9393

articles/ai-services/openai/includes/assistants-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Use the **Assistant setup** pane to create a new AI assistant or to select an ex
4141
| **Deployment** | This is where you set which model deployment to use with your assistant. |
4242
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications |
4343
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
44-
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. You can upload up to 10,000 files using [AI Foundry](../assistants-quickstart.md?pivots=programming-language-ai-studio). |
44+
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. You can upload up to 10,000 files using [AI Foundry portal](../assistants-quickstart.md?pivots=ai-foundry-portal). |
4545

4646
### Tools
4747

articles/ai-services/openai/includes/batch/batch-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For this article, we'll create a file named `test.jsonl` and will copy the conte
7070

7171
Once your input file is prepared, you first need to upload the file to then be able to kick off a batch job. File upload can be done both programmatically or via the Studio.
7272

73-
1. Sign in to [AI Foundry](https://ai.azure.com).
73+
1. Sign in to [AI Foundry portal](https://ai.azure.com).
7474
2. Select the Azure OpenAI resource where you have a global batch model deployment available.
7575
3. Select **Batch jobs** > **+Create batch jobs**.
7676

articles/ai-services/openai/includes/fine-tuning-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ When the fine-tuning job succeeds, the value of the `fine_tuned_model` variable
390390

391391
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
392392

393-
You can also use [Azure AI Foundry](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-ai-studio#deploy-a-fine-tuned-model) or the [Azure CLI](#deploy-a-model-with-azure-cli) to deploy your customized model.
393+
You can also use [Azure AI Foundry](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=ai-foundry-portal#deploy-a-fine-tuned-model) or the [Azure CLI](#deploy-a-model-with-azure-cli) to deploy your customized model.
394394

395395
> [!NOTE]
396396
> Only one deployment is permitted for a customized model. An error occurs if you select an already-deployed customized model.
@@ -656,14 +656,14 @@ When you're done with your customized model, you can delete the deployment and m
656656

657657
You can use various methods to delete the deployment for your customized model:
658658

659-
- [Azure AI Foundry](../how-to/fine-tuning.md?pivots=programming-language-ai-studio#delete-your-model-deployment)</a>
659+
- [Azure AI Foundry](../how-to/fine-tuning.md?pivots=ai-foundry-portal#delete-your-model-deployment)</a>
660660
- The [Azure CLI](/cli/azure/cognitiveservices/account/deployment?preserve-view=true#az-cognitiveservices-account-deployment-delete)
661661

662662
### Delete your customized model
663663

664664
Similarly, you can use various methods to delete your customized model:
665665

666-
- [Azure AI Foundry](../how-to/fine-tuning.md?pivots=programming-language-ai-studio#delete-your-customized-model)
666+
- [Azure AI Foundry](../how-to/fine-tuning.md?pivots=ai-foundry-portal#delete-your-customized-model)
667667

668668
> [!NOTE]
669669
> You can't delete a customized model if it has an existing deployment. You must first [delete your model deployment](#delete-your-model-deployment) before you can delete your customized model.
@@ -672,7 +672,7 @@ Similarly, you can use various methods to delete your customized model:
672672

673673
You can optionally delete training and validation files that you uploaded for training, and result files generated during training, from your Azure OpenAI subscription. You can use the following methods to delete your training, validation, and result files:
674674

675-
- [Azure AI Foundry](../how-to/fine-tuning.md?pivots=programming-language-ai-studio#delete-your-training-files)
675+
- [Azure AI Foundry](../how-to/fine-tuning.md?pivots=ai-foundry-portal#delete-your-training-files)
676676
- The [REST APIs](/rest/api/azureopenai/files/delete)
677677
- The Python SDK
678678

0 commit comments

Comments
 (0)