You can get the Microsoft Cognitive Service trial API key here: https://azure.microsoft.com/en-gb/try/cognitive-services/
You need to update the value of the API key in Common/Constants.cs file
public static class Constants
{
public const string ComputerVisionSubscriptionKey1 = "<ComputerVisionApiKey1>";
}