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
@azure-terraformer4 ай бұрын
Good idea I’ll see what I can do!
@trueblue17123 ай бұрын
+1 for this
@clovisguillaume5424 Жыл бұрын
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 ? 🤔
@azure-terraformer Жыл бұрын
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
@clovisguillaume5424 Жыл бұрын
@@azure-terraformergood for testing but not a good way to automate deployment :) usage of a clientid with scopes seems to be the standard.
@azure-terraformer Жыл бұрын
@@clovisguillaume5424 indeed! right on the money! if you can host your build agents in Azure, Managed Identity is the way to go! 💯
@azure-m7b9 ай бұрын
Hi, within the same topic, can you also make a video about adding mutliples client IDs and its scopes in azure with terraform ?
@azure-terraformer9 ай бұрын
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!
@user779hjg45 Жыл бұрын
Thank you but your source code link is not working
@azure-terraformer Жыл бұрын
Ah sorry about that. Will look into it!
@ChintaSaiSrinivas Жыл бұрын
your source code link is not working
@azure-terraformer Жыл бұрын
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!
@krishna172225 Жыл бұрын
Thank you so much Sir
@azure-terraformer Жыл бұрын
Most welcome
@valp81983 ай бұрын
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
@azure-terraformer3 ай бұрын
Thanks for the kind words. Let me check the source code link!
@atharvabhagade2830 Жыл бұрын
Can you provide a same demo, instead using managed identity and not service principal .........please :)
@azure-terraformer Жыл бұрын
Sure! Managed ID is sooo much easier tho 😊
@atharvabhagade2830 Жыл бұрын
Thanks, i want to use that mi in service connection of ado pipelines but it fails at tf-plan
@azure-terraformer11 ай бұрын
I definitely need to get with the times! Will address this soon! 🤣
@atharvabhagade283011 ай бұрын
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
@sharatbhaskar5279 ай бұрын
@@azure-terraformer did you get a chance to do it via managed identity? we need this one badly :(
@robertsandru8131 Жыл бұрын
bro learned Terraform in this video
@azure-terraformer Жыл бұрын
Glad it helped!
@torgeirleirbakken896 Жыл бұрын
Thanks, great video. I'm building Azure Virtual Desktop solutions with terraform. Would be great if you would create a video about that :-)
@azure-terraformer Жыл бұрын
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.