Open fabriciosanchez opened 7 years ago
Problem is at this file
https://github.com/DXBrazil/Arda/blob/master/src/Arda.Main/Controllers/WorkloadController.cs
var Configuration = new ConfigurationBuilder().AddJsonFile("secrets.json").Build();
var connectionString = Configuration["Storage:AzureBLOB:ConnectionString"];
var containerName = Configuration["Storage:AzureBLOB:ContainerName"];
Need to fix with #40
File attachment doesn't works for existing or new workloads / backlogs.