Share via

How to linked key vault cert to web activity autentication

Developer 1 Reputation point
2022-12-22T22:32:35.72+00:00

Please, I create a cert pfx in key vault, but how vinculate to azure autentication, Because show me a error in secret, But I only create a cert in key vault.

273386-image.png

Azure Key Vault
Azure Key Vault

An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,161 Reputation points
    2022-12-26T04:59:31.727+00:00

    Hello @Developer ,
    Thanks for the question and using MS Q&A platform.

    As I understand, you are trying to use Key Vault certificate in ADF Web activity, but when you try to choose a certificate, the list gives fail to load error.

    This can happen when the Data Factory does not have permission to List / Get certificate in the Key Vault.

    Go to the Key vault Access Policies. Add a new policy. Pictures below.

    273959-image.png

    You want Get & List permissions for Certificate if you only use certificate. If you use Secrets and Keys, choose those too.
    List permission lets you see the choices. Get permission lets you retrieve the value.
    Decrypt and Unwrap are if you put extra security on your stuff. Not always necessary.

    273960-image.png

    For "Principal", choose your Data Factory / Synapse.

    After you create this access policy, wait 1 - 5 minutes and try again listing the certificates in the Factory.

    273991-image.png

    Hmm, Maybe need secrets not certificates?

    Please do let me if you have any queries.

    Thanks
    Martin


    • 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
    0 comments No comments

Your answer

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