From 0f4895e10df0c52999d07761263ed19fe34c0dca Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Mon, 9 Mar 2026 14:33:45 -0230 Subject: [PATCH 1/2] feat: geneva/azure deployment docs --- docs/geneva/deployment/helm.mdx | 6 ++++++ docs/geneva/deployment/index.mdx | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/geneva/deployment/helm.mdx b/docs/geneva/deployment/helm.mdx index bcf93d3..4d068c9 100644 --- a/docs/geneva/deployment/helm.mdx +++ b/docs/geneva/deployment/helm.mdx @@ -61,6 +61,12 @@ geneva: # It should also have r/w access to the object storage bucket. # e.g., arn:aws:iam::123456789012:role/geneva-client-role clientRoleArn: "" + + azure: + # Azure managed identity client ID for the Geneva client. + # This identity should have a federated credential for the Geneva namespace + # and Storage Blob Data Contributor role on the storage account. + clientPrincipalId: "" ``` 3. Install kuberay operator diff --git a/docs/geneva/deployment/index.mdx b/docs/geneva/deployment/index.mdx index 14644a9..8840fab 100644 --- a/docs/geneva/deployment/index.mdx +++ b/docs/geneva/deployment/index.mdx @@ -12,12 +12,14 @@ Feature Engineering is deployed automatically as part of [LanceDB Enterprise](/e For manual installation in self-managed environments, follow the instructions below. +Feature Engineering can be deployed as part of LanceDB Enterprise in managed or self-managed environments. First class support is provided for Azure, AWS, and GCP, including deployment automation via Terraform and Helm. + ## Prerequisites - Kubernetes cluster with KubeRay 1.1+ operator installed - Ray 2.43+ -See below for installation instructions for: +See below for manual installation instructions for: - Amazon Web Services (AWS) Elastic Kubernetes Service (EKS) - Google Cloud Platform (GCP) Google Kubernetes Engine (GKE) From 5bac88ff631bf5f6edd3c4fe95c7cd05899ea6fd Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Mon, 9 Mar 2026 16:07:46 -0230 Subject: [PATCH 2/2] cleanup text --- docs/geneva/deployment/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/geneva/deployment/index.mdx b/docs/geneva/deployment/index.mdx index 8840fab..101e067 100644 --- a/docs/geneva/deployment/index.mdx +++ b/docs/geneva/deployment/index.mdx @@ -8,7 +8,6 @@ icon: cogs **Feature Engineering is deployed automatically in LanceDB Enterprise** -Feature Engineering is deployed automatically as part of [LanceDB Enterprise](/enterprise/). For manual installation in self-managed environments, follow the instructions below.