Visual Studio doesn't like "@@RDPTHUMBPRINT@@" template name as thumbprint
description
When trying to package DNNAzureSingle or DNNAzureSMB cloud projects, Visual Studio throws a compiler error because "@@RDPTHUMBPRINT@@" is an invalid value in the ServiceConfiguration.Cloud.cscfg file.
I worked around this by changing the template value to "00DEADBEEF00" (i.e. a valid hex value) in both cloud projects and making the corresponding changes in DNNAzureWizard as well.