I´m wondering if it´s possible to read an environment variable (Azure resource tag) from Azure Synapse Notebooks and Pipelines.
It would be useful since in many use cases the Azure resource names comprehend the environment name/code in it - i.e. they differ from environment to environment (dev, test, prod...). Reading the Azure resource environment tag within a Synapse pipeline or notebook would allow parametrizing the code, therefore making it more flexible and reusable.
Thanks in advance for any hint!