メインコンテンツまでスキップ

Install the manager on Azure

The AI Unlimited manager orchestrates the engine's deployment and includes a web-based user interface for monitoring projects. You'll also use it to set up AI Unlimited.

You'll use an Azure Resource Manager (ARM) template provided by Teradata to install the manager from the Azure Portal. This deploys a server instance, with the manager running in a container controlled by systemd.

ヒント

For installation support, ask the community.

注記

References to the Azure Portal are accurate as of April 14, 2024.

Download the manager template

Download the template (/deployments/azure/ai-unlimited.json) from the AI Unlimited GitHub repository you cloned.

Load the template

  1. Sign in to the Azure Portal.
  2. Search for custom deployment, then select Deploy a custom template.
  3. Select Build your own template in the editor and then Load file.
  4. Choose the template file you downloaded, and click Save.

Specify instance details

Review the parameters. Provide values for the required parameters. Your organization might require others.

We are working on the table/scrollbar issues.

Azure and AI Unlimited parameters
ParameterDescriptionRequired?DefaultNotes
SubscriptionThe Azure subscription you want to use for deploying AI Unlimited.Required-This must be a pay-as-you-go account.
RegionThe region where you want to deploy AI Unlimited.Required-Select the Azure region closest to your work location and the data resources to use with AI Unlimited.
Resource Group NameThe name of the container that groups together related AI Unlimited resources.Requiredai-unlimited-workspace-
AI Unlimited NameUnique name given to AI Unlimited.Required--
Public KeyThe public SSH Key that you can use to connect to a VM over SSH.Required-This value must start with “ssh-rsa”.
OS VersionThe versions of the operating systems that are available in the current subscription.Optional with defaultUbuntu-2004-
Instance TypeThe instance type that you want to use for AI Unlimited.OptionalSTANDARD_D2_V3We recommend using the default instance type to save costs. The default instance type is the standard Dv3 series with 2 vCPUs and 8.0 GiB of memory.
NetworkThe name of the network to which you want to deploy the AI Unlimited instance.Optional--
SubnetThe subnetwork to which you want to deploy the AI Unlimited instance.Required-The subnet must reside in the selected availability zone.
Security GroupThe virtual firewall that controls inbound and outbound traffic to the instance.Optional-Security Group is implemented as a set of rules that specify which protocols, ports, and IP addresses or CIDR blocks are allowed to access the instance. Define at least one of Access CIDR, or Security Group to allow inbound traffic unless you create custom security group ingress rules.
Access CIDRThe CIDR IP address range that is permitted to access the instance.Optional-We recommend setting this value to a trusted IP range. Define at least one of Access CIDR, or Security Group to allow inbound traffic unless you create custom security group ingress rules.
AI Unlimited HTTP PortThe port to access the AI Unlimited UI.Required with default3000-
AI Unlimited GRPC PortThe port to access the AI Unlimited API.Required with default3282-
Source App Sec Groups (ASG)The source application security groups that have permission to connect to the AI Unlimited instance. ASGs let you organize your virtual machines (VMs) based on their specific network security policies. These security policies determine what traffic is or is not permissible on your virtual machine.Optional-Select an application security group in the same region as the network interface.
Destination App Sec GroupsThe destination application security groups that have permission to connect to the AI Unlimited instance.Optional-Select an application security group in the same region as the network interface. 
Role Definition IDThe ID of the role to use with AI Unlimited.Required-Use Azure CLI command- Get-AzRoleDefinition command to get your Role Definition ID.
Allow Public SSHSpecifies whether you can use secure shell (SSH) keys to connect to VMs in Azure.Optional--
Use Key VaultSpecifies whether to use Key Vault to retrieve the secured password during a deployment.OptionalNew
Persistent Volume SizeThe size of the persistent volume that you can attach to the instance, in GB.Optional8Supports values between 8  and 1000.
Existing Persistent VolumeThe ID of the existing persistent volume that you can attach to the instance.Required if UsePersistentVolume is set to Existing.-The persistent volume must be in the same availability zone as the AI Unlimited instance.
AI Unlimited VersionThe version of the AI Unlimited you want to deploy.Required with defaultlatestThe value is a container version tag.
Use NLBSpecifies whether the instance is accessed using a Network Load Balancer.Required with defaultfalse
TagsThe key-value pairs that are assigned to the resources for quick identification.Optional

Create the instance

  1. Select Review + create, then Create.
  2. Monitor the deployment status on the Notifications page.

You'll see connection parameters for the manager in Outputs.

You'll need the host (the IP address or hostname) when you connect to the manager from a Jupyter notebook.

Haven't actually seen what happens after clicking Create. Is there really a "Notifications" page? Is Outputs just another section that appears?

What's next

In the manager, set up AI Unlimited.