Skip to content

Commit c2d9fce

Browse files
authored
Merge pull request #266947 from Blackmist/201162-diagram
diagrams & feedback
2 parents 337e5b7 + 8784f06 commit c2d9fce

File tree

2 files changed

+3771
-7
lines changed

2 files changed

+3771
-7
lines changed

articles/ai-studio/concepts/architecture.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,22 @@ The top level AI Studio resources (AI hub and AI projects) are based on Azure Ma
3333

3434
An AI hub can have multiple child AI projects. Each AI project can have its own set of project-scoped connections.
3535

36-
:::image type="content" source="../media/concepts/azureai-hub-project-relationship.png" alt-text="Diagram of the relationship between AI Studio resources." lightbox="../media/concepts/azureai-hub-project-relationship.png":::
36+
:::image type="content" source="../media/concepts/resource-provider-connected-resources.svg" alt-text="Diagram of the relationship between AI Studio resources." :::
3737

38-
### Tenant separation
38+
### Microsoft-hosted resources
3939

40-
While most of the resources used by Azure AI Studio live in your Azure subscription, some resources exist in the Azure AI Studio tenant. The Azure AI Studio tenant is a separate Microsoft Entra ID tenant that provides some of the services used by Azure AI Studio. The following resources are in the Azure AI Studio tenant:
40+
While most of the resources used by Azure AI Studio live in your Azure subscription, some resources are in an Azure subscription managed by Microsoft. This subscription provides some of the services used by Azure AI Studio. The following resources are in the Microsoft-managed Azure subscription, and don't appear in your Azure subscription:
4141

42-
- **Managed compute resources**: Provided by Azure Batch resources in the Azure AI Studio tenant.
43-
- **Managed virtual network**: Provided by Azure Virtual Network resources in the Azure AI Studio tenant. If FQDN rules are enabled, an Azure Firewall (standard) is added and charged to your subscription. For more information, see [Configure a managed virtual network for Azure AI Studio](../how-to/configure-managed-network.md).
44-
- **Metadata storage**: Provided by Azure Cosmos DB, Azure AI Search, and Azure Storage Account in the Azure AI Studio tenant. If you use customer-managed keys, these resources are created in your subscription. For more information, see [Customer-managed keys](../../ai-services/encryption/cognitive-services-encryption-keys-portal.md?context=/azure/ai-studio/context/context).
42+
- **Managed compute resources**: Provided by Azure Batch resources in the Microsoft subscription.
43+
- **Managed virtual network**: Provided by Azure Virtual Network resources in the Microsoft subscription. If FQDN rules are enabled, an Azure Firewall (standard) is added and charged to your subscription. For more information, see [Configure a managed virtual network for Azure AI Studio](../how-to/configure-managed-network.md).
44+
- **Metadata storage**: Provided by Azure Cosmos DB, Azure AI Search, and Azure Storage Account in the Microsoft subscription.
45+
46+
> [!NOTE]
47+
> If you use customer-managed keys, the metadata storage resources are created in your subscription. For more information, see [Customer-managed keys](../../ai-services/encryption/cognitive-services-encryption-keys-portal.md?context=/azure/ai-studio/context/context).
48+
49+
Managed compute resources and managed virtual networks exist in the Microsoft subscription, but are managed by you. For example, you control which VM sizes are used for compute resources, and which outbound rules are configured for the managed virtual network.
50+
51+
Managed compute resources also require vulnerability management. This is a shared responsibility between you and Microsoft. For more information, see [vulnerability management](vulnerability-management.md).
4552

4653
## Azure resource providers
4754

@@ -104,4 +111,4 @@ Create an AI hub using one of the following methods:
104111

105112
- [Azure AI Studio](../how-to/create-azure-ai-resource.md#create-an-azure-ai-hub-resource-in-ai-studio): Create an AI hub for getting started.
106113
- [Azure portal](../how-to/create-azure-ai-resource.md#create-a-secure-azure-ai-hub-resource-in-the-azure-portal): Create an AI hub with your own networking, encryption, identity and access management, dependent resources, and resource tag settings.
107-
- [Bicep template](../how-to/create-azure-ai-hub-template.md).
114+
- [Bicep template](../how-to/create-azure-ai-hub-template.md).

0 commit comments

Comments
 (0)