Closed n3wt0n closed 5 years ago
You should also change the compares to something like this: .SingleOrDefault(w => w.Name.Equals(_webAppName, StringComparison.CurrentCultureIgnoreCase)); Your code was lowering one side but not the other.
Originally posted by @bbakermmc in https://github.com/n3wt0n/AzureWebAppSSLManager/issues/8#issuecomment-528013733
You should also change the compares to something like this: .SingleOrDefault(w => w.Name.Equals(_webAppName, StringComparison.CurrentCultureIgnoreCase)); Your code was lowering one side but not the other.
Originally posted by @bbakermmc in https://github.com/n3wt0n/AzureWebAppSSLManager/issues/8#issuecomment-528013733