dotnetactivity - The blob supplied is not valid when deploying data factory pipeline with custom .net activity -


i've been getting "useful" error message when deploying experimental data factory pipeline has dotnetactivity within it.

entity provisioning failed: blob supplied not valid. blob: customactivity/package.zip. error code: . error message: .

i've been reading trouble shooting tips , double checking connection strings, no avail.

after double checking in particular blob storage connection strings, able resolve copying connection string azure portal -> storage account -> access keys azure storage linked service settings.

i can theorize there subtlety in connection string format results in poor error message pipeline provisioning.

interestingly, can put wrong access key storage account linked service, redeploy along the pipeline , doesn't complain provisioning. perhaps there additional checks done on first provision.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -