Skip to content

Commit 8e00c7f

Browse files
committed
resolving odd build error
1 parent db6bfae commit 8e00c7f

12 files changed

+14
-14
lines changed

learn-pr/advocates/intro-ai-agent-service-security-controls/1-understand-azure-ai-agent-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand the Azure AI Agent Service
44
metadata:
55
title: Understand the Azure AI Agent Service
66
description: Learn about the Azure AI Agent Service.
7-
ms.date: 03/20/2025
7+
ms.date: 03/21/2025
88
author: Orin-Thomas
99
ms.author: orthomas
1010
ms.topic: unit

learn-pr/advocates/intro-ai-agent-service-security-controls/2-secure-azure-ai-agent-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Securing the Azure AI Agent Service
44
metadata:
55
title: Securing the Azure AI Agent Service
66
description: Understand the security controls that can be applied to the Azure AI Agent Service.
7-
ms.date: 03/20/2025
7+
ms.date: 03/21/2025
88
author: Orin-Thomas
99
ms.author: orthomas
1010
ms.topic: unit

learn-pr/advocates/intro-ai-agent-service-security-controls/3-azure-ai-agent-service-role-based-access-control.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Azure AI Agent Service Role Based Access Control
44
metadata:
55
title: Azure AI Agent Service Role Based Access Control
66
description: Learn to configure role-based access control for the Azure AI Agent Service.
7-
ms.date: 03/20/2025
7+
ms.date: 03/21/2025
88
author: Orin-Thomas
99
ms.author: orthomas
1010
ms.topic: unit

learn-pr/advocates/intro-ai-agent-service-security-controls/4-agent-service-and-network-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Agent Service and Network Access
44
metadata:
55
title: Agent Service and Network Access
66
description: Learn to configure network access for the Azure AI Agent Service.
7-
ms.date: 03/20/2025
7+
ms.date: 03/21/2025
88
author: Orin-Thomas
99
ms.author: orthomas
1010
ms.topic: unit

learn-pr/advocates/intro-ai-agent-service-security-controls/5-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.introduction-ai-agent-service-security-controls.knowledge-check
33
title: Knowledge Check
44
metadata:
55
title: Knowledge Check
6-
description: TBD
7-
ms.date: 03/20/2025
6+
description: Check your knowledge of the Azure AI Agent Service security controls.
7+
ms.date: 03/21/2025
88
author: Orin-Thomas
99
ms.author: orthomas
1010
ms.topic: unit

learn-pr/advocates/intro-ai-agent-service-security-controls/6-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.introduction-ai-agent-service-security-controls.summary
33
title: Summary
44
metadata:
55
title: Summary
6-
description: TBD
7-
ms.date: 03/20/2025
6+
description: Module summary
7+
ms.date: 03/21/2025
88
author: Orin-Thomas
99
ms.author: orthomas
1010
ms.topic: unit

learn-pr/advocates/intro-ai-agent-service-security-controls/includes/1-understand-azure-ai-agent-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents without needing to manage the underlying compute and storage resources. Tasks that can take hundreds of lines of code to support client side function calling may now be achieved with just a few lines of code with Azure AI Agent Service.
1+
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents without needing to manage the underlying compute and storage resources. Tasks that can take hundreds of lines of code to support client side function calling can now be achieved with just a few lines of code with Azure AI Agent Service.
22

33
An AI Agent acts as a "smart" microservice that can be used to answer questions (Retrieval Augmented Generation), perform actions, or completely automate workflows. AI agents achieve this by combining the power of generative AI models to understand information resources with tools that allow that model to access and interact with real-world data sources.
44

learn-pr/advocates/intro-ai-agent-service-security-controls/includes/2-secure-azure-ai-agent-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ You can apply security controls through the Azure AI Foundry interface or by app
88
- Network access
99
- Monitoring alerts, metrics and logs
1010

11-
At the Azure AI project level, you can configure role based access control, monitoring alerts, metrics, and logs, but can't configure network access restrictions. In most scenarios you configure security controls related to Azure AI Agents Service agents at the hub level. When you need to have different sets of security controls, you host Azure AI Agent Service agents in different Azure AI hubs.
11+
At the Azure AI project level, you can configure role based access control, monitoring alerts, metrics, and logs, but can't configure network access restrictions. In the majority of scenarios, you configure security controls related to Azure AI Agents Service agents at the hub level. When you need to have different sets of security controls, you host Azure AI Agent Service agents in different Azure AI hubs.

learn-pr/advocates/intro-ai-agent-service-security-controls/includes/3-azure-ai-agent-service-role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Azure AI Foundry hub has built-in roles that are available by default.
1111
| **Azure AI Inference Deployment Operator** | Perform all actions required to create a resource deployment within a resource group. |
1212
| **Reader** | Read only access to the hub. This role is automatically assigned to all project members within the hub. |
1313

14-
Hubs have the system-assigned managed identity assigned to the Azure AI Administrator role. This role is more narrowly scoped to the minimum permissions needed for the managed identity to perform its tasks. This system-assigned managed identity is inherited at the project level. Depending on how an Azure AI Agent is configured, it will either use the system-assigned managed identity when accessing data sources or performing actions such as running code, running a custom function or an Azure function.
14+
Hubs have the system-assigned managed identity assigned to the Azure AI Administrator role. This role is more narrowly scoped to the minimum permissions needed for the managed identity to perform its tasks. This system-assigned managed identity is inherited at the project level. Depending on how an Azure AI Agent is configured, the process will use the system-assigned managed identity when accessing data sources or performing actions such as running code, running a custom function or an Azure function with the user's identity.
1515

1616
When a user is granted access to a project (for example, through the Azure AI Foundry portal permission management), two more roles are automatically assigned to the user. The first role is Reader on the hub. The second role is the Inference Deployment Operator role, which allows the user to create deployments on the resource group that the project is in.
1717

learn-pr/advocates/intro-ai-agent-service-security-controls/includes/4-agent-service-network-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Network access for an Azure AI Agent associated with an Azure Foundry project is configured at the Hub level. You can only configure network settings for a hub in the Azure portal and can't configure network settings in Azure Foundry.
1+
You configure network access for an Azure AI Agent associated with an Azure Foundry project at the Hub level. You can only configure network settings for a hub in the Azure portal and can't configure network settings in Azure Foundry.
22

33
You have the following options when configuring network access:
44

0 commit comments

Comments
 (0)