Azure / Azure-Orbital-Analytics-Samples

Sample solution that demonstrates how to deploy and analyze spaceborne data using Azure Synapse Analytics
https://aka.ms/synapse-geospatial-analytics
MIT License
30 stars 24 forks source link

generated nameSuffix from subscription,evcode,& location #76

Closed sjyang18 closed 2 years ago

sjyang18 commented 2 years ago

generated nameSuffix from subscription,namingprefix,environmentTag,& location. This addresses the issue #74 and #75

sushilkm commented 2 years ago

We would need to update the shell scripts in test directory to find the synapse workspace name.

- check-pipeline-status.sh
- deploy-prepare-and-test-pipeline.sh
- use-pre-provisioned-batch-account.sh
sjyang18 commented 2 years ago

We would need to update the shell scripts in test directory to find the synapse workspace name.

- check-pipeline-status.sh
- deploy-prepare-and-test-pipeline.sh
- use-pre-provisioned-batch-account.sh

resolved

sushilkm commented 2 years ago

It works!!! Thanks @sjyang18 for looking into this.