Skip to content

Commit c0dbc78

Browse files
authored
Merge pull request #5825 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents a21af71 + fc55aaf commit c0dbc78

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

articles/ai-foundry/agents/faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ sections:
2525
- question: |
2626
Where is this data stored?
2727
answer: |
28-
Data is stored in a secure, Microsoft-managed storage account that is logically separated.
28+
Basic Setup: Data is stored in a secure, Microsoft-managed storage account that is logically separated.
29+
Standard Setup: Data is stored in your own Azure resources, giving you full ownership and control.
2930
- question: |
3031
How long is this data stored?
3132
answer: |

articles/ai-foundry/agents/how-to/tools/fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,4 @@ curl --request GET \
462462

463463
## Next steps
464464

465-
[See the full sample for Fabric data agent.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_fabric.py)
465+
[See the full sample for Fabric data agent.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_fabric.py)

articles/ai-foundry/agents/how-to/virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Virtual networks enable you to specify which endpoints can make API calls to you
167167
168168
### Network rules
169169
170-
All accounts and their corresponding projects are protected by default with **deny-by-default network rules**, requiring explicit configuration to allow access through private endpoints.
170+
All accounts and their corresponding projects are protected by default with **Public network access Disabled flag**, requiring explicit configuration to allow access through private endpoints.
171171
172172
These rules apply to **all protocols**, including REST and WebSocket. Even internal testing tools like Azure portal's test consoles require explicit permission to access your account and its child resources—ensuring complete security across all agent projects.
173173

0 commit comments

Comments
 (0)