Azure/azure-orbital-integration

Enable providing deployment name in deploy.sh scripts

Closed this issue · 0 comments

Right now the deploy.sh scripts use a literal for the name. For example aoi-aqua-main here:

az deployment sub create \
  --name "aoi-aqua-main" \
...

These should be changed to an environment variables with reasonable defaults.