Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

[Azure DevOps CI/CD pipeline] ##[error]ADFT0007: Could not find object: linkedService.LSBlobText #215

Closed moraes-caroline closed 2 years ago

moraes-caroline commented 2 years ago

Describe the bug I'm creating a config-Development.csv file, for a linked service, but when publishing, I have this error below, as if I couldn't find the linked service that I created in the ADF

To Reproduce Your script to reproduce the behaviour: STEP: Replacing all properties environment-related... Config file: D:\a\1\Build\DataFactory\deployment\config-Development.csv Validation of config file completed.

[error]ADFT0007: Could not find object: linkedService.LSBlobText

Your script here

config-Development.csv:

type,name,path,value linkedService,"LSBlobText",typeProperties.connectionString,"Here is my connectionString, that I found in Access Keys in Azure Storage" # Expected behaviour I need to config linkedService in a CI/CD pipeline

Screenshots image image image

Version of PowerShell module of:

Provide all files to reproduce the issue

NowinskiK commented 2 years ago

You have no objects in a given folder. This is clearly shown by this line and others in the block: image