Azure Key Vault Secrets within Azure DevOps Pipelines

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you so much for your great effort! one query here, can we create a random password at creation time for the admin account and save them into KV?

mohammedhisham
Автор

Is it possible to put service connection aswell in keyvault? Is there any other way to secure Service Connection?

sreedharmargani
Автор

I have created a module 'key vault secret' and passed the parameters secret value then invoke the module to main.bicep file, This way I have created and defined one secret value but I need define 15 secret value in same module.
Could you guide me please?

imran
Автор

Hi, it is nice to have your video, but I wonder whether you can show how to change dev key vault to prod key vault by using the pipeline?

Sweet-utde
Автор

Thanks for all of your great videos Houssem

carcharodoncarcharias
Автор

Hello,

thank you for the video. What I want to know is as follows. We are using Azure DevOps, I want to use Azure Key vault with the Azure DevOps variable groups and use the variables in my deployment. I have files that needs to use the secret keys from the Azure Key Vault. How can I assign the secret key from the Azure Key Vault to the file secrets.json? I have a line i.e. at line 10 with the name SecretKey: "" and I have to fill in the secret key. Is it simply make the file SecretKey: "$(secretkey)" or are more settings needed?

sercany
Автор

can we use this to download cert(.pfx) file from keyvault to artifacts(drop)?

aruntyagi
Автор

I am getting this error- The term 'USER_ID=$(az ad signed-in-user show --query
2022-12-24T15:46:26.3490729Z objectId -o tsv)' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
2022-12-24T15:46:26.3494401Z spelling of the name, or if a path was included, verify that the path is correct and try again.
2022-12-24T15:46:26.3495132Z At char:1

AlokKumar-otsx