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

env_code is not unique for workflow run #44

Closed sushilkm closed 2 years ago

sushilkm commented 2 years ago

Since environment_code currently is based on sha, so the reruns of workflow are running into errors because of azure keyvault recreation with the same name. So, ideally the env_code should be unique, so that the cleanup of previous workflow run does not interferes with the new workflow run.