1 hour at a stretch, without editing video.. you delivered. Your videos are top-notch. I have watched other paid courses, but your content is more relevant and updated. Very good explanation. Let me go through other videos also and share this free content with my friends and needy. That much I can do to get this channel more viewership.
Hi I am a seasoned devops engineer, I am not only upgrading my skill in azure, I am also habituating the consistency in which you are delivering the sessions, Great work Sir
Hi Abhishek, Thank you so much for making this so simple to understand. Deployed my first ARM template in 5 mins. Thanks a lot and learning a lot from this series. Regards, Ashish Arya
Today's lesson was really a good one Abhishek. Now I know what is ARM template, Bicep incl. differences and what they are used for. You explained it very well. Many things buddy.
Yet another day, another instance of attendance - hats off to your unwavering consistency, bhaiya. I am delving into Azure, absorbing not just technical aspects but also the subtle life lessons you silently convey: the importance of consistency. I assure you that, under your guidance, I am on the path to becoming a DevOps engineer soon. Thank you immensely. More power to you, and may blessings abound for you and your family. ❤ Jai Shree RAM
Thanks Abhishek for the wonderful tutorial. Finally I have created storage account and VM using ARM templates. I was continuously getting "Failed to parse '01-storage-account.json', please check whether it is a valid JSON format" error message even though the JSON file has no issues in it, then I realized i didn't save the file before executing the template. Once the file is saved, the deployment went successful.
Wow, your video is truly fantastic! The content is not only engaging but also incredibly informative. I appreciate the effort you put into making this video and breaking down the topic so well. Keep up the excellent work! Looking forward to more insightful content from your channel. 😁
Hi Abhi, Appreciate your efforts in delivering a clean and crisp content. One thing I wanted to know, if I have to create multiple VMs(say 30) or Storage Account through ARM template giving different names, How should I do that?
Hi Abhishek sir, I saw the video today and now I have some level of understanding to create resources using ARM templates. Thank you. And i have small doubt Do we have any extensions or features to validate or plan the ARM template before creating the resources in Azure? Like Terraform have validate or plan commands to ckeck the code.
Hello Abhishek, we need to run this command right az deployment group create --name storageaccountcreate --resource-group vscode --template-file storage.json
Thank You Abhishek for making series on Azure. I need your suggestion. I am working as a Network Security engineer and wan to move into Cloud domain. Could you please suggest, along with AWS & Azure what I need to learn to get into Cloud (May be any language or any tool). Thanks in advance.
Hi Abhishek just wanted to share a little tip, I faced this issue while running az deployment group create --name --resource-group vscode --template-file 01-storage-account.json I was keep getting "Failed to parse 'storage-account.json', please check whether it is a valid JSON format" After searching thru to resolve this error I found you have to enable some settings. On your Visual Studio you "Ctrl , "which is going to open settings window, stay on the tab of Text Editor, on the right you scroll down to "Edit in settings.json" you click on that, a file will open, now press "Ctrl s" to save now when you run your template it will work
template file name give that you have created for the folder inside the folder and check for the proper aligmnet use chatgp by putting down the error and undersating
Hi Abhishek, as always great content. How can another user make use of template in repo by passing parameter value different from default without making changes in template json? Also, if I deploy it with CICD how az login going to work on ubuntu machine, on laptop it opens up signup page.
Hi abhi we can also do like excluding parameters block from main file like azuredeploy.json is the main file azuredeploy.param.json is the secondary file and we can refer parameters file with main file, parameters file is like passing dynamic values without disturbing the main file
If we do like this then we can deploy both this json files using powershell command like Az-ResourceGroupDeployment -- name "< resourcegroup_name >" -- Template file --TemplateParameterFile
Hi abhishek, can you please guide me or provide me who is good in dynatrace teaching as you , if you can make videos on dynatrace it would be great to learn
Can we replace a variable with a parameter like say default Value using the value we want to use as variable..i hope it's not too silly a qtn😅...also the allowed values do they popup when executing
Thanks. Hi Abhishek. While passing password through ARM code is allowed & standard only. Is any alternative also followed. Please tell. Thanks for your support
Sir , Still yet not able to create Azure account bcoz i consumed all free account ,Please help me Sir , if you saying pay you go then which option need to select Sir .Please advice
53:00 You donot have to make simple videos, it will not serve the purpose, we need to understand the concept in depth and in a real time manner.So , please take your time.
Hi bro, I have doubt is there any states related things in ARM template like terraform because if I tried to execute the same template again by using azure cli it will try to create the resource again or will show already these resources are deployed?
Hello abhishek after downloading and waited for long time still when i type arm i am unable to see popup it is showing empty array plz help me out to slove these
Hi brother ? Did you watch episode 1 to 10 before watching this ? What is something that novice cannot understand in this video. Can you please let me know ? Specifically in this video, I did not even use complicated terminology Also, If you can suggest what more should be added so that novice learners can understand that would be awesome. I will definitely take your suggestion.
1 hour at a stretch, without editing video.. you delivered. Your videos are top-notch. I have watched other paid courses, but your content is more relevant and updated. Very good explanation. Let me go through other videos also and share this free content with my friends and needy. That much I can do to get this channel more viewership.
Glad you enjoyed it!
@@AbhishekVeeramalla Really God bless you dear brother, you did a Great Job!!
Thanks for the lectures am getting to learn Azure devOps. I have successfully carried out 3 demos curtesy of your tutorials.
Great to hear!
Appreciate your enthusiasm in explaining each and every thing in simple terms.Keep it up.Many Thanks.
You are most welcome
Hi I am a seasoned devops engineer, I am not only upgrading my skill in azure, I am also habituating the consistency in which you are delivering the sessions, Great work Sir
Good to know, Thanks Sree
Hi Abhishek,
Thank you so much for making this so simple to understand.
Deployed my first ARM template in 5 mins.
Thanks a lot and learning a lot from this series.
Regards,
Ashish Arya
Amazing 🤩
Plz help me out after downloading the extensions when I type arm I am unable to see the popup how to solve these
Today's lesson was really a good one Abhishek. Now I know what is ARM template, Bicep incl. differences and what they are used for. You explained it very well. Many things buddy.
Thanks 🙏
A big thank you abhishek to make hardest topic in a simpler way...❤❤❤❤.
Hats off Abhishek.. You are a legend
😀
Yet another day, another instance of attendance - hats off to your unwavering consistency, bhaiya. I am delving into Azure, absorbing not just technical aspects but also the subtle life lessons you silently convey: the importance of consistency. I assure you that, under your guidance, I am on the path to becoming a DevOps engineer soon. Thank you immensely. More power to you, and may blessings abound for you and your family. ❤ Jai Shree RAM
😍😍😍
The session was 🔥and the way you teach makes it not easy but easier to understand....thank you ♥
Thanks for sharing
Thanks Abhishek for the wonderful tutorial. Finally I have created storage account and VM using ARM templates. I was continuously getting "Failed to parse '01-storage-account.json', please check whether it is a valid JSON format" error message even though the JSON file has no issues in it, then I realized i didn't save the file before executing the template. Once the file is saved, the deployment went successful.
Amazing 🤩
Appreciate brother for articulating the ARM Template in such simple terms 😊❤
🔥
@@AbhishekVeeramalla Can you please also make a project blog on Three Tier Architecture deploy through ARM Template for real hands-on
Thanks for your patience and efforts Abhi bro❤✨
My pleasure 😊
I am so happy and feeling like learning so much each day, thank you for such amazing knowledge you are sharing Anna.
😍 .. more to go
Wow, your video is truly fantastic! The content is not only engaging but also incredibly informative. I appreciate the effort you put into making this video and breaking down the topic so well. Keep up the excellent work! Looking forward to more insightful content from your channel. 😁
Glad it was helpful!
Crispy video was easy to grasp. Hands-on Done 😎
🙌
your vedios motivate me to learn azure thanks bhaiya
Thank You Sir Day 11 Completed 😊
Keep it up
Likes should be 100000 🎉🎉
😍😍
Thanks Abhi anna ❤
😍
Excellent class Thanks abhihshek
Welcome 🙏
Excellent video and explanation. Thank you so much!
😍
Hi Abhi,
Appreciate your efforts in delivering a clean and crisp content. One thing I wanted to know, if I have to create multiple VMs(say 30) or Storage Account through ARM template giving different names, How should I do that?
Hi Abhishek, could you please make a video about creation of Virtual machine for existing Vnet in ARM template as it will be helpful to learn
"Hi what if i tell you" bro is also using the same catch phrase😄
Haha
I worked in TCS for 5 years till 2027 And now I am not working, how should I restart my career? Please kindly guide me towards my best career.
Good and informative. Thanks.
Clear and straight to the point 🤟
thanks for your content, i will go through all the azure videos. fighting!
All the very best
Hi Abhishek sir,
I saw the video today and now I have some level of understanding to create resources using ARM templates. Thank you.
And i have small doubt Do we have any extensions or features to validate or plan the ARM template before creating the resources in Azure? Like Terraform have validate or plan commands to ckeck the code.
Thanks for this wonderful content 😊
Hello Abhishek,
we need to run this command right
az deployment group create --name storageaccountcreate --resource-group vscode --template-file storage.json
Attendance 🎉
👍
Thank You Abhishek for making series on Azure. I need your suggestion. I am working as a Network Security engineer and wan to move into Cloud domain. Could you please suggest, along with AWS & Azure what I need to learn to get into Cloud (May be any language or any tool). Thanks in advance.
Hi Abhishek just wanted to share a little tip, I faced this issue while running
az deployment group create --name --resource-group vscode --template-file 01-storage-account.json
I was keep getting "Failed to parse 'storage-account.json', please check whether it is a valid JSON format"
After searching thru to resolve this error I found you have to enable some settings. On your Visual Studio you "Ctrl , "which is going to open settings window, stay on the tab of Text Editor, on the right you scroll down to "Edit in settings.json" you click on that, a file will open, now press "Ctrl s" to save now when you run your template it will work
template file name give that you have created for the folder inside the folder and check for the proper aligmnet use chatgp by putting down the error and undersating
still unable to do this its still showing json format can you explain a bit clearly after ctrl s ?
excellent explanation thanks a lot bro
😍
Hi Abhishek, as always great content. How can another user make use of template in repo by passing parameter value different from default without making changes in template json? Also, if I deploy it with CICD how az login going to work on ubuntu machine, on laptop it opens up signup page.
🎉❤
Thanks
Hi abhi we can also do like excluding parameters block from main file like azuredeploy.json is the main file azuredeploy.param.json is the secondary file and we can refer parameters file with main file, parameters file is like passing dynamic values without disturbing the main file
Yea yeah absolutely
If we do like this then we can deploy both this json files using powershell command like Az-ResourceGroupDeployment -- name "< resourcegroup_name >" -- Template file --TemplateParameterFile
Hi sir, please upload the complete Azure DevOps Admin and DevOps.
excellent Video..thank you
Most welcome !!
You are providing amazing content Abhishek. Thank you
I'm looking to attempt Az-305
Will it Cover Az-305 topics further ??
You can watch the course syllabus video - Day 0
can you pls share other vedios as well?
nice Vedio.... If any one looking fwd add linked and nested templates, var, parameters use cases
@AbhishekVeeramalla is it possible to include resouce group details also in the ARM Template along with vm creation ?
💙💙💙
Good stuff. Thanks a lot.
Hello sir
We can create resources using azure portal also na sir then why are we using arm templates??
Hi abhishek,
can you please guide me or provide me who is good in dynatrace teaching as you , if you can make videos on dynatrace it would be great to learn
Thank You ❤
Can we replace a variable with a parameter like say default Value using the value we want to use as variable..i hope it's not too silly a qtn😅...also the allowed values do they popup when executing
Hello Abhishek can u also release linux zero to hero series for devops perspective please.
There is already shell scripting playlist and networking playlist. I dont think more than that is required to get started
@@AbhishekVeeramalla Abhishek can u make a series for service mesh istio kiali. Kibana how to use them when to use.
Abhishek, can you show us on how to connect this visual studio with your Github page, so that those folders appear on the visual studio
Just run the git clone command on your vscode.
thanks for replying so quick
@@AbhishekVeeramalla
Thanks. Hi Abhishek. While passing password through ARM code is allowed & standard only. Is any alternative also followed. Please tell. Thanks for your support
Hi abhishek, what is called azure runner images ? help me out
should we provide --name in az deployment group create as we are already giving storage account name in json file?
Sir, how many days u have completed for entire azure course,
How to start a student for this devopps courses
As soon as possible.
Watch for devops roadmap for 2024 video to understand how to get started
Hey Abhi, can i use the Visual Studio code for Cloud Formation as well, like you used plug-in for ARM .
how can i automate this via github actions workflow
good content
Thanks a lot
Why is a storage account present while creating a VM? @43:30 timestamp
getting the error " failed to phase storage-account.json" what to do?
Not able to search arm in file after download arm tool. Am i doing something wrong??
Sir, When deploying storage account in terminal, I got "Failed to parse 'storageaccount.json', please check whether it is a valid JSON format"
Your json file must be wrong. Please check the github repo, I have shared the file for reference. You can compare
Sir , Still yet not able to create Azure account bcoz i consumed all free account ,Please help me Sir , if you saying pay you go then which option need to select Sir .Please advice
❤❤❤
😍
thanks , pls launch oci course.
53:00 You donot have to make simple videos, it will not serve the purpose, we need to understand the concept in depth and in a real time manner.So , please take your time.
Thanks for the support Vishwa
Hi sir, you have paid courses for azure? i wants to become a azure data engineer? therefore I need a complete guidance
is this related to cloudformtation of aws??
Simialr yes but not completely same
@@AbhishekVeeramalla ok anna
Hi Abhishek. is ARM templates, more or less, the same as Cloud Formation in AWS?
Yes
Hi bro,
I have doubt is there any states related things in ARM template like terraform because if I tried to execute the same template again by using azure cli it will try to create the resource again or will show already these resources are deployed?
The ARM extension doesn't work for WSL 😢
🎉
😎😎
Hello abhishek after downloading and waited for long time still when i type arm i am unable to see popup it is showing empty array plz help me out to slove these
Restart your vscode .. just close it and open.
Thank you so much now it's working, ☺️
Azure Vm scale set Video class is missing ?
There are complete 2 video, theory and demo
1 thing for sure these videos are not for the novice
Hi brother ? Did you watch episode 1 to 10 before watching this ?
What is something that novice cannot understand in this video. Can you please let me know ? Specifically in this video, I did not even use complicated terminology
Also, If you can suggest what more should be added so that novice learners can understand that would be awesome. I will definitely take your suggestion.
Th@nkyou $!r
Most welcome !!