Skip to content

Commit 3745d72

Browse files
committed
fixes
1 parent 659d2cf commit 3745d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Azure AI Agent Service offers a standard agent configuration with private networ
7474
</summary>
7575

7676
**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).
7878
* The User Assigned Managed Identity requires the following Role-Based Access Roles:
7979
* KeyVault Secret Officer
8080
* KeyVault Contributor
@@ -280,6 +280,6 @@ with project_client:
280280
print("Deleted agent")
281281
```
282282

283-
# Next steps
283+
## Next steps
284284

285285
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

Comments
 (0)