Hello Sama Praveen Kumar Reddy,
Thank you for reaching out on the Microsoft Q&A.
When you parameterize the Azure ML linked service in ADF, fetching the ML pipeline list doesn't work like it does with hardcoded values. This happens because ADF needs static values to fetch the pipelines at design time.
To fix this:
- For development, use hardcoded values to fetch the pipeline list.
- Once you're ready to deploy to Stage or PROD, parameterize the linked service with the correct values for
subscriptionId
,resourceGroupName
, andmlWorkspaceName
.
This way, the connection will work across environments, but you won't be able to fetch pipelines at design time with parameterized values. For more details, check out ADF Parameterization and Execute ML Pipelines.
I hope this helps! If you have any further questions, feel free to ask.
If the information is useful, please accept the answer and upvote it to assist other community members.