CatalystCode / project-fortis-pipeline

Project Fortis is a data ingestion, analysis and visualization pipeline.
Apache License 2.0
14 stars 9 forks source link

Unable to specify region in ARM deployment #230

Closed c-w closed 6 years ago

c-w commented 6 years ago

Currently it's impossible to specify the Azure location for a new deployment.

screencapture-deploy-azure-1511806404719

This should be an option, e.g. so that we can deploy Fortis to US-East-2 to get access to the L-series VMs which we use for Cassandra.

NathanielRose commented 6 years ago

@c-w & @erikschlegel Can you test this AzureDeploy button in the test branch to see if you can successfully select a Resource Group location on your side as well. If it works, then this is good to be closed.

image

c-w commented 6 years ago

@NathanielRose The deployment scripts in this repo are not reliable so I added your changes to project-fortis-mono for testing https://github.com/CatalystCode/project-fortis-mono/commit/e43784519841f2286f577b36ff0e55cd71953dd7. Trying it out now.

c-w commented 6 years ago

Now deploying this:

image

c-w commented 6 years ago

Worked. Resolving. Thanks for the commit, @NathanielRose.