SalesBuy
1-855-856-7678
Technical SupportSupport
|
|
How can I set the Account and Key for use in production? I could'n find any parameter for that.
The handlers classes has a commented code which you can use to set the Account and Key. As a recomendation I would tell you to use the ConfigurationSetting. But for testing you can use those properties that I left a empty string to set the Account and Key. // Recomended using // CloudStorageAcc ount.FromConfig urationSetting( "StorageAzureAc count") // CloudStorageAcc ount.FromConfig urationSetting( "StorageAzureKe y") private static string Account { get { return ""; } } private static string Key { get { return ""; } }