Skip to content

Commit 2b324c3

Browse files
Merge pull request #5922 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 1695dcb + 25d6387 commit 2b324c3

11 files changed

+391
-15
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@
188188
"branch": "main",
189189
"branch_mapping": {}
190190
},
191+
{
192+
"path_to_root": "azure-search-dotnet-samples",
193+
"url": "https://github.com/Azure-Samples/azure-search-dotnet-samples",
194+
"branch": "main",
195+
"branch_mapping": {}
196+
},
191197
{
192198
"path_to_root": "azureai-model-inference-bicep",
193199
"url": "https://github.com/Azure-Samples/azureai-model-inference-bicep",

articles/ai-foundry/agents/how-to/tools/deep-research.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The deep research tool is tightly integrated with Grounding with Bing Search and
3737

3838
## Region support
3939
The Deep Research tool is supported in the following regions where the deep research model is available for deployment.
40+
4041
|West US | Norway East |
4142
|---------|---------|
4243
| ✔️ | ✔️ |

articles/ai-foundry/how-to/create-azure-ai-resource.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 05/08/2025
12+
ms.date: 07/08/2025
1313
ms.reviewer: deeikele
1414
ms.author: sgilley
1515
author: sdgilley
@@ -33,7 +33,7 @@ In this article, you learn how to create and manage a hub in Azure AI Foundry po
3333

3434
If your organization is using [Azure Policy](/azure/governance/policy/overview), set up a hub that meets your organization's requirements instead of using Azure AI Foundry for resource creation.
3535

36-
1. From the Azure portal, search for `Azure AI Foundry`. From the left menu, select **AI Hubs**, and then select **+ Create** and **Hub**.
36+
1. From the [Azure portal](https://portal.azure.com), search for `Azure AI Foundry`. From the left menu, select **AI Hubs**, and then select **+ Create** and **Hub**.
3737

3838
:::image type="content" source="../media/how-to/hubs/create-hub.png" alt-text="Screenshot of the Azure AI Foundry portal." lightbox="../media/how-to/hubs/create-hub.png":::
3939

@@ -61,18 +61,19 @@ If your organization is using [Azure Policy](/azure/governance/policy/overview),
6161
6262
1. Select **Review + create** > **Create**.
6363

64-
## Manage your hub from the Azure portal
6564

66-
### Manage access control
65+
## Manage access control
6766

68-
You can add and remove users from the Azure AI Foundry portal management center. Both the hub and projects within the hub have a **Users** entry in the left-menu that allows you to add and remove users. When adding users, you can assign them built-in roles.
67+
You can add and remove users from the [Azure AI Foundry portal](https://ai.azure.com?cid=LearnDocs) management center. Both the hub and projects within the hub have a **Users** entry in the left-menu that allows you to add and remove users. When adding users, you can assign them built-in roles.
6968

7069
:::image type="content" source="../media/how-to/hubs/studio-user-management.png" alt-text="Screenshot of the users area of the management center for a hub." lightbox="../media/how-to/hubs/studio-user-management.png":::
7170

7271
For custom role assignments, use **Access control (IAM)** within the Azure portal.
7372

7473
To add grant users permissions from the Azure portal, see the [Azure role assignments](/azure/role-based-access-control/role-assignments-portal) article.
7574

75+
## Manage your hub from the Azure AI Foundry portal
76+
7677
### Networking
7778

7879
Hub networking settings can be set during resource creation or changed in the **Networking** tab in the Azure portal view. Creating a new hub invokes a Managed Virtual Network. This streamlines and automates your network isolation configuration with a built-in Managed Virtual Network. The Managed Virtual Network settings are applied to all projects created within a hub.
@@ -147,12 +148,12 @@ After your hub is created, it isn't possible to switch between Your Azure Key Va
147148

148149
## Delete an Azure AI Foundry hub
149150

150-
To delete a hub from Azure AI Foundry, select the hub and then select **Delete hub** from the **Hub properties** section of the page.
151+
To delete a hub from [Azure AI Foundry](https://ai.azure.com?cid=LearnDocs), select the hub and then select **Delete hub** from the **Hub properties** section of the page.
151152

152153
:::image type="content" source="../media/how-to/hubs/studio-delete-hub.png" alt-text="Screenshot of the delete hub link in hub properties." lightbox="../media/how-to/hubs/studio-delete-hub.png":::
153154

154155
> [!NOTE]
155-
> You can also delete the hub from the Azure portal.
156+
> You can also delete the hub from the [Azure portal](https://portal.azure.com).
156157
157158
Deleting a hub deletes all associated projects. When a project is deleted, all nested endpoints for the project are also deleted. You can optionally delete connected resources; however, make sure that no other applications are using this connection. For example, another Azure AI Foundry deployment might be using it.
158159

articles/ai-foundry/how-to/create-secure-ai-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- build-2024
99
ms.topic: how-to
10-
ms.date: 05/09/2025
10+
ms.date: 07/08/2025
1111
ms.reviewer: meerakurup
1212
ms.author: sgilley
1313
author: sdgilley
@@ -31,7 +31,7 @@ You can secure your [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) hub,
3131

3232
## Create a hub
3333

34-
1. From the Azure portal, search for `Azure AI Foundry`. From the left menu, select **AI Hubs**, and then select **+ Create** and **Hub**.
34+
1. From the [Azure portal](https://portal.azure.com), search for `Azure AI Foundry`. From the left menu, select **AI Hubs**, and then select **+ Create** and **Hub**.
3535

3636
:::image type="content" source="../media/how-to/hubs/create-hub.png" alt-text="Screenshot of the Azure AI Foundry portal." lightbox="../media/how-to/hubs/create-hub.png":::
3737

articles/ai-foundry/includes/create-project-fdp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
4747
- [Set up your development environment](../how-to/develop/install-cli-sdk.md?tabs=python)
4848
- Authenticate with `az login` or `az login --use-device-code` in your environment before running code.
4949
- Complete these steps to start your Python script:
50-
1. Install packages: `pip install azure-identity azure-mgmt-cognitiveservices==13.7.0b1
50+
1. Install packages: `pip install azure-identity azure-mgmt-cognitiveservices~=13.7.0b1
5151
`. If in a notebook cell, use `%pip install` instead
5252
`.
5353
1. Use `pip show azure-mgmt-cognitiveservices` to verify your version is 13.7 or greater.

articles/ai-foundry/openai/how-to/fine-tuning-safety-evaluation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ GPT-4o, GPT-4o-mini, and GPT-4 are our most advanced models that can be fine-tun
1717

1818
- Evaluations are conducted in dedicated, customer specific, private workspaces;
1919
- Evaluation endpoints are in the same geography as the Azure OpenAI resource;
20-
- Training data is not stored in connection with performing evaluations; only the final model assessment (deployable or not deployable) is persisted; and
20+
- Training data isn't stored in connection with performing evaluations; only the final model assessment (deployable or not deployable) is persisted; and
2121

22-
GPT-4o, GPT-4o-mini, and GPT-4 fine-tuned model evaluation filters are set to predefined thresholds and cannot be modified by customers; they aren't tied to any custom content filtering configuration you might have created.
22+
GPT-4o, GPT-4o-mini, and GPT-4 fine-tuned model evaluation filters are set to predefined thresholds and can't be modified by customers; they aren't tied to any custom content filtering configuration you might have created.
2323

2424
## Data evaluation
2525

@@ -51,9 +51,10 @@ This model is unable to be deployed. Model evaluation identified that this fine
5151

5252
As with data evaluation, the model is evaluated automatically within your fine-tuning job as part of providing the fine-tuning capability. Only the resulting assessment (deployable or not deployable) is logged by the service. If deployment of the fine-tuned model fails due to the detection of harmful content in model outputs, you won't be charged for the training run.
5353

54-
5554
## Next steps
5655

56+
- To modify content safety for fine-tuning refer to terms listed in the [form](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUMlBQNkZMR0lFRldORTdVQzQ0TEI5Q1ExOSQlQCN0PWcu)
57+
5758
- Explore the fine-tuning capabilities in the [Azure OpenAI fine-tuning tutorial](../tutorials/fine-tune.md).
5859
- Review fine-tuning [model regional availability](../concepts/models.md#fine-tuning-models)
5960
- Learn more about [Azure OpenAI quotas](../quotas-limits.md)

articles/search/hybrid-search-how-to-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this article, learn how to:
5050

5151
1. Under **View**, select **JSON view** so that you can paste in a vector query.
5252

53-
1. Replace the default query template with a hybrid query, such as the "Run a hybrid query" example starting on line 539 in the [vector quickstart](https://raw.githubusercontent.com/Azure-Samples/azure-search-rest-samples/refs/heads/main/Quickstart-vectors/az-search-vector-quickstart.rest). For brevity, the vector is truncated in this article.
53+
1. Replace the default query template with a hybrid query, such as the "Run a hybrid query" example starting on line 539 in the [vector quickstart](https://raw.githubusercontent.com/Azure-Samples/azure-search-rest-samples/refs/heads/main/Quickstart-vectors/az-search-quickstart-vectors.rest). For brevity, the vector is truncated in this article.
5454

5555
A hybrid query has a text query specified in `search`, and a vector query specified under `vectorQueries.vector`.
5656

0 commit comments

Comments
 (0)