Unlocking Secrets in Azure Databricks with Azure Key Vault! 🗝️✨ | Azure Databricks Tutorials

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2023
  • #databricks #azuredatabricks #azuredataengineer #azure
    In this tutorial, we'll guide you through the process of enhancing the security of your Azure Databricks notebooks by integrating them with Azure Key Vault. Learn how to safely manage and access sensitive values, such as API keys or connection strings, using Databricks secrets and Azure Key Vault. We'll walk you through the step-by-step process of setting up the integration, retrieving secrets within your Databricks notebook, and ensuring a secure and streamlined approach to handling confidential information. Elevate your data engineering workflows with best practices for safeguarding your secrets in Azure Databricks. Watch now and level up your data security game! #AzureDatabricks #AzureKeyVault #DataSecurity #Tutorial
    - - - Book a Private One on One Meeting with me (1 Hour) - - -
    www.buymeacoffee.com/mrktalks...
    - - - Express your encouragement by brewing up a cup of support for me - - -
    www.buymeacoffee.com/mrktalks...
    - - - Other useful playlist: - - -
    1. Microsoft Fabric Playlist: • Microsoft Fabric Tutor...
    2. Azure General Topics Playlist: • Azure Beginner Tutorials
    3. Azure Data Factory Playlist: • Azure Data Factory Tut...
    4. Databricks CICD Playlist: • CI/CD (Continuous Inte...
    5. Azure Databricks Playlist: • Azure Databricks Tutor...
    6. Azure End to End Project Playlist: • End to End Azure Data ...
    7. End to End Azure Data Engineering Project: • An End to End Azure Da...
    - - - Let’s Connect: - - -
    Email: mrktalkstech@gmail.com
    Instagram: mrk_talkstech
    - - - Tools & Equipment (Gears I use): - - -
    Disclaimer: Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide, I may receive a small commission. There is no additional charge to you! Thank you for supporting me so I can continue to provide you with free content each week!
    DJI Mic: amzn.to/3sNpDv8
    Dell XPS 13 Plus 13.4" 3.5K : amzn.to/45KqH1c
    Rode VideoMicro Vlogger Kit: amzn.to/3sVFW8Y
    DJI Osmos Action 3: amzn.to/44KYV3x
    DJI Mini 3 PRO: amzn.to/3PwRwAr
    - - - About me: - - -
    Mr. K is a passionate teacher created this channel for only one goal "TO HELP PEOPLE LEARN ABOUT THE MODERN DATA PLATFORM SOLUTIONS USING CLOUD TECHNOLOGIES"
    I will be creating playlist which covers the below topics (with DEMO)
    1. Azure Beginner Tutorials
    2. Azure Data Factory
    3. Azure Synapse Analytics
    4. Azure Databricks
    5. Microsoft Power BI
    6. Azure Data Lake Gen2
    7. Azure DevOps
    8. GitHub (and several other topics)
    After creating some basic foundational videos, I will be creating some of the videos with the real time scenarios / use case specific to the three common Data Fields,
    1. Data Engineer
    2. Data Analyst
    3. Data Scientist
    Can't wait to help people with my videos.
    - - - Support me: - - -
    Please Subscribe: / @mr.ktalkstech
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 19

  • @NripaEmpowerthroughknowledge
    @NripaEmpowerthroughknowledge 6 หลายเดือนก่อน

    u saved my tim4 hour time or more , thank you so much , keep your good work

  • @TheDouglasDale
    @TheDouglasDale หลายเดือนก่อน

    Thank you very much!

  • @pspointssara8472
    @pspointssara8472 3 หลายเดือนก่อน

    Excellent video. Thanks for your efforts.

    • @mr.ktalkstech
      @mr.ktalkstech  3 หลายเดือนก่อน

      Thank you so much :)

  • @moverecursus1337
    @moverecursus1337 4 หลายเดือนก่อน +1

    I love your channel!

    • @mr.ktalkstech
      @mr.ktalkstech  3 หลายเดือนก่อน

      Thank you so much :)

  • @curiousobserver-vk5ho
    @curiousobserver-vk5ho 3 หลายเดือนก่อน

    Thank you for this video which saved me a lot of time

    • @mr.ktalkstech
      @mr.ktalkstech  3 หลายเดือนก่อน

      Thank you so much :)

  • @Ignalvarez
    @Ignalvarez 6 หลายเดือนก่อน

    Great Content! Please cover delta sharing and CDF

  • @santypanda4903
    @santypanda4903 28 วันที่ผ่านมา

    Very good explanation

    • @mr.ktalkstech
      @mr.ktalkstech  4 วันที่ผ่านมา

      Thank you so much :)

  • @mohitshirke863
    @mohitshirke863 3 หลายเดือนก่อน

    thanks

  • @MuzicForSoul
    @MuzicForSoul 2 หลายเดือนก่อน

    Awesome work. Can you please create a video on how you would do this across diff env., like from dev to uat to prod env, obviously this won’t be done manually in each environment, can you show how we propagate these role assignment changes to other env. Thanks.

    • @PrashantPKG
      @PrashantPKG หลายเดือนก่อน

      you can create a widget ( named as environment ) in databricks notebook.
      And then use this envrionment as variable while creating scope.
      scope_name = environment + "your_scope_name"

  • @user-lh4gk2cs7t
    @user-lh4gk2cs7t 25 วันที่ผ่านมา

    Thank you very much for the video.
    if secrete_name == 'test':
    what right approach to validate , can you please tell.

  • @RanjeetkumarYadav
    @RanjeetkumarYadav 4 หลายเดือนก่อน

    I thing i'm not able to understand is for accessing any azure resource in databricks, some authentication has to be done from databricks side. how is databricks able to access key vault secrets without authentication. in the example you just provided the key vault uri and resource id. How's databricks able to fetch the secret values without authentication?

  • @hugosmith8400
    @hugosmith8400 6 หลายเดือนก่อน +1

    It doesn't work :(

    • @manasr3969
      @manasr3969 5 หลายเดือนก่อน

      it works , if you can't find the databricks service principal, type "AzureDatabricks" as it is for some reason search such doesn't show it

  • @gokulvasanth4065
    @gokulvasanth4065 4 หลายเดือนก่อน

    print(secrets[:1] , secrets[1:])
    This gives you the secret name.