Can you please show how to automate rotation of Azure Application secret and update the corresponding secret in a Azure Key Vault secret using Terraform
Hi, thanks for this video. Very usefull ! I want to use a service principal in order to create resource (vm, network, lb etc..) with terraform but i'm stuck at the beginning. Need to import in terraform an existing one with the good rights ? How to secure it ? Or i'm wrong, no need to use a sp ? 🤔
You can us Terraform without a service principal. Just run AZ login from the command line and login to the portal that pops up. This will allow you to use your own credentials when running Terraform
I am planning some cloud app dev adventures where I’ll be setting up Entra ID based authentication between different application components so I might tap on this then!
This is the best tutorial I have seen about the subject. Can you please update the URL to the source code or post it in the comments? I get a 404 when I try it. Thanks
Ah. I am really sorry, I think I lost that branch when I was cleaning out stale branches! I will have to do a few more episodes on the AAD provider to make up for it!
Thanks for your help, please comment on the domain that the azure provides when moving from free to pay-to-use subscription........Beacuse on azure portal it shows the owner with that weird domain, so when i login to azure devops and provide the mail-id it gives some authority error
I have done a lot of work for AVD for a healthcare startup. Automated it with Terraform. Required a lot of Portal spelunking to acquire the magic that the portal does behind the scenes. This would make for a good hack-a-thon. 😁 maybe I’ll live stream it sometime.
Can you please show how to automate rotation of Azure Application secret and update the corresponding secret in a Azure Key Vault secret using Terraform
Good idea I’ll see what I can do!
+1 for this
Thank you so much Sir
Most welcome
Hi, thanks for this video. Very usefull ! I want to use a service principal in order to create resource (vm, network, lb etc..) with terraform but i'm stuck at the beginning. Need to import in terraform an existing one with the good rights ? How to secure it ? Or i'm wrong, no need to use a sp ? 🤔
You can us Terraform without a service principal. Just run AZ login from the command line and login to the portal that pops up. This will allow you to use your own credentials when running Terraform
@@azure-terraformergood for testing but not a good way to automate deployment :) usage of a clientid with scopes seems to be the standard.
@@clovisguillaume5424 indeed! right on the money! if you can host your build agents in Azure, Managed Identity is the way to go! 💯
Hi, within the same topic, can you also make a video about adding mutliples client IDs and its scopes in azure with terraform ?
I am planning some cloud app dev adventures where I’ll be setting up Entra ID based authentication between different application components so I might tap on this then!
This is the best tutorial I have seen about the subject. Can you please update the URL to the source code or post it in the comments? I get a 404 when I try it. Thanks
Thanks for the kind words. Let me check the source code link!
Thank you but your source code link is not working
Ah sorry about that. Will look into it!
your source code link is not working
Ah. I am really sorry, I think I lost that branch when I was cleaning out stale branches! I will have to do a few more episodes on the AAD provider to make up for it!
bro learned Terraform in this video
Glad it helped!
Can you provide a same demo, instead using managed identity and not service principal
.........please :)
Sure! Managed ID is sooo much easier tho 😊
Thanks, i want to use that mi in service connection of ado pipelines but it fails at tf-plan
I definitely need to get with the times! Will address this soon! 🤣
Thanks for your help, please comment on the domain that the azure provides when moving from free to pay-to-use subscription........Beacuse on azure portal it shows the owner with that weird domain, so when i login to azure devops and provide the mail-id it gives some authority error
@@azure-terraformer did you get a chance to do it via managed identity? we need this one badly :(
Thanks, great video. I'm building Azure Virtual Desktop solutions with terraform. Would be great if you would create a video about that :-)
I have done a lot of work for AVD for a healthcare startup. Automated it with Terraform. Required a lot of Portal spelunking to acquire the magic that the portal does behind the scenes. This would make for a good hack-a-thon. 😁 maybe I’ll live stream it sometime.