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

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

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

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

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

  • @moverecursus1337
    @moverecursus1337 11 месяцев назад +1

    I love your channel!

  • @WB_Tom
    @WB_Tom 26 дней назад

    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?

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

    Great Content! Please cover delta sharing and CDF

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

    Great help , thanks ✅

  • @pspointssara8472
    @pspointssara8472 10 месяцев назад

    Excellent video. Thanks for your efforts.

  • @curiousobserver-vk5ho
    @curiousobserver-vk5ho 10 месяцев назад

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

  • @santypanda4903
    @santypanda4903 7 месяцев назад

    Very good explanation

  • @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 3 месяца назад

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

  • @TheDouglasDale
    @TheDouglasDale 8 месяцев назад

    Thank you very 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.

  • @mohitshirke863
    @mohitshirke863 10 месяцев назад

    thanks

  • @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

  • @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.