Deploy Infrastructure to Azure with Terraform - Full Course

  Рет қаралды 36,366

Rishab in Cloud

Rishab in Cloud

Күн бұрын

Пікірлер: 49
@rishabincloud
@rishabincloud Жыл бұрын
Which Cloud Provider next? Comment⬇
@omarfernandez5733
@omarfernandez5733 Жыл бұрын
AWS of course 😎
@anasbenchikh2677
@anasbenchikh2677 Жыл бұрын
GCP
@varshaghanghas7
@varshaghanghas7 Жыл бұрын
AWS
@ajaychaudhari8548
@ajaychaudhari8548 Жыл бұрын
GCP
@debashissinha8489
@debashissinha8489 9 ай бұрын
I found this link 3 days back. One thing for sure is that the steps and precise accurate explanation of Mr. Rishab are Excellent and up-to the mark !!
10 ай бұрын
this video was amazing I didn't have experience on azure neither Terraform and after watching this I don't believe was simple it was thank you so much I'll put in practice this
@ChanceTEK
@ChanceTEK 9 ай бұрын
Invaluable info. Extremely helpful. Thank you.
@rishabincloud
@rishabincloud Жыл бұрын
⏰Timestamps: 00:00 Introduction & Requirements 01:40 Terraform & how it works 04:28 Installing Azure CLI and Terraform 08:00 Writing Terraform Code 25:00 Deploying infrastructure to Azure 34:13 Part 2: Advanced Terraform Concepts 36:36 Remote Backend for Terraform State 47:21 Variables in Terraform 1:04:48 Terraform Destroy 1:06:06 Conclusion
@araenlanube
@araenlanube 4 ай бұрын
Awesome vid, very clear explanations. I followed it step by step and had no problems at all. Can you do more advanced Terraform vids for Azure? Thanks!
@jineshpatel1990
@jineshpatel1990 Жыл бұрын
Your vs code terminal set up is great. Do you have a video of that set up ?
@jaredthivener1661
@jaredthivener1661 Жыл бұрын
Good tutorial Rishab! My only feedback would be to not skip over errors/troubleshooting. After your terraform plan step, you skipped over fixing the storage account name in order to fulfill the global unique name requirement. Would have been nice if you explained that, and what tools Terraform offers to circumvent the error, example: concat the storage account name with "random_integer" resource. "storagename${random_integer..result}
@rishabincloud
@rishabincloud Жыл бұрын
That is a great point, I didn't even realize it was edited out. But also great mention on what terraform offers to prevent it, should have included it in the advanced concepts! ps: I converted the 2 live streams into a course.
@gulzarshaikh3060
@gulzarshaikh3060 Жыл бұрын
Awesome vid RIshab. Only annoying things was your video was obstructing the code you were typing. You can plan to place the video on the right corner where it wont overlap the code space.
@grzegorzsyperek3734
@grzegorzsyperek3734 Жыл бұрын
Can you provide us with exact extensions that you are using? Thanks.
@krishnat6191
@krishnat6191 Жыл бұрын
Why is your cli looking different how do I make my terminal appear similarly
@ravisom6964
@ravisom6964 10 ай бұрын
1. During a prod deployment, how main.tf would know that this time is has to look into prod.tfvars instead of dev one, as we are mentioning only var.variablename on code? 2. If multiple employees are working on same set of TF scripts, do they need to have same backedn.tf on each computer so that TF knows where to save the state?
@phyothantaung9646
@phyothantaung9646 9 ай бұрын
This is really amazing. Thank you so much!
@ameeruddinsyed5798
@ameeruddinsyed5798 11 ай бұрын
Actually what type of extension you used to autocomplete @Rishab in cloud
@ranarayhan8850
@ranarayhan8850 Жыл бұрын
Do we have to make variable only resource and storage and container only?
@kilawaz786
@kilawaz786 Жыл бұрын
Hey buddy, I tried using this file to create a pipeline in azure devops. Failed a few times, can you do a video on how to this step by step ? With exactly same files used here ? Tfvars, main.tf , variables , providers ?
@CyberBenne
@CyberBenne 4 ай бұрын
This was great! Thank you.
@suvraroy5847
@suvraroy5847 Жыл бұрын
How you are heaving code block suggesstion into visual studio code idea ?
@rishabincloud
@rishabincloud Жыл бұрын
GitHub Copilot and Hashicorp Terraform Extension for VSCode
@mahendranath2504
@mahendranath2504 Жыл бұрын
wow, awesome content liked 👍 and subscribed
@TS-lk7zu
@TS-lk7zu 8 ай бұрын
Hi, the official extension in Visual Code doesn't automatically fill the text after tab like yours. Do you have any idea? I am new to Visual code + Terraform...
@ValeryLisay
@ValeryLisay 3 ай бұрын
It's Github Copilot
@ShivamSharma7
@ShivamSharma7 Жыл бұрын
Very useful Rishab! so this is the course that your were preparing
@rishabincloud
@rishabincloud Жыл бұрын
yes, but more are coming 👀
@svh4146
@svh4146 3 ай бұрын
Thank you👌👌
@blevenzon
@blevenzon Жыл бұрын
Haha I needed this for an interview I have coming up thank you Rish
@rishabincloud
@rishabincloud Жыл бұрын
Good luck with the interview B!
@blevenzon
@blevenzon Жыл бұрын
@@rishabincloud thanks 🙏 Rish
@chinenyeomire-oluedo7463
@chinenyeomire-oluedo7463 6 күн бұрын
@@blevenzon how did the interview go?
@vaibhavpatil4137
@vaibhavpatil4137 Жыл бұрын
Very good 👍👍 video thanks 💯
@ManxNostalgiaVideos
@ManxNostalgiaVideos Жыл бұрын
Good video, be great if your face video insert location wasn't directly over the code you are typing
@rishabincloud
@rishabincloud Жыл бұрын
Thank you, will definitely make sure of that with upcoming videos. This was a live stream, so couldn't do much in post production.
@villaran9295
@villaran9295 Жыл бұрын
Great! Thank you!
@josedahlson5345
@josedahlson5345 Жыл бұрын
Great illustration and very hands-on but the background music is a little distracting
@rishabincloud
@rishabincloud Жыл бұрын
Thank you, will make sure to not include that in upcoming videos.
@ncvman
@ncvman 10 ай бұрын
Nice job. Would recommend moving your video to the bottom right. Also you mentioned terraform format , that does not exist . It is terraform fmt
@rishabincloud
@rishabincloud 10 ай бұрын
Thanks for the feedback, this was livestreamed as a series on Microsoft Reactor, I repurposed the live stream. Maybe I should create a newer version with better readability.
@cristianzara2412
@cristianzara2412 5 ай бұрын
terrible placement of the video with your image down in the terminal. It is not possible to see what you type there...
@rishabincloud
@rishabincloud 5 ай бұрын
Thanks for the feedback, I have been cautious of that after this video, also this was from a live stream, so couldn’t really do much in post production.
@milind8451
@milind8451 Жыл бұрын
Good videos but your face video should be moved to another place so it doesn't hides the code.
@asterixgaul4725
@asterixgaul4725 8 ай бұрын
Nice tutorial. I do have a ? when I execute this statement on a Mac $ACCOUNT_KEY=$(az storage account keys list --resource-group [resource-gp-name] --account-name [storageAccountName] --query '[0].value' -o tsv) I get zsh: [xxxxxxxxxx] not found. any suggestions
@jkellner29v
@jkellner29v 5 ай бұрын
But it fails ???? PS D:\terraform-with-azure\infra> terraform plan ╷ │ Error: Conflicting configuration arguments │ │ with azurerm_storage_blob.blob, │ on main.tf line 31, in resource "azurerm_storage_blob" "blob": │ 31: source = "text/html" │ │ "source": conflicts with source_content ╵ ╷ │ Error: Conflicting configuration arguments │ │ with azurerm_storage_blob.blob, │ on main.tf line 32, in resource "azurerm_storage_blob" "blob": │ 32: source_content = " Ahoy, this is a website deployed using terraform. " │ │ "source_content": conflicts with source ╵ PS D:\terraform-with-azure\infra>
@diamond8467
@diamond8467 5 ай бұрын
it should be content_type = "text/html", you are pretty much trying to set two contents
@abhay7290
@abhay7290 Жыл бұрын
Hi bro, your work is really inspiring. Thankyou for that. I am planning to coming to canada but i have second thoughts. If it's possible can we connect on Instagram. I'd really appreciate your help.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Why You NEED To Learn Terraform | Practical Tutorial
27:33
Travis Media
Рет қаралды 138 М.
Beginners Tutorial to Terraform with Azure
9:42
Wahl Network
Рет қаралды 78 М.
Code Remix Weekly | Close out the year by closing in on unused dependencies
1:00:15
From Help Desk to Cloud Engineer | How I transitioned
19:53
Rishab in Cloud
Рет қаралды 4,8 М.
Azure DevOps Pipelines with Terraform and Stages
22:26
Travis Roberts
Рет қаралды 68 М.
Terraform explained in 15 mins | Terraform Tutorial for Beginners
18:15
TechWorld with Nana
Рет қаралды 1,7 МЛН
Angular Getting Started (PrimeNG)
56:04
Artesgo
Рет қаралды 73
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН