Relative Content

Tag Archive for azuressisstorageoracle-adf

please construct the sasuri in format of storageuri?sastoken in ssis

requirement is to load the file from blob storage i.e., container to the MS SQL server Table. I had created a package with connection manager of Azure storage connection manager editor and I m using Service Principal and also using managedIdentity for the Authentication, the package is running successfully when I pass the inputs such as token and account name directly in the connection manager. if I pass the inputs in the expressions of the conntion manager then it is showing the below error – ” please construct the sasuri in format of storageuri?sastoken in ssis ” in the package execution log.