Keep up the good work. Amazing channel btw, underrated...
@fboucheros4 жыл бұрын
That's really nice @Ded so I'm assuming you like those summary. Anyone else?
@ded57364 жыл бұрын
@@fboucheros Yes, I love those. It is always good to get a refresher on what is going on in azure.
@stephaneleclair94624 жыл бұрын
Hey Frank! I started using Azure Key Vault to store Keys, Master Keys, which I use to encrypt an Azure Sql Database. The issue I have is that I don't know how to retreive this Key in my CI Pipeline and I'm stuck. :( All the video I found was about retrieving a secret, but I couldn't find anything on how to retrieve a key. Any idea how or a site that may help me! Thanks a lot! Love your stuff!
@fboucheros4 жыл бұрын
Hey @Lekster, assuming your Ci Pipeline is in Azure DevOps have a look at the docs: c5m.ca/3z You just need to add this command in your YAML. If you need it in a script (PowerShell, CLI) then this doc c5m.ca/KeyVaultSecrets should help you.