Skip to content

Commit 30fb7f9

Browse files
Add azure function tool support
1 parent 247877a commit 30fb7f9

File tree

1 file changed

+10
-4
lines changed
  • scenarios/Agents/setup/network-secured-agent-thread-storage

1 file changed

+10
-4
lines changed

scenarios/Agents/setup/network-secured-agent-thread-storage/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ languages:
2121
![Best Practice Check](https://azurequickstartsservice.blob.core.windows.net/badges/quickstarts/microsoft.azure-ai-agent-service/network-secured-agent/BestPracticeResult.svg)
2222
![Cred Scan Check](https://azurequickstartsservice.blob.core.windows.net/badges/quickstarts/microsoft.azure-ai-agent-service/network-secured-agent/CredScanResult.svg)
2323

24-
![Bicep Version](https://azurequickstartsservice.blob.core.windows.net/badges/quickstarts/microsoft.azure-ai-agent-service/network-secured-agent-thread/BicepVersion.svg)
24+
![Bicep Version](https://azurequickstartsservice.blob.core.windows.net/badges/quickstarts/microsoft.azure-ai-agent-service/basic-agent-keys/BicepVersion.svg)
2525

2626
[![Deploy To Azure](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazureai-samples%2Fmain%2Fscenarios%2FAgents%2Fsetup%2Fnetwork-secured-agent-thread-storage%2Fazuredeploy.json)
2727

@@ -57,7 +57,10 @@ To find your discovery_url, run the CLI command:
5757
```az ml workspace show -n {project_name} --resource-group {resource_group_name} --query discovery_url```
5858
Customer needs to login to Azure subscription via Azure CLI and set the environment variables
5959

60-
60+
In case Azure Funtion Tool required, select from dropdown or edit in bicep
61+
```
62+
azureFunctionToolSupport=Enabled
63+
```
6164
## Architecture Overview
6265

6366
### Network Security Design
@@ -72,12 +75,14 @@ The deployment creates an isolated network environment:
7275
- AI Services
7376
- AI Search
7477
- Key Vault
75-
- Storage Account
78+
- Storage Account Blob
79+
- Storage Account Queue(Only created for Azure Function tool)
7680
- Cosmos DB
7781

7882
- **Private DNS Zones**
7983
- privatelink.azureml.ms
8084
- privatelink.search.windows.net
85+
- privatelonk.queue.core.windows.net
8186
- privatelink.blob.core.windows.net
8287
- privatelink.documents.azure.com
8388

@@ -97,7 +102,8 @@ The deployment creates an isolated network environment:
97102
- Azure AI Services
98103
- Azure AI Search
99104
- Key Vault
100-
- Storage Account
105+
- Storage Account Blob
106+
- Storage Account Queue(Only created for Azure Function tool)
101107
- Cosmos DB Account
102108

103109
## Security Features

0 commit comments

Comments
 (0)