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.
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.