Skip to content

Commit 9dfa75e

Browse files
authored
Merge pull request #5531 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 d4e4828 + 409880f commit 9dfa75e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ For customers without an existing virtual network, the Standard Setup with Priva
7878
* A Microsoft-managed key vault is used by default.
7979

8080

81-
### Option 1: manually deploy the bicep template
81+
### Manually deploy the bicep template
82+
83+
> [!NOTE]
84+
> Using the Bicep template is the only way to deploy a network secured environment for Azure AI Foundry Agent Service.
8285

8386
1. To deploy and customize the bicep templates, [download the template from GitHub](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup). Download the following from the `private-network-standard-agent-setup` folder:
8487
1. `main-create.bicep`

articles/machine-learning/how-to-assign-roles.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ The following table is a summary of Azure Machine Learning activities and the pe
289289
290290
3. These scenarios don't include the permissions needed to create workspace dependent resources. For more information, see the write permissions for [Storage](https://learn.microsoft.com/azure/role-based-access-control/permissions/storage#microsoftstorage), [OperationalInsights](https://learn.microsoft.com/azure/role-based-access-control/permissions/monitor#microsoftoperationalinsights), [Key Vault](https://learn.microsoft.com/azure/role-based-access-control/permissions/security#microsoftkeyvault) and [Container Registry](https://learn.microsoft.com/azure/role-based-access-control/permissions/containers#microsoftcontainerregistry).
291291
292+
4. When attaching user-managed identities, you also need to have `Microsoft.ManagedIdentity/userAssignedIdentities/assign/action` permission on the identities. For more information, see [Azure built-in roles for Identity](/azure/role-based-access-control/built-in-roles/identity).
293+
294+
5. When specifying a serverless compute custom subnet, you also need to have `Microsoft.Network/virtualNetworks/subnets/join/action` on the virtual network. For more information, see [Azure permissions for Networking](/azure/role-based-access-control/permissions/networking).
295+
292296
### Deploy into a virtual network or subnet
293297
294298
[!INCLUDE [network-rbac](includes/network-rbac.md)]

0 commit comments

Comments
 (0)