Azure – Trying to pass a variable between two deployment job, I cannot use $(Environment.ResourceName), it only works if the resource name is hardcoded
I am trying to pass a variable in an Azure deployment between two jobs, (deployments). According to the doc, as I use runOnce and resourceType I need to pass the resource-name in the variable: tag. The resource name is an…