Azure - Bicep Keyvault

Поділитися
Вставка
  • Опубліковано 7 лют 2025
  • Building your infra in Azure the easy way using Bicep files.
    In this video I demonstrate how to deploy a keyvault with a bicep file. They keyvault contains secrets and we enable the firewall as well on it.
    CODE: github.com/mwh...
    *bicep ARM keyvault
    *powershell
    *learn powershell
    *automation
    *learn automation
    *windows
    *windows powershell
    *automatic deployment
    *automatic installations
    *configuration as code

КОМЕНТАРІ • 17

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

    Thanks

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

    Hi, iam having query. Iam using existing shared keyvault & it's in different resource group. I mention same in my azure bicep file. But still my script fetching details in default resource group. How to resolve the issue

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

      Hi Satish, sorry for my late reply, I did not have much time to attend to my YT channel in the last couple of months. I have created a video on this topic and will upload it today. Kind regards Mr Automation

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

      ​@@mrautomationpls share link

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

      @@satish2932 ua-cam.com/video/6Y7ciPXQAQA/v-deo.html

  • @imran2860
    @imran2860 2 роки тому

    How can we define multiple key value in key vault secrete?

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

      Hi sorry for my late reply, I totally forgot about responding to you and I am not 100% sure if I understand your question correctly. Could you explain in some more details what you are trying to accomplish? Kind regards Mr Automation.

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

      @@mrautomation i have created a key vault. I was Looking to add multiple key vault secret key and value in the key vault by Bicep.

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

      HI @@imran2860 you can do that multiple way, the most logic one is to wrap a powershell loop around some inputfile, lets say a csv file with the keys and values you wish to store. You could then pass them as a secure string to a bicep template that accepts that as input. I will create a short video on how to do that. Kind regards Mr Automation.

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

      @@imran2860 Hi Imran, today I have created a video on how you can set multiple key vault secrets using Bicep and PowerShell. I will publish the video today.

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

    When is the next episode coming? Are you gonna make a video about making VM?

    • @mrautomation
      @mrautomation  2 роки тому

      I did not find much time due to some personal circumstances, I am planning to finish this series soon. I will start with the next part next week (networking and gateway/vpn), after that I will create a video deploying a linux and windows VM, which you can connect to securely with the vpn gateway.

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

      I have added some new videos, also on how to create a VM.

  • @xperiaxz2c947
    @xperiaxz2c947 2 роки тому

    Hello. Thanks for videos. I'm trying to learn PowerShell but your clips are too hard to comprehend (at least for me). It may be because I can't locate the first 15 PowerShell clips. Can u pls provide a link . Many thanks

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

      Hi Xperia, thanks for you message. The videos that I create are not perse for the beginner. Nor are they in any specific order. Every episode is a new one with often no relation to other video's. The reason you cant find episodes 1-15 is because they were bad quality and had no audio. I remade these video's at a later stage and also in PowerShell SE02.
      If you really want to learn the basics for PowerShell I would not recommend my channel. I would watch "learn PowerShell in a month of lunches" by Don Jones. The series are specific about old version of powershell but you can ignore that, apart from old powershell the videos are still very valid to get up to speed and learn the basics to get started. If you really want to learn writing powershell script, there is only way. You need to do it. And best if you have job where you can get experience. Experience comes by doing, and more important not giving up and asking for help if needed. I hope this helps. Kind regard Mr Automation

    • @xperiaxz2c947
      @xperiaxz2c947 2 роки тому

      Many thanks