Use Azure Key Vault Secrets in Azure Data Factory for SQL Connection and Blob Connection ADF 2021

Поделиться
HTML-код
  • Опубликовано: 19 дек 2024

Комментарии • 14

  • @rogerfleming3165
    @rogerfleming3165 Год назад +1

    Great video on the use of keyvault

  • @satellitepop
    @satellitepop Год назад +1

    Great work. Thanks !!!!!!!

  • @azeezullasheriff7746
    @azeezullasheriff7746 Год назад

    Neat explanation, I know it would take time for me to do all these steps. Thanks

  • @java_interview
    @java_interview 6 месяцев назад

    Thank you so much 😀

  • @BACHARBOUAZZA
    @BACHARBOUAZZA 2 года назад

    Thank you very much, good job.

  • @sravankumar1767
    @sravankumar1767 3 года назад +2

    superb..........

  • @anjaliyadav
    @anjaliyadav Год назад

    My sql server database is set up to allow managed identity authentication only, no sql authentication is permitted (even for the admin), how/where do I copy the connection string from in that case? Goal is to save the sql connection as kv secret and use it to connect from ADF.thx

  • @hugomartinezf
    @hugomartinezf Месяц назад

    Is it possible to do it via IAM instead of Policies?

    • @rirockzone
      @rirockzone 7 дней назад

      Yes, it's possible if you have "Azure role-based access control (recommended)" configured in "Access configuration". If you want to grant access to your ADF, you just need to add your ADF in IAM with the appropriate Role assignment. I chose the "Key Vault Secrets User" role for my ADF, and after that, the connection check passed.

  • @kanyagudipati8605
    @kanyagudipati8605 3 месяца назад

    Why is video is getting blurred occasionally

  • @sravanthiyethapu9970
    @sravanthiyethapu9970 2 года назад

    Hi
    While creating linked service for SQL database using key vault getting an error that invalid database connection string provided ( The length of argument 'password' exceeds its limit of '128')
    Please help me with the issue

    • @FreakONcW1
      @FreakONcW1 2 месяца назад

      Got the same issue. Did you get any resolution?

  • @ntozakhona4806
    @ntozakhona4806 Год назад

    Brilliant

  • @suneelchavali
    @suneelchavali 2 года назад

    I created Azure Key Vault and secret as Access Key value of storage account. It is successful in creating linked service of storage account with KV. When I tried to connect the same with secret as connection string of storage account, It is getting failed in connecting through linked service. Error is "The specified account key is invalid. Check your ADF configuration.
    The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters."