Hello Abhishek, I have been working on ADO since last 5 years and i must say this is one of the best video on UA-cam in terms of knowledge(Basic->advance). Even, i was missing some minor details in the pipeline that you explained in this video. Very well structured video. we appreciate it
@@AbhishekVeeramalla I must suggest every Azure enthusiast should follow this playlist and make a good note of it. It will help them to clear interviews.
It's 4.00 AM now & I determine that will complete the entire CI part by today EOD and finish that in style. You are assisting us beyond any limits Abhishek . Keep the momentum ongoing . I am hungry in Devops scope.😊😊👍
Hi Abhishek, thanks for the wonderful course. Even the azure team are watching this azure play list. I just noticed that you made a complaint about when you import a repo to azure DevOps, the branch is selected based on alphabetical order and not directly main branch as you imported. This morning I was practicing the project on Azure DevOps and I noticed the correction has been made. The main branch was selected directly and I didn't have to set it as default. You are a generous person and helping others achieves their dreams by giving out free content which is even more valuable than paid courses. May God bless you and your family. Thanks for your good work
Hello Brother, Thanks for your content it actually has combination of theory and hands on and provides lot of confidence to the people who practice. I have been in the cloud, learning devops. This 1 session gave me lot confidence on the Azure Devops. I followed your video and able to built the azure pipeline successfully. Your videos certainly helps lot people who need some assistance to learn cloud and devops. and gave so much of confidence on those tools.
Hi Abhishek - I just started learning Azure and I must say, your channel is the best I have come across so far. I was able to deploy the three microservices. Your explanations are straight to the point. Thank you so much for all you are doing to the community.
Yaar Abhishek, I thankyou alot. I mean really, I had tears in my eyes when the build got successful when I did it. I have joined as a fresher devops engineer and was finding it difficult. But now I have that confidence.
such a amazing content ,,, failed multiple times but final result was green , successfully i ran 3 pipelines for 3 microservices and by doing the changes as well
Hi Abhishek, I have one question. For all the 3 pipelines which you have created for result, vote and worker, for line 18, for all you have given the below line as dockerfilePath: '$(Build.SourcesDirectory)/result/Dockerfile' Shall it be dockerfilePath: '$(Build.SourcesDirectory)/vote/Dockerfile' for vote pipeline and dockerfilePath: '$(Build.SourcesDirectory)/worker/Dockerfile' for worker pipeline. Apart from this, all videos are really amazing
Abhishek, I have a few questions: 1. Do we have the option for variables, right? Why did you include them inside the pipeline? 2. Do we need to run ./config.sh every time to make an agent online? 3. You added white space for triggering the build; that part is somewhat confusing. Can you provide more clarity on that?"
Hello Abhishek , thanks for the video . one small request can you make a video for the "fresher " who learns devops through your videos it will definitely helpful for me as well as for the community.
In 3 pipelines in variable section, it showing same path....results/Docker file, i hope it should be vote/Dockerfile, worker/Dockerfile, result/Dockerfile....
Hi Abhishek, your videos are great. I would like to point out 1 mistake. When you are creating pipeline for Vote service , the `dockerfilePath` in the variables section of yaml file is not update. They are point to the "/result" directory which is. $(Build.SourcesDirectory)/result/Dockerfile and this means that the "result" service docker image is create and pushed. I think it should be "$(Build.SourcesDirectory)/vote/Dockerfile". Please correct me if I am wrong. :)
Hi Abhishek, thanks for this wonderful video session. I was able to implement this CI pipeline successfully. But I tried to access the application front end on port 80 which I have already enabled in inbound rule but using public ip address, not able to access the front end. Any suggestions ?
Hi Abhishek, Thanks for session have been following your videos .Just to add can you add separate session on AKS integration and real time scenario in this series.
Hello Abhishek , Big fan of our work i have a doubt regarding these microservices how all these serivces is combined into one application routing to company domain using ingress pls do a detailed video on this .....
Hey they are already connected. If you watch the video, I already created the ingress config and exposed it outside. Reg company domain, you can provide your company host name in the ingress host section.
Hi anna After completion of this AZURE course please make a video on making the RESUME of this course like what we deployed and what hands-on projects we did during the course
Hi Abhishek, out of curiosity, don't you need to modify the 'dockerfilepath' variable for each pipeline? It looks like you are building the same DockerFile for all three pipelines.
Hi Abhishek, It's a nice CI explanation...Having one doubt.. In this video, we are creating a pipeline for a particular folder. Can we create the same for a particular branch? 2. In realtime creating a Docker file is a developer task or DevOps engineer task?
Hello Abhishek, I have been following your courses and find them absolutely golden. Cheers to the work that you are putting in. :) I had one issue that maybe others also could have encountered. While creating the agent, when I run the ./config.sh. I get a dependency issue on the terminal saying ./config.sh libcrypto.so.10 => not found libssl.so.10 => not found Dependencies missing for .NET Core 3.1 I tried resolving it, however was not able to do it. Do you know the workaround here?
Hi sir, thanks for your sharing for the azure devops , my question is : is 1 microservice per pipeline best practice? if we have 20 microservice , do we need to create 20 pipeline?
At the end of Azure playlist can you please do a video using "AWS Toolkit for Azure DevOps" - to manage application infra in AWS and CI/CD in Azure DevOps
If any provides the best subject content on UA-cam we need to do these 3 things 1subscribe the channel 2 Watch the videos for at least 30 seconds to 5 minutes Every day it helps increase the view count 3 Like the videos
Hi Abhishek, I'm facing the same issue but unable to resolve An image does not exist locally with the tag: ***/votingapp The process '/usr/bin/docker' failed with exit code 1 Could you please help on this?
@@AbhishekVeeramalla thank you so much. Abhishek we need to install docker in my self hosted machine which is my windows laptop. Plz advise how to do it as I am getting error in pipeline as unable to locate executable file docker.
Hi Abhishek. If we do not have Azzure subscription then we need to use snippet as per web service language type like nodejs or python . In that case the yaml file outlook is different. How to edit that yaml as per requirement.
Hi Abhi, I think below concepts are in not in Day 12 Video or else it is different video. Please check my query if possible. Thanks Day12: IAM :- Implementing RBAC, Best Practices for RBAC
Hi Anna, I am having experience only on Azure Devops(app service deployment), AKS, and some Azure platform work (provisioning of storage accounts, databricks, app services, subnets, keyvaults) and following your azure zero to hero videos for better understanding.....I haven't used any other github, jenkins, sonarqube, docker like these tools.....Could you please let me know what tools should I learn I am trying to switching the company on azure devops only......If u reply to this it would be very helpful to me.
Hello Abhishek, I have been working on ADO since last 5 years and i must say this is one of the best video on UA-cam in terms of knowledge(Basic->advance). Even, i was missing some minor details in the pipeline that you explained in this video. Very well structured video.
we appreciate it
Means alot Prince 😊
@@AbhishekVeeramalla I must suggest every Azure enthusiast should follow this playlist and make a good note of it. It will help them to clear interviews.
It's 4.00 AM now & I determine that will complete the entire CI part by today EOD and finish that in style. You are assisting us beyond any limits Abhishek . Keep the momentum ongoing . I am hungry in Devops scope.😊😊👍
Thanks alot
Hi Abhishek, thanks for the wonderful course. Even the azure team are watching this azure play list. I just noticed that you made a complaint about when you import a repo to azure DevOps, the branch is selected based on alphabetical order and not directly main branch as you imported. This morning I was practicing the project on Azure DevOps and I noticed the correction has been made. The main branch was selected directly and I didn't have to set it as default.
You are a generous person and helping others achieves their dreams by giving out free content which is even more valuable than paid courses. May God bless you and your family. Thanks for your good work
Amazing Hassan. Thanks for sharing 😀
You really watch for these kind of details amazing i would love to chat with you, lemme know if you are free
Bro u r a great great human. helping millions free of cost.
Without these videos its just impossible to work.
Thanks a lot 🙏
❤️
Hello Brother,
Thanks for your content it actually has combination of theory and hands on and provides lot of confidence to the people who practice. I have been in the cloud, learning devops.
This 1 session gave me lot confidence on the Azure Devops. I followed your video and able to built the azure pipeline successfully.
Your videos certainly helps lot people who need some assistance to learn cloud and devops. and gave so much of confidence on those tools.
Thanks Suresh
I just completed this project successfully, thank you Abhishek, my knowledge of Azure is getting profound.
Amazing 🤩
I'm always amazed not only by the knowledge you have but your teaching skills. Thanks so much!
Thanks alot Sandeep
@AbhishekVeeramalla I have re-tried the steps one by one and finally successfully completed the process...😍😍😍
😍🎉
Hi Abhishek - I just started learning Azure and I must say, your channel is the best I have come across so far. I was able to deploy the three microservices. Your explanations are straight to the point. Thank you so much for all you are doing to the community.
🥳🥳🥳
Yaar Abhishek, I thankyou alot. I mean really, I had tears in my eyes when the build got successful when I did it. I have joined as a fresher devops engineer and was finding it difficult. But now I have that confidence.
Amazing
One question- for example if I have only the source code and there is no dockerfile then, can I make a docker image out of it?
Finally was able to build and run all the three pipelines successfully. Thanks Abhishek sir💯
can you help me bro?
Implemented all 3 pipelines and it worked.Thanks for your efforts
😍😍😍
successfully deployed Abhishek thank you lot for taking time from your busy life and uploading videos
It's my pleasure
Thank you Abhishek... This content made me to crack Azure devops role.... thank you for your great efforts
Hey bro did you do any azure certification to get the DevOps role ?
such a amazing content ,,, failed multiple times but final result was green , successfully i ran 3 pipelines for 3 microservices and by doing the changes as well
❤️
such a amazing content ,, i implemented and successfully runs the 3 services pipelines by doing changes as well
Amazing 😻
Thank you Brother Abhishek for your exceptional teaching; your guidance has truly made a difference :)
😍
Thank you for the amazing session🙏! I have applied the same and it worked !!
Wonderful!
can you please send me the source code for vote-app?
Bhai apne to sara doubt clear kar diya amazing🙏🙏🙏🙏
I have applied the same It works. Thank you bhaiya for amazing session
Always welcome
this is an amazing series i hope you can finish it sooner of the rest of azure much appreciated
😀
This project was super useful for me, Im so thankful for your time and very well explanation:)
Done with 3 of the pipelines. Thank you Abhishek for the Amazing session💫
😍
@@AbhishekVeeramalla I can't install dockers in my laptop. Please help.
Hi sir,
We needs this type of projects, azure pipeline
Thanks for your hard work
You are welcome
@AbhishekVeeramalla Thank you so much for this CI Project in Azure
😍
Well explained, easy to understand. Thanks Abhishek😃
Successfully completed the CI part. excited to complete the CD.
It worked for me. Thank you Abishek
Amazing
1:11:55 docer file path not changed, we need to change from result folder to vote folder
Excellent Abhishek very well explained.
Thanks for the support 😍
@@AbhishekVeeramalladeveloper better understand the what the need to be a because of docker file must build and should run
Thank you for this..completed successfully.
Thank you, great explanation. Really helpful.
Welcome 🙏
Awesome explanation 👍👍
Thanks for the support brother 😍
Wonderful Abhishek 🎉❤
😍
Hatoff annaya for ur dedication 👏
Thank u
Attendance 🎉🎉🎉
Thanks
Thanks Anna for posting this is useful for my current project ❤
You are welcome 😊
Hi Abhishek when you will upload the CD part waiting eagerly for the past 3 days😊 I am sure you will upload tomorrow just completed the CI part😍
Yes will upload tomorrow
Extraordinary lecture
🔥
@5:03,Hi Abhishek what do you mean by this is not production grade system
HI abhishek after learning these 27 videos azure zero to hero , we are ready to get in job as azure devops engineer
damm this is like a gold mine 😍
😀
It really is.Perfect explanation.
Eagerly waiting for this ❤
🚀🚀🚀
Thanks Abhishek Anna
👌👌👌👌
😍😍
Hi Abhishek, I have one question. For all the 3 pipelines which you have created for result, vote and worker, for line 18, for all you have given the below line as
dockerfilePath: '$(Build.SourcesDirectory)/result/Dockerfile'
Shall it be dockerfilePath: '$(Build.SourcesDirectory)/vote/Dockerfile' for vote pipeline and
dockerfilePath: '$(Build.SourcesDirectory)/worker/Dockerfile' for worker pipeline.
Apart from this, all videos are really amazing
I always inspired by you .
Thanks
Super content 👏👏
Glad you think so!
eagerly waiting for the next episode _release CD
Released
Abhishek, I have a few questions:
1. Do we have the option for variables, right? Why did you include them inside the pipeline?
2. Do we need to run ./config.sh every time to make an agent online?
3. You added white space for triggering the build; that part is somewhat confusing. Can you provide more clarity on that?"
Yes we can do that
Thank u Abhishek thanks for sharing
Hello Abhishek , thanks for the video . one small request can you make a video for the "fresher " who learns devops through your videos it will definitely helpful for me as well as for the community.
Freshers can follow the same playlists
ok brother , can you make the video on "creating a resume for freshers " @@AbhishekVeeramalla
Finally the video is Live in 🎉
Yes
The Project was amazing ,🤩does it will be better to name it as "Github to Azure Devops Migration Project" in resume ?
Yup
Thanks a lot for nice knowledge sharing videos
It's my pleasure
Where can I get that example-voting-app terminal from ? Please help me out
In 3 pipelines in variable section, it showing same path....results/Docker file, i hope it should be vote/Dockerfile, worker/Dockerfile, result/Dockerfile....
Hi Abhishek, your videos are great.
I would like to point out 1 mistake.
When you are creating pipeline for Vote service , the `dockerfilePath` in the variables section of yaml file is not update.
They are point to the "/result" directory which is. $(Build.SourcesDirectory)/result/Dockerfile and this means that the "result" service docker image is create and pushed.
I think it should be "$(Build.SourcesDirectory)/vote/Dockerfile".
Please correct me if I am wrong. :)
We fixed that in CD video bro 😀 but yeah good catch
Hi Abhishek, thanks for this wonderful video session. I was able to implement this CI pipeline successfully. But I tried to access the application front end on port 80 which I have already enabled in inbound rule but using public ip address, not able to access the front end. Any suggestions ?
Will be covered in the CD part
i guess we need to edit the result/Dockerfile in other two build as it might be building the same image as we haven't tested by editing...
Hi Abhishek, Thanks for session have been following your videos .Just to add can you add separate session on AKS integration and real time scenario in this series.
Consistency is the key❤
Yes
Hello Abhishek , Big fan of our work i have a doubt regarding these microservices how all these serivces is combined into one application routing to company domain using ingress pls do a detailed video on this .....
Hey they are already connected. If you watch the video, I already created the ingress config and exposed it outside.
Reg company domain, you can provide your company host name in the ingress host section.
Worth Bro :-)
Glad you think so!
Hi anna
After completion of this AZURE course please make a video on making the RESUME of this course like what we deployed and what hands-on projects we did during the course
Yeah that would be helpful
Sure
@@AbhishekVeeramalla tq Anna
Hi finally the video is live thanks for that sir could you please do this project on AWS also
Awesome
thanks, abhi
Hi Abhishek, out of curiosity, don't you need to modify the 'dockerfilepath' variable for each pipeline? It looks like you are building the same DockerFile for all three pipelines.
Hi Abhishek , first thanks for this awesome video , can you just let me know how to showcase this project in resume ?
Yes, sure
Hi Abhishek, It's a nice CI explanation...Having one doubt.. In this video, we are creating a pipeline for a particular folder. Can we create the same for a particular branch?
2. In realtime creating a Docker file is a developer task or DevOps engineer task?
Yes u can do that
Super broo🎉
Hello Abhishek,
I have been following your courses and find them absolutely golden. Cheers to the work that you are putting in. :)
I had one issue that maybe others also could have encountered.
While creating the agent, when I run the ./config.sh. I get a dependency issue on the terminal saying
./config.sh
libcrypto.so.10 => not found
libssl.so.10 => not found
Dependencies missing for .NET Core 3.1
I tried resolving it, however was not able to do it. Do you know the workaround here?
I figured it out, I used the wrong version of architecture while creating the agent. Used RHEL6 instead of x64. :D
Thanks alot 🙏
Thank you so much sir.
Most welcome
Hi sir, thanks for your sharing for the azure devops , my question is : is 1 microservice per pipeline best practice? if we have 20 microservice , do we need to create 20 pipeline?
At the end of Azure playlist can you please do a video using "AWS Toolkit for Azure DevOps" - to manage application infra in AWS and CI/CD in Azure DevOps
Will try
Please clarify when we use VM's/EC2 and K8S in Real time and which is more used
@abhishek veeramalla What about the dockerfile path
If any provides the best subject content on UA-cam we need to do these 3 things
1subscribe the channel
2 Watch the videos for at least 30 seconds to 5 minutes Every day it helps increase the view count
3 Like the videos
Thanks alot Vishnu
Superb Video...how to keep azure agent online all the time ? Some time is getting logout , @abhishek your advise please ..
Just run it as a background process using nohup.
Hi Abhishek, I'm facing the same issue but unable to resolve
An image does not exist locally with the tag: ***/votingapp
The process '/usr/bin/docker' failed with exit code 1
Could you please help on this?
Abhishek would we get the dockerfile with every code from development team ?
No, we need to write the Dockerfiles by understanding the build process from developers.
@@AbhishekVeeramalla thank you so much. Abhishek we need to install docker in my self hosted machine which is my windows laptop. Plz advise how to do it as I am getting error in pipeline as unable to locate executable file docker.
thanks for the project also pls show where to delete everything (resources) after project is done
just deleted the resource group in Azure portal and Project in the Azure DevOps
thanks a ton@@AbhishekVeeramalla
impeccable. there is no "Day 14" in the github repo
Abhsishek can you do video on release pipeline as well
Sure
Thanks Sir Day 14 complete. I am facing issue in 3 worker pipeline after making changes as shown in the video it still failed
Hi Abhishek, where i can find those docker sample files for practicing. Help me out with this
If you are watching the video, you can see the github repo. Just search the repo
Bro we need to fill Azure DevOps Parallelism Request Form to get access to run azure pipelines in free-tire.
I am doing the same already.
This helps to resolve my issue, Thank you.
Thank you.
Welcome!
Hi Abhishek. If we do not have Azzure subscription then we need to use snippet as per web service language type like nodejs or python . In that case the yaml file outlook is different. How to edit that yaml as per requirement.
@Abhishek please update day 14,16,17,19 github repository for practice
Will try for sure but those videos are self explanatory.
@@AbhishekVeeramalla Thanks for quick response how can i practice on ADO CI/ CD pipeline can you please guide
No hosted parallelism has been purchased or granted erro rwhen i am trying to run the 2nd pipeline...how to go on about this?
@AbhishekVeeramalla which cerficate do we need to do for devops who comes from development environment ?
Hi Abhi,
I think below concepts are in not in Day 12 Video or else it is different video. Please check my query if possible. Thanks
Day12: IAM :- Implementing RBAC, Best Practices for RBAC
Whatever we learnt in the video is all role based access control, including the demo as well
@@AbhishekVeeramalla Ok. Thanks
Hello Abhishek sir, I have one doubt regarding the agent. Is it required to add agent pool in the pipeline?
hi Abhishek.. how do configure the agent in the local system. I am using MacBook Air m2. but those command showing errors..
Hi Anna,
I am having experience only on Azure Devops(app service deployment), AKS, and some Azure platform work (provisioning of storage accounts, databricks, app services, subnets, keyvaults) and following your azure zero to hero videos for better understanding.....I haven't used any other github, jenkins, sonarqube, docker like these tools.....Could you please let me know what tools should I learn I am trying to switching the company on azure devops only......If u reply to this it would be very helpful to me.
Hi Vijay, If you need list of tools, you can check the DevOps zero to hero playlist. All the tools that I covered in that playlist are important.
hi Abhishek , just wanted to check why day 14 notes and project repo link is not available anywhere in your git repo.
Abhishek what if we want to use our own servers I stead of buying from Azzure like to run agents and other things
I tried to logout and logining again but some problem occurred time stamp of video 1:06
In one VM agent how many pipelines can we run any limit where we can see?
HI, Abhishek i couldn't see the repo in your git