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

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

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

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

    I love your channel!

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

      Thank you so much :)

  • @WB_Tom
    @WB_Tom 21 วันที่ผ่านมา

    8:42 i have created an app as service principal and gave permission to access keyvault and also attached with databricks
    Still is says permission denied.
    Should i have to give permission(kv-officer) to inbuilt service principal? Like u did.
    Is this normal?

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

    Great help , thanks ✅

  • @NripaEmpowerthroughknowledge
    @NripaEmpowerthroughknowledge ปีที่แล้ว

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

  • @Ignalvarez
    @Ignalvarez ปีที่แล้ว +1

    Great Content! Please cover delta sharing and CDF

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

    Excellent video. Thanks for your efforts.

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

      Thank you so much :)

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

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

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

      Thank you so much :)

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

    Thank you very much!

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

    Very good explanation

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

      Thank you so much :)

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

    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?

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

      I think using the DNS and resource ID that was provided.

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

    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 8 หลายเดือนก่อน

      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"

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

    "PERMISSION_DENIED: Invalid permissions on the specified KeyVault" is the error i came here for and thanks very much. It really helped

  • @hugosmith8400
    @hugosmith8400 ปีที่แล้ว +1

    It doesn't work :(

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

      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

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

    thanks

  • @NagendraSandu-k4c
    @NagendraSandu-k4c 7 หลายเดือนก่อน

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

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

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