Creating Azure subscription with Variable
I have a pipeline that is supposed to create a Azure subscription, to provide values I have set up a variable calld serviceConnection: jobs: - job: Variables displayName: 'Variables' steps: - checkout: self - task: Bash@3 displayName: 'Get Json values…