Dummy question may be but one thing that always confused me is the whether the space between {{}} should be there and also if the single quote should be there.
Are single quotes necessary?
'$(AzureConnectionName)' VS $(AzureConnectionName)
Is the space required ?
'${{connectivity}}' VS '${{ connectivity }}'
I know they are silly questions but could not find the answer.
Thanks

