Do visit to my below playlists👇 Azure Playlist th-cam.com/play/PLmSlOWkfkuglJzo6VOX_vPJHAHBkullPT.html DevOps Playlist th-cam.com/play/PLmSlOWkfkugmXU1WVTu_fmrOwjRAbbWvL.html
@@suchethkumar8998 Yes its not free if you are using Azure Hosted Agent. Refer below video to create self hosted agent & always create public project along-with self hosted agent, you won't be charged. th-cam.com/video/2oXjL6GK_d0/w-d-xo.html
Hi sir, its a great video easily understandable for devops freshers, request you to make more videos on devops pipeline and as well on Certificate renewal for AKS tutorial.
Bhai no words ...mashallah....Allah may bless you with lot of happiness and good health... could you please explain bit more about that port 3000 fro. Where you took that port in code or from Azure web app somewhere its added ?
So I need to create a Dockerfile first? i got this errors in the build. . ##[error]Unhandled: No Dockerfile matching /home/vsts/work/1/s/Dockerfile was found. ##[error]Error: No Dockerfile matching /home/vsts/work/1/s/Dockerfile was found. . I try with both paths when creating the pipeline for build ( Time-stamp 8:30) $(Build.SourcesDirectory)/Dockerfile **/Dockerfile
Hi, thanks for the video. I have a small doubt. You manually deployed the image to the web app while creating it, so why did you create a release pipeline if the app has already been deployed manually?
@@VirtualTechBox Thank you. My build pipeline was successful. I was trying to deploy a React app. But encountering an error to open the page. I checked the logs: "these are the logs: 023-09-13T14:46:01.034Z ERROR - Container react-admin-dash_0_f1ca5d82 for site react-admin-dash has exited, failing site start 2023-09-13T14:46:01.115Z ERROR - Container react-admin-dash_0_f1ca5d82 didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging. 2023-09-13T14:46:01.126Z INFO - Stopping site react-admin-dash because it failed during startup." I made the Dockerfile file this way if I am right: FROM node:alpine WORKDIR /app COPY package.json . RUN npm install --omit=dev COPY . . CMD ["npm", "run", "build"] My build is showing 47% and deployment is 100%. Where is the mistake here? I guess there is mistake in Dockerfile configuration.
Hi Sir. thank you for your project, Can you help in my issue When I am trying to create build pipeline, its not showing configure option directly showing the yaml.
I have 3 cert in azure devops...upto az400 but as a entry level no one hire what to do to get job as a azure devops I have tech support experience kindly guide
As per me, Azure DevOps is easy than open source project. If I would have build this project in open source, video would have become of more than one hour. In open source project nothing is cloud native except Kubernetes but in Azure DevOps everything is cloud native. In open source project we are using Jenkins VM becomes single point of failure where in Azure DevOps we are using cloud native solution Azure Pipelines.
@VirtualTechBox I am getting application error,If you are admin you can access the diagnostic resources.I am unable to find the error. I have completely check 3 times for any errors in building and releasing
I am getting the error while building pipeline as "No hosted parallelism is purchased or granted" . I have created 1 self hosted agent and made it online plzz guide what to do next.
I am not using the self hosted agent. If you are using self hosted agent then you should have public project and apply for parallelism request @@shreyasrepale7159
Hi, i am new to this ,just started learning Azure devOPs,i want to ask one question that azure is giving free container registery with some limit ,if i use these services should i need to pay ?
I only used linux Microsoft hosted agent to build artifact. Yes, you can definitely use Windows one to build. You can also use self hosted agent instead of Microsoft hosted agent for build.
Do visit to my below playlists👇
Azure Playlist
th-cam.com/play/PLmSlOWkfkuglJzo6VOX_vPJHAHBkullPT.html
DevOps Playlist
th-cam.com/play/PLmSlOWkfkugmXU1WVTu_fmrOwjRAbbWvL.html
azure pipeline is not free, you need to build self hosted agents
azure pipeline is not free, you need to build self hosted agents
@@suchethkumar8998 Yes its not free if you are using Azure Hosted Agent. Refer below video to create self hosted agent & always create public project along-with self hosted agent, you won't be charged.
th-cam.com/video/2oXjL6GK_d0/w-d-xo.html
Nice and easy approach. Keep it up for the community.
I really appreciate your feedback.
Explained very well. Thanks
You're Welcome.
Hi sir, its a great video easily understandable for devops freshers, request you to make more videos on devops pipeline and as well on Certificate renewal for AKS tutorial.
Sure, I will try to make.
Bhai no words ...mashallah....Allah may bless you with lot of happiness and good health... could you please explain bit more about that port 3000 fro. Where you took that port in code or from Azure web app somewhere its added ?
In code port 3000 was exposed.
So I need to create a Dockerfile first? i got this errors in the build.
.
##[error]Unhandled: No Dockerfile matching /home/vsts/work/1/s/Dockerfile was found.
##[error]Error: No Dockerfile matching /home/vsts/work/1/s/Dockerfile was found.
.
I try with both paths when creating the pipeline for build ( Time-stamp 8:30)
$(Build.SourcesDirectory)/Dockerfile
**/Dockerfile
Hi, thanks for the video. I have a small doubt. You manually deployed the image to the web app while creating it, so why did you create a release pipeline if the app has already been deployed manually?
Good Job
Thank You.
Hello Sir this is really easy understandable video.do you have any special classes for Azure DevOps.
As of now I am not providing any formal devops training. Follow me on Linkedin for updates.
Great video! I appreciate it. What changes should be made if I want to deploy private GitHub repo?
You need to generate the personal access token and add repo to azure pipeline using that token.
@@VirtualTechBox Thank you. My build pipeline was successful. I was trying to deploy a React app. But encountering an error to open the page. I checked the logs: "these are the logs: 023-09-13T14:46:01.034Z ERROR - Container react-admin-dash_0_f1ca5d82 for site react-admin-dash has exited, failing site start
2023-09-13T14:46:01.115Z ERROR - Container react-admin-dash_0_f1ca5d82 didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging.
2023-09-13T14:46:01.126Z INFO - Stopping site react-admin-dash because it failed during startup." I made the Dockerfile file this way if I am right:
FROM node:alpine
WORKDIR /app
COPY package.json .
RUN npm install --omit=dev
COPY . .
CMD ["npm", "run", "build"]
My build is showing 47% and deployment is 100%. Where is the mistake here? I guess there is mistake in Dockerfile configuration.
Hi Sir. thank you for your project, Can you help in my issue
When I am trying to create build pipeline, its not showing configure option directly showing the yaml.
Clear the browser cache and try again. If still not working then delete the project and create again.
Nice project sir
Thank You.
I have 3 cert in azure devops...upto az400 but as a entry level no one hire what to do to get job as a azure devops I have tech support experience kindly guide
super sir.
According to u azure devops easy or open source devops?need ur opinion
As per me, Azure DevOps is easy than open source project. If I would have build this project in open source, video would have become of more than one hour. In open source project nothing is cloud native except Kubernetes but in Azure DevOps everything is cloud native. In open source project we are using Jenkins VM becomes single point of failure where in Azure DevOps we are using cloud native solution Azure Pipelines.
Hello sir in my pipeline there is no option of release. what can I do now ???
You can go with yaml pipeline
@VirtualTechBox
I am getting application error,If you are admin you can access the diagnostic resources.I am unable to find the error.
I have completely check 3 times for any errors in building and releasing
Please reply
What error you are getting ?
Hi Sir,
when i completed validation & configure the Tetris_game-app pipeline is note build, build shows some error. what should we do?
What is the error?
I am getting the error while building pipeline as "No hosted parallelism is purchased or granted" . I have created 1 self hosted agent and made it online plzz guide what to do next.
Is your project private or public? Refer below video & apply for parallelism.
th-cam.com/video/6ofbxUEl-rs/w-d-xo.html
@@VirtualTechBox i have done exact same as you doing in this video
I am not using the self hosted agent. If you are using self hosted agent then you should have public project and apply for parallelism request @@shreyasrepale7159
I have applied yesterday already. What if I created a public project still will it show the same error?
I shouldn't@@shreyasrepale7159
Hi, i am new to this ,just started learning Azure devOPs,i want to ask one question that azure is giving free container registery with some limit ,if i use these services should i need to pay ?
Create Free trial subscription and start practicing Azure, you won't get bill for your Free Trial period for any service.
Iam getting an error as no docker file matching/home/vsts/work/1/s/**/Docker file
At which time-stamp you are getting this error?
Hi. Why don’t you use yaml pipeline? Thanks
I already have one video with yaml pipeline -- th-cam.com/video/n1euGuOS5NM/w-d-xo.html
Hello... Thanks for the video. How can we send a mail to group of developera when build is failed via azure pipelins
I will try to merge that step also in upcoming video.
@@VirtualTechBox thankyou
good
Thanks
Hi sir. When i change my source code it automatically builds and releases but the content does not change at the app service.
Check on Azure app service you have selected continuous build option or not.
I couldn't find which section it is under. Could you please explain it@@VirtualTechBox
In release pipeline you need to enable continuous deployment trigger. In video at 14:19 you can see that option.@@selimyaylal3871
Hi sir please don't mind
Is this is the realtime work flow?
yes.
Application error occurred
when i am completed release pipeline and got the url and paste to browser
Please give suggestions to overcome the error
Are you trying with same github code or trying some other application
Hi can i add this project to my resume.
Yes.
why is this web app developed on linux? can this same be done for windows as well?
I only used linux Microsoft hosted agent to build artifact. Yes, you can definitely use Windows one to build. You can also use self hosted agent instead of Microsoft hosted agent for build.
@@VirtualTechBoxthanks! Also, how much time will it take the parallelism request to get approved?
Between 12hr to 48 hrs.@@rupikasoni9119
hello , I have adoubt can I do this in azure free account??
Yes, of course. On Azure DevOps use self hosted agent with public project and on Azure Portal you can use Free Tier account.
@@VirtualTechBox thank you sir
You're Welcome @@bishaldebroy2363
How to take the code
code repository url I have provided in description.