Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Quickstart

Venkat Malladi edited this page Mar 17, 2025 · 6 revisions

Deploying TES on Azure

The TES deployer (deploy-tes-on-azure) is available for Linux, macOS, and Windows. It requires that the AZ CLI and Helm to be installed, and the Helm binary path specified on the command line. When complete, TES will be available via an https endpoint using a free Let's Encrypt SSL certificate secured with Basic Authentication.

  1. Install the AZ cli, then run az login
  2. Install Helm
  3. Download the latest deployer from the Releases page and execute it:

Linux

deploy-tes-on-azure-linux --subscriptionid aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee --regionname southcentralus --mainidentifierprefix example --helmbinarypath /usr/local/bin/helm --enableingress true --letsencryptemail example@example.com

Windows

deploy-tes-on-azure-win.exe --subscriptionid aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee --regionname southcentralus --mainidentifierprefix example --helmbinarypath C:\ProgramData\chocolatey\bin\helm.exe --enableingress true --letsencryptemail example@example.com

macOS

deploy-tes-on-azure-osx.app --subscriptionid aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee --regionname southcentralus --mainidentifierprefix example --helmbinarypath /usr/local/bin/helm --enableingress true --letsencryptemail example@example.com

For more information on command line options visit TES CLI Options.

To search, expand the Pages section above.

Home

Release Notes and Announcements
Getting Started
FAQ and Troubleshooting
Submitting tasks to TES on Azure

Clone this wiki locally