Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Automating Alteryx Server installation on public Azure

RoelEsselink
8 - Asteroid

We are starting to set up an Alteryx environment on Azure and we want to automate installation and configuration as much as possible. In other words we want to be able to stand up and shut down servers automatically including all the components like drivers, macro locations, data sets etc.

 

We are aiming to achieve this by:

 

  • provisioning servers via ARM template
  • install and configure Alteryx Server via a deployment script


We are however hitting some snags. These are mainly related to:

 

  • data connections and associated passwords
  • scheduling token key - how to automatically retrieve / insert
  • macro locations stored in Alteryx Designer on the server


Does anyone here have any experience with this and if so could you please give some general advice or PM me if you prefer.

 

Thanks!

4 REPLIES 4
pkumar219
5 - Atom

does anyone implement the automation of server build? where build server and by using docker/containerization build test and prod in automated way? 

RoelEsselink
8 - Asteroid

We did it using ARM templates and scripts.

lucian
5 - Atom

Hello 

 we are trying the automation path in aws, would you like to share your scripts (I'm assuming those are powershell scripts)? . We have looked into chef recipe but hasn't quite worked out for us. 

 

Thanks

 

mse139
8 - Asteroid

@lucian Just came across this post.  We are also looking to automate AWS installations.  Were you able to come up with any automation scripts?  We also don't use Chef.