We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9d250 commit a3f1d05Copy full SHA for a3f1d05
ImageResizeWebApp/ImageResizeWebApp/Models/AzureStorageConfig.cs
@@ -4,7 +4,6 @@ public class AzureStorageConfig
4
{
5
public string AccountName { get; set; }
6
public string AccountKey { get; set; }
7
- public string QueueName { get; set; }
8
public string ImageContainer { get; set; }
9
public string ThumbnailContainer { get; set; }
10
}
0 commit comments