You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | File upload only | File upload and using bring-your-own blob storage |
@@ -74,7 +79,7 @@ Vector store objects give the file search tool the ability to search your files.
74
79
Similarly, these files can be removed from a vector store by either:
75
80
76
81
* Deleting the vector store file object or,
77
-
* By deleting the underlying file object, which removes the file it from all vector_store and code_interpreter configurations across all agents and threads in your organization
82
+
* By deleting the underlying file object, which removes the file from all vector_store and code_interpreter configurations across all agents and threads in your organization
78
83
79
84
The maximum file size is 512 MB. Each file should contain no more than 5,000,000 tokens per file (computed automatically when you attach a file).
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/virtual-networks.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: cognitive-services
6
6
manager: nitinme
7
7
ms.service: azure-ai-agent-service
8
8
ms.topic: how-to
9
-
ms.date: 05/12/2025
9
+
ms.date: 08/01/2025
10
10
author: aahill
11
11
ms.author: aahi
12
12
ms.reviewer: fosteramanda
@@ -15,7 +15,7 @@ ms.custom: azure-ai-agents
15
15
16
16
# Create a new network-secured environment with user-managed identity
17
17
18
-
Azure AI Foundry Agent Service offers **Standard Setup with private networking** environment setup, allowing you to bring your own (BYO) private virtual network. This set up creates an isolated network environment that lets you securely access data and perform actions while maintaining full control over your network infrastructure. This guide provides a step-by-step walkthrough of the setup process and outlines all necessary requirements.
18
+
Azure AI Foundry Agent Service offers **Standard Setup with private networking** environment setup, allowing you to bring your own (BYO) private virtual network. This setup creates an isolated network environment that lets you securely access data and perform actions while maintaining full control over your network infrastructure. This guide provides a step-by-step walkthrough of the setup process and outlines all necessary requirements.
19
19
20
20
## Security features
21
21
@@ -39,7 +39,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
39
39
-**Exception:** You may connect your Foundry Project to models deployed in a different region (on another AI Foundry or Azure OpenAI resource) by configuring an appropriate AI Services connection on the Project's [capability host](/azure/templates/microsoft.cognitiveservices/accounts/projects/capabilityhosts).
40
40
-**Region availability**:
41
41
- For supported regions for Foundry workspace resources, see: [Azure AI Foundry project region availability](../../reference/region-support.md#azure-ai-foundry-projects).
42
-
- For supported regions for model deployments, see: [Azure OpenAI model region support](../concepts/model-region-support.md#azure-openai-models).
42
+
- For supported regions for model deployments, see: [Azure OpenAI model region support](../concepts/model-region-support.md#available-models).
43
43
-**Azure Blob Storage**: using Azure Blob Storage files with the File Search tool isn't supported.
44
44
45
45
## Prerequisites
@@ -79,7 +79,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
79
79
## Configure a new network-secured environment
80
80
81
81
> [!NOTE]
82
-
> - Programmatic deployment is required to set up a network-secured environment for Azure AI Foundry Agent Service. Deployment through the Azure portal is currently not supported.
82
+
> - Programmatic deployment is required to setup a network-secured environment for Azure AI Foundry Agent Service. Deployment through the Azure portal is currently not supported.
83
83
> - If you want to delete your Foundry resource and Standard Agent with secured network set-up, delete your AI Foundry resource and virtual network last. Before deleting the virtual network, ensure to delete and [purge](../../../ai-services/recover-purge-resources.md#purge-a-deleted-resource) your AI Foundry resource.
84
84
> - In the Standard Setup, agents use customer-owned, single-tenant resources. You have full control and visibility over these resources, but you incur costs based on your usage.
85
85
@@ -119,7 +119,7 @@ The following DNS zones are configured:
119
119
Virtual networks enable you to specify which endpoints can make API calls to your resources. The Azure service automatically rejects API calls from devices outside your defined network. You can establish allowed networks using either formula-based definitions or by creating an exhaustive list of permitted endpoints. This security layer can be combined with other security measures for enhanced protection.
120
120
121
121
> [!NOTE]
122
-
> If you bring your existing virtual network and subnet with the *Microsoft.App/environments* delegation, the minimize size of your subnet should be /27 (32 addresses). We recommend a subnet size of /24 (256 addresses) and is the default subnet size setin the network secured template.
122
+
> If you bring your existing virtual network and subnet with the *Microsoft.App/environments* delegation, the minimize size of your subnet should be /27 (32 addresses). We recommend a subnet size of /24 (256 addresses), which is the default subnet size setin the network secured template.
123
123
124
124
### Network rules
125
125
@@ -169,7 +169,7 @@ Once your template deployment is complete, you can access your Foundry project b
169
169
170
170
This setup enables AI agents to operate entirely within a dedicated, isolated virtual network. By leveraging private network isolation (BYO VNet), organizations can enforce custom security policies, ensuring that AI agents operate within their trusted infrastructure.
171
171
172
-
Our goal is to accelerate the development and deployment of AI agents without compromising critical security requirements. With our bicep and ARM templates, you can quickly set up your agent environment while still maintaining full control over their networking and data.
172
+
Our goal is to accelerate the development and deployment of AI agents without compromising critical security requirements. With our bicep and ARM templates, you can quickly setup your agent environment while still maintaining full control over their networking and data.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/face-environment-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this example, write your credentials to environment variables on the local ma
10
10
11
11
[!INCLUDE [find key and endpoint](./find-key.md)]
12
12
13
-
To set the environment variable for your key and endpoint, open a console window and follow the instructions for your operating system and development environment.
13
+
To set the environment variable for your key and endpoint, open a console window and complete the instructions that follow for your operating system and development environment.
14
14
15
15
- To set the `FACE_APIKEY` environment variable, replace `<your_key>` with one of the keys for your resource.
16
16
- To set the `FACE_ENDPOINT` environment variable, replace `<your_endpoint>` with the endpoint for your resource.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/find-key.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ ms.update-cycle: 365-days
12
12
ms.author: pafarley
13
13
---
14
14
15
-
Go to the Azure portal. If the resource you created in the **Prerequisites** section deployed successfully, select **Go to resource** under **Next Steps**. You can find your key and endpoint under **Resource Management**in the **Keys and Endpoint** page. Your resource key isn't the same as your Azure subscription ID.
15
+
Go to the Azure portal. If the resource you created in the **Prerequisites** section deployed successfully, select **Go to resource** under **Next steps**. You can find your key and endpoint under **Resource Management**on the **Keys and Endpoint** page of the Face resource. Your resource key isn't the same as your Azure subscription ID.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/identity-studio-quickstart.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@ Use Azure AI Foundry portal to detect faces in an image.
22
22
23
23
Go to the [Azure AI Foundry portal](https://ai.azure.com/), and sign in with your Azure account that has the AI Foundry resource.
24
24
25
-
On the left nav, select **AI Services**. On the next page, select **Vision + Document**. Go to the **Face** tab and select **Detect faces in an image**.
26
-
25
+
Select **Azure AI Foundry** in the top-left corner, scroll down and select **Explore Azure AI Services**, and then select **Vision + Document**. On the **Face** tab, select **Detect faces in an image**.
27
26
28
27
## Detect faces
29
28
@@ -33,7 +32,7 @@ Select an image from the available set, or upload your own. The service will det
33
32
34
33
## Next steps
35
34
36
-
In this quickstart, you did face detection using the Azure AI Foundry portal. Next, learn about the different face detection models and how to specify the right model for your use case.
35
+
In this quickstart, you did face detection by using the Azure AI Foundry portal. Next, learn about the different face detection models and how to specify the right model for your use case.
37
36
38
37
> [!div class="nextstepaction"]
39
38
> [Specify a face detection model version](../how-to/specify-detection-model.md)
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,9 @@ Get started with facial recognition using the Face client library for .NET. The
18
18
19
19
## Prerequisites
20
20
21
-
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
21
+
* Azure subscription. [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
22
22
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) or current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
23
-
* Once you have your Azure subscription, <ahref="https://portal.azure.com/#create/Microsoft.CognitiveServicesFace"title="Create a Face resource"target="_blank">create a Face resource </a> in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
24
-
* You'll need the key and endpoint from the resource you create to connect your application to the Face API.
25
-
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
23
+
* Once you have your Azure subscription, <ahref="https://portal.azure.com/#create/Microsoft.CognitiveServicesFace"title="Create a Face resource"target="_blank">create a Face resource </a> in the Azure portal to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
26
24
27
25
28
26
## Create environment variables
@@ -31,15 +29,15 @@ Get started with facial recognition using the Face client library for .NET. The
31
29
32
30
## Identify and verify faces
33
31
34
-
1. Create a new C# application
32
+
1. Create a new C# application.
35
33
36
34
#### [Visual Studio IDE](#tab/visual-studio)
37
35
38
-
Using Visual Studio, create a new .NET Core application.
36
+
Using Visual Studio, create a new .NET Console App.
39
37
40
38
### Install the client library
41
39
42
-
Once you've created a new project, install the client library by right-clicking on the project solution in the**Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse**, check**Include prerelease**, and search for `Azure.AI.Vision.Face`. Select the latest version, and then **Install**.
40
+
Once you've created a new project, install the client library by right-clicking the project in **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens, select **Browse**, select**Include prerelease**, and search for `Azure.AI.Vision.Face`. Select the latest version, and then select**Install**.
43
41
44
42
#### [CLI](#tab/cli)
45
43
@@ -74,10 +72,10 @@ Get started with facial recognition using the Face client library for .NET. The
74
72
```
75
73
76
74
---
77
-
1. Add the following code into the *Program.cs* file.
75
+
1. Add the following code into the *Program.cs* file, replacing the existing code.
78
76
79
77
> [!NOTE]
80
-
> If you haven't received access to the Face service using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
78
+
> If you haven't received access to the Face service by using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-javascript-sdk.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,15 @@ ms.date: 05/03/2022
12
12
ms.author: pafarley
13
13
---
14
14
15
-
Get started with facial recognition using the Face client library for JavaScript. Follow these steps to install the package and try out the example code for basic tasks. The Face service provides you with access to advanced algorithms for detecting and recognizing human faces in images. Follow these steps to install the package and try out the example code for basic face identification using remote images.
15
+
Get started with facial recognition using the Face client library for JavaScript. The Face service provides you with access to advanced algorithms for detecting and recognizing human faces in images. Follow these steps to install the package and try out the example code for basic face identification using remote images.
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
21
+
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
22
22
* The latest version of [Node.js](https://nodejs.org/en/)
23
-
* Once you have your Azure subscription, [Create a Face resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace) in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
24
-
* You'll need the key and endpoint from the resource you create to connect your application to the Face API.
25
-
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
23
+
* Once you have your Azure subscription, [Create a Face resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace).You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
26
24
27
25
28
26
## Create environment variables
@@ -54,7 +52,7 @@ Get started with facial recognition using the Face client library for JavaScript
54
52
55
53
Your app's `package.json` file is updated with the dependencies.
56
54
57
-
1. Create a file named `index.js`, open it in a text editor, and paste in the following code:
55
+
1. Create a file named `index.js`, open it in a text editor, paste in the following code, and save it to the folder that contains the app.
58
56
59
57
> [!NOTE]
60
58
> If you haven't received access to the Face service using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
> Face service access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face service is only available to Microsoft managed customers and partners. Use the [Face Recognition intake form](https://aka.ms/facerecognition) to apply for access. To complete the steps in this quickstart, request the **[Face API] Facial Identification (1:N or 1:1 matching) with optional facial liveness detection for touchless access control** use case. For more information, see the [Face limited access](/azure/ai-foundry/responsible-ai/computer-vision/limited-access-identity) page.
0 commit comments