Please provide guidance on the procedures for creating and managing an Azure AI Studio hub?
Leave an answer
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Create a Hub in AI Studio
To create a new hub, you need either the Owner or Contributor role on the resource group or an existing hub. If you lack the necessary permissions, contact your administrator. If your organization uses Azure Policy, create the hub in the Azure portal instead.
Steps to Create a Hub in AI Studio:
Create a Secure Hub in the Azure Portal
If your organization is using Azure Policy, set up a hub that aligns with your organization’s requirements through the Azure portal.
Steps to Create a Hub in the Azure Portal:
Note: If using User-assigned identity, ensure it has the Cognitive Services Contributor role to create the hub successfully.
Manage Your Hub from the Azure Portal
Manage Access Control
Manage role assignments from Access control (IAM) within the Azure portal. Learn more about hub role-based access control.
To grant users permissions:
Networking
Hub networking settings can be configured during resource creation or modified in the Networking tab in the Azure portal. Creating a new hub initializes a Managed Virtual Network, which simplifies network isolation. Choose from Public, Private with Internet Outbound, or Private with Approved Outbound isolation modes based on your security requirements. For private modes, create a private endpoint for inbound access. For more information, see Managed virtual network isolation.
At hub creation in the Azure portal, associated Azure AI services, Storage account, Key Vault, Application Insights, and Container Registry are created. These resources are found on the Resources tab during creation.
To connect to Azure AI services (e.g., Azure OpenAI, Azure AI Search, and Azure AI Content Safety) or storage accounts in Azure AI Studio, create a private endpoint in your virtual network. Ensure public network access (PNA) is disabled for the private endpoint connection. For more details, follow the Azure AI services documentation.
Encryption
Projects using the same hub share encryption settings, which can only be configured during hub creation. From the Azure portal, navigate to the encryption tab to view or update encryption settings. For hubs using Customer-managed keys (CMK), you can update the encryption key to a new version within the same Key Vault.
Update Azure Application Insights and Azure Container Registry
To use custom environments for Prompt Flow, configure an Azure Container Registry for your hub. To use Azure Application Insights for Prompt Flow deployments, configure an Azure Application Insights resource for your hub. Updating these resources might affect job lineage, deployed inference endpoints, or the ability to rerun previous jobs.
Updates can be performed using the Azure Portal, Azure SDK/CLI, or infrastructure-as-code templates.
Configure or update these resources during creation or after creation. To update Azure Application Insights, go to the Properties for your hub in the Azure portal and select “Change Application Insights
To create and manage an Azure AI Studio hub, you can follow these general procedures:
1. Creating an Azure AI Studio hub:
– Sign in to the Azure portal.
– Go to the Azure AI Studio service.
– Click on “Create AI Studio hub.”
– Enter the required details like name, location, resource group, etc.
– Choose the pricing tier that fits your needs.
– Review and create the AI Studio hub.
2. Managing an Azure AI Studio hub:
– Access your AI Studio hub through the Azure portal.
– Configure and manage your hub settings, such as security, user access, and resource allocation.
– Upload and manage your machine learning models, data, and experiments within the studio.
– Utilize the integrated tools and services for data preparation, model training, and deployment.
– Monitor the performance of your models and manage any scaling or optimization needs.
– Collaborate with team members by sharing workspaces and resources within the hub.
These steps provide a general outline for creating and managing an Azure AI Studio hub. For more detailed instructions or specific guidance, you can refer to the official Azure documentation or tutorials related to the Azure AI Studio service.