'm trying to generate a report using CozyRoc to retrieve the file containing my report data. I'm using a Rest Connection Manager configured with Azure File and Shared Key Authentication.
Everything works fine locally, but after deploying my DTSX package, the SSISDB job fails, stating that the Storage Account is not set. I'm attempting to set the storage account via expressions but can't find the corresponding property.
Has anyone successfully retrieved a file from Azure File Storage without running into these issues?