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
Copy file name to clipboardExpand all lines: scenarios/Agents/setup/network-secured-agent-thread-storage/README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ languages:
21
21

[](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)
27
27
@@ -57,7 +57,10 @@ To find your discovery_url, run the CLI command:
57
57
```az ml workspace show -n {project_name} --resource-group {resource_group_name} --query discovery_url```
58
58
Customer needs to login to Azure subscription via Azure CLI and set the environment variables
59
59
60
-
60
+
In case Azure Funtion Tool required, select from dropdown or edit in bicep
61
+
```
62
+
azureFunctionToolSupport=Enabled
63
+
```
61
64
## Architecture Overview
62
65
63
66
### Network Security Design
@@ -72,12 +75,14 @@ The deployment creates an isolated network environment:
72
75
- AI Services
73
76
- AI Search
74
77
- Key Vault
75
-
- Storage Account
78
+
- Storage Account Blob
79
+
- Storage Account Queue(Only created for Azure Function tool)
76
80
- Cosmos DB
77
81
78
82
-**Private DNS Zones**
79
83
- privatelink.azureml.ms
80
84
- privatelink.search.windows.net
85
+
- privatelonk.queue.core.windows.net
81
86
- privatelink.blob.core.windows.net
82
87
- privatelink.documents.azure.com
83
88
@@ -97,7 +102,8 @@ The deployment creates an isolated network environment:
97
102
- Azure AI Services
98
103
- Azure AI Search
99
104
- Key Vault
100
-
- Storage Account
105
+
- Storage Account Blob
106
+
- Storage Account Queue(Only created for Azure Function tool)
0 commit comments