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

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 23

  • @Ignalvarez
    @Ignalvarez 11 місяців тому +1

    Great Content! Please cover delta sharing and CDF

  • @NripaEmpowerthroughknowledge
    @NripaEmpowerthroughknowledge 11 місяців тому

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

  • @rajeshkilladi1826
    @rajeshkilladi1826 29 днів тому

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

  • @ritwikpradhan8370
    @ritwikpradhan8370 Місяць тому

    Great help , thanks ✅

  • @moverecursus1337
    @moverecursus1337 9 місяців тому +1

    I love your channel!

  • @pspointssara8472
    @pspointssara8472 8 місяців тому

    Excellent video. Thanks for your efforts.

  • @MuzicForSoul
    @MuzicForSoul 7 місяців тому

    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 6 місяців тому

      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"

  • @curiousobserver-vk5ho
    @curiousobserver-vk5ho 8 місяців тому

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

  • @santypanda4903
    @santypanda4903 5 місяців тому

    Very good explanation

  • @TheDouglasDale
    @TheDouglasDale 6 місяців тому

    Thank you very much!

  • @RanjeetkumarYadav
    @RanjeetkumarYadav 8 місяців тому

    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 Місяць тому

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

  • @mohitshirke863
    @mohitshirke863 8 місяців тому

    thanks

  • @NagendraSandu-k4c
    @NagendraSandu-k4c 5 місяців тому

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

  • @hugosmith8400
    @hugosmith8400 11 місяців тому +1

    It doesn't work :(

    • @manasr3969
      @manasr3969 9 місяців тому

      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 9 місяців тому

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