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: articles/ai-services/agents/how-to/virtual-networks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Azure AI Agent Service offers a standard agent configuration with private networ
74
74
</summary>
75
75
76
76
**The Bicep template automates the following configurations and resource provisions:**
77
-
* Creates a User Assigned Identity. [Learn more](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity)
77
+
* Creates a [User Assigned Identity](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity).
78
78
* The User Assigned Managed Identity requires the following Role-Based Access Roles:
79
79
* KeyVault Secret Officer
80
80
* KeyVault Contributor
@@ -280,6 +280,6 @@ with project_client:
280
280
print("Deleted agent")
281
281
```
282
282
283
-
# Next steps
283
+
##Next steps
284
284
285
285
Once you've provisioned your agent, you can add tools such as [Grounding with Bing Search](./tools/bing-grounding.md) to enhance their capabilities.
0 commit comments