Feature request [warning for invalid references before publishing]

Alexandre Silva 21 Reputation points
2022-01-05T18:07:26.2+00:00

It's only possible to find out about Invalid references when trying to publish from the collaboration branch.

Would it be possible to have some kind of validation/warning prior to publishing?

Example:
162593-image.png

This error appears when one tries do publish. The cause is having an invalid reference in a linked service as such:
![![162576-image.png]2]2
The provided link is invalid, however the test connection functionality succeeds.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,872 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,512 Reputation points Microsoft Employee
    2022-01-07T00:58:00.12+00:00

    Hello @Alexandre Silva ,

    Thanks for the question and using MS Q&A platform.

    In the above sample, I see that the test connection is successful but it is failed when pushing. The test connection is successful because the current validation is only for the Base URL as mentioned in this doc: Azure Key Vault linked service. It only expects the base URL to be a valid host name and if it is resolved, then the test connection is successful but if the host name not resolved then the connection fails. Event though you provide the Relative URL it will only validate for the base URL while testing the connection and hence warning/error is not displayed.

    For eg:

    {  
        "name": "AzureKeyVaultLinkedService",  
        "properties": {  
            "type": "AzureKeyVault",  
            "typeProperties": {  
                "baseUrl": "https://<azureKeyVaultName>.vault.azure.net"  
            }  
        }  
    }  
    

    162958-image.png

    Where as coming to REST connector, there is a separate section to provide Relative URL while configuring the REST dataset and you can provide Base URL while configuring the Rest linked service.

    162963-image.png

    But if you still have concern about the improvement, I would recommend you to please provide feedback in IDEAS forum so that we can take it forward to discuss with the relevant product owners. Please do share the feedback link once it is posted.

    Here is the IDEAS forum: https://feedback.azure.com/d365community/forum/1219ec2d-6c26-ec11-b6e6-000d3a4f032c

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.