Secure your secrets with Azure Functions & KeyVault

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

КОМЕНТАРІ • 19

  • @СергейИванченков-ДляСвоих

    Excellent video, straight to the point, no water, just the meat. Thank you!

  • @srishtiganguly6000
    @srishtiganguly6000 2 роки тому +1

    Thank you for sharing how to add secrets from our azure key vault into our azure functions. The process you demonstrated was easy to follow and worked without errors in the first go!

  • @conaxlearn8566
    @conaxlearn8566 Рік тому +1

    Thank God for for you. This is exactly the information I am looking for! Very much appreciated!

  • @KaraboeLearning
    @KaraboeLearning 3 місяці тому +1

    Thanks man this worked

  • @BunnyOfThunder
    @BunnyOfThunder Рік тому +1

    This was great, thank you

  • @ivandariotrebilcockcaviede4006

    Thanks!

  • @DeepakShaw
    @DeepakShaw 10 місяців тому +2

    How do can you do this setting from the local machine during the debug?

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

      I am wondering the same thing. I really like this approach but if I won't figure out if this can be used in the local machine the reality is that I probably can't use it.

  • @uzoruchenna4863
    @uzoruchenna4863 Рік тому

    Thanks for this. I actually did something similar recently but mine was getting a certificate stored in key Vault in my function app

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

    At 7:00 did you mean to do the Get and List on Secret permissions as opposed to Key permissions?

  • @conaxlearn8566
    @conaxlearn8566 Рік тому +1

    Hello, at 8:52, why is it important to select Deployment Slot setting? I don't use deployment slots, do I still need to select it?

    • @siyabongamngomezulu3775
      @siyabongamngomezulu3775 Рік тому

      Deployment slot settings are for deployment slots, otherwise a 'setting/environment variable' does not need to be a deployment slot settting.

    • @azureappmodernization9036
      @azureappmodernization9036  Рік тому

      @@siyabongamngomezulu3775 , I am not seeing it as a requirement in any of the docs. Sorry about the mis-statement in the video. Good catch @conaxlearn8566

  • @laserschondorf6065
    @laserschondorf6065 Рік тому

    Thank you for the video. Can you secure an api key in key vault so only ie an android app can call the function?

    • @azureappmodernization9036
      @azureappmodernization9036  Рік тому

      If you put your key in the vault as a secret, you can grant a specific service principal access to the secret. Your android app can then use that particular service principal to access the secret ( and its value). There is nothing that limits the principal to only be used on Android, however. Did I understand your question correctly?

    • @laserschondorf6065
      @laserschondorf6065 Рік тому

      @azureappmodernization9036 thank you so much for taking the time to reply. but how is this better than storing the secret key in the android app since you will need to store the service principals credentials in the app?

  • @SaiganeshK-c8s
    @SaiganeshK-c8s Рік тому

    To define the timezone in Azure functions for Timer trigger, do we need to set up the environment variable as you did or at different location?

    • @azureappmodernization9036
      @azureappmodernization9036  Рік тому

      Sorry for the delayed response here: You should be able to set the timezone by defining WEBSITE_TIME_ZONE in your app settings.
      learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-python#ncrontab-time-zones