DSS installation using Azure ADO

piyushk
piyushk Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Adv Designer, Registered Posts: 55 ✭✭✭✭✭

Is there a way to deploy dataiku dss on Azure or AWS VMs using Azure pipelines?

Answers

  • Liev
    Liev Dataiker Alumni Posts: 176 ✭✭✭✭✭✭✭✭

    Hi @piyushk

    You should be able to do this via pipelines, installing DSS is no different to installing other software on a VM, assuming you have the necessary files and licences.

    Deploying DSS as part of a container is not recommended however, and instances tend to be used by several analysts at a time, so continuous deployment of DSS is not a pattern we often see.

    It is perhaps different when dealing with a DSS API node, as these ones are stateless and therefore can be scaled horizontally as much as required, making the prospect of using pipelines more appealing.

    Good luck!

Setup Info
    Tags
      Help me…