Deploying Kyvos through Azure Template Specs
Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
From Kyvos 2024.3 onwards, you can select the compute cluster on Azure to process semantic model through Databricks or Kyvos Native (Kubernetes or Shared Query engines). For further details, see the Deploying Kyvos through Azure Template Specs with Kyvos Native section.
To deploy Kyvos through Azure Template specs, perform the following steps.
Log in to your Azure Portal, with the user having sufficient permissions and information as mentioned in the prerequisites.
On the Home page, click Cloud Shell.
Upload the formUiDefinition and mainTemplate templates by clicking the Upload button.
After uploading the template, in the Cloud Shell Area, execute the following command to create Template Specs.
az ts create --name <TemplateSpecName> --version <“VersionNumber”> --resource-group <Resource Group name> --location <“Location”> --template-file "MainTemplatePath" --ui-form-definition "FormFilePath"For example,
az ts create --name kyvosspec --version "v1.0.33" --resource-group Kyvos_RG2 --location "Central US" --template-file "./mainTemplate.json" --ui-form-definition "./formUiDefinition.json"
Close the Cloud Shell and in the Search box, click Template Spec. The Template Specs page is displayed.
On the Template Specs page, search the Template Spec that you have created in Step 4, as mentioned above.
Browse the selected Template Spec and then click the Deploy option to open the Kyvos deployment form.
The Kyvos Deployment form is displayed with the parameters required for deployment.
Here, enter the details as:
Fields marked (*) are mandatory.
Copyright Kyvos, Inc. 2025. All rights reserved.