Creating a Service Principal in Azure for Terraform to authenticate and manage resources

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • In this video, you will learn how to create a service principal in Azure by registering an App and then assigning a contributor role to that service principal and how to create a terraform provider configuration file with the credentials needed to authenticate and manage Azure resources

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

  • @TeressaCook-ul1ve
    @TeressaCook-ul1ve 2 месяца назад

    Your explanation is spot on…plus I love how your voice sounds 🖤
    Keep it up, thanks

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

    Its very helpful your tutorial. kindly add more video its amazing tutorial. thanks for your hard working.

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

    Your explanation is outstanding @kavitha.

  • @sunilgupta-xs2rd
    @sunilgupta-xs2rd Год назад

    In disposable cloud env. 'Add role assignment' is disabled. Any alternate?

  • @rajarajan-o2t
    @rajarajan-o2t 7 месяцев назад +1

    Is it possible to create new azure subscription by using terraform

    • @kavithasureshkumar2002
      @kavithasureshkumar2002  7 месяцев назад +1

      No. We cannot create azure subscription using terraform, but you can get information about subscription using terraform

    • @rajarajan-o2t
      @rajarajan-o2t 7 месяцев назад

      @@kavithasureshkumar2002 thanks for your quick response

  • @milenrusev3022
    @milenrusev3022 4 месяца назад +1

    It is not recommended to provide the client secret is such a manner. Please don't use it in real-life scenarios.