Skip to content

Commit b51f295

Browse files
committed
commenting out
1 parent 45a03e6 commit b51f295

File tree

1 file changed

+2
-1
lines changed
  • articles/ai-services/agents/concepts

1 file changed

+2
-1
lines changed

articles/ai-services/agents/concepts/agents.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Azure AI Agents Service is built on the same capabilities that power Azure OpenA
4343
|**Run** | Activation of an agent to begin running based on the contents of the Thread. The agent uses its configuration and the Thread’s Messages to perform tasks by calling models and tools. As part of a Run, the agent appends Messages to the Thread.|
4444
|**Run Step** | A detailed list of steps the agent took as part of a Run. An agent can call tools or create Messages during it’s run. Examining Run Steps allows you to understand how the agent is getting to its final results. |
4545

46-
## Agents data access
46+
<!--## Agents data access
4747
4848
Currently, agents, threads, messages, and files created for agents are scoped at the resource level. Therefore, anyone with access to the resource or API key access is able to read/write agents, threads, messages, and files.
4949
@@ -53,6 +53,7 @@ We strongly recommend the following data access controls:
5353
- Restrict resource and API key access. Carefully consider who has access to resources where agents are being used, and the associated API keys.
5454
- Routinely audit which accounts/individuals have access to the resource. API keys and resource level access enable a wide range of operations including reading and modifying messages and files.
5555
- If you're using Azure OpenAI models, enabling [diagnostic settings](../../openai/how-to/monitor-openai.md#configure-diagnostic-settings) to allow long-term tracking of certain aspects of the Azure OpenAI resource's activity log.
56+
-->
5657

5758
## Parameters
5859

0 commit comments

Comments
 (0)