Azure DevOps CICD Pipeline Project | Real-Time DevOps Project

  Рет қаралды 22,187

DevOps Shack

DevOps Shack

Күн бұрын

Azure DevOps CICD Pipeline Project | Real-Time DevOps Project
𝗘𝗻𝗿𝗼𝗹 𝗧𝗼 𝗕𝗮𝘁𝗰𝗵-6 | 𝗭𝗲𝗿𝗼 𝗧𝗼 𝗛𝗲𝗿𝗼 𝗗𝗲𝘃𝗦𝗲𝗰𝗢𝗽𝘀 & 𝗖𝗹𝗼𝘂𝗱 𝗗𝗲𝘃𝗢𝗽𝘀 𝗦𝘁𝗮𝗿𝘁𝗶𝗻𝗴 30th July:
www.devopsshac...
𝗘𝗻𝗿𝗼𝗹 𝗧𝗼 𝗕𝗮𝘁𝗰𝗵-𝟱 | 𝗭𝗲𝗿𝗼 𝗧𝗼 𝗛𝗲𝗿𝗼 𝗗𝗲𝘃𝗦𝗲𝗰𝗢𝗽𝘀 & 𝗖𝗹𝗼𝘂𝗱 𝗗𝗲𝘃𝗢𝗽𝘀 𝗦𝘁𝗮𝗿𝘁𝗶𝗻𝗴 𝟭𝟴𝘁𝗵 𝗠𝗮𝘆:
www.devopsshac...
Project: github.com/jai...
Doubt Clearing Group: t.me/+9roGPjX1...
Instagram: / devopsshack
LinkedIn: / devops-shack

Пікірлер: 24
@devopsshack
@devopsshack 4 ай бұрын
www.devopsshack.com/courses/Batch-5--Zero-To-Hero--DevSecOps--Cloud-DevOps-661d3ad119a57f6bb98a762f
@incrediblemanii
@incrediblemanii 4 ай бұрын
One of the best videos for Azure Devops! Can we put in CV?
@SofiaParker777
@SofiaParker777 3 ай бұрын
Good morning Sir, Can you please make a Azure Project which utilizes different Azure services Especially Databases, advanced networking, RBAC using Azure AD
@PritamBandgar-h3w
@PritamBandgar-h3w 4 ай бұрын
Hello Aditya, I hope you are doing well. Please try to explain the Dockerfile and YAML manifests you create for each project while making project videos. Thank you.
@Imran_kpk
@Imran_kpk 3 ай бұрын
Ask from GPT 4 .. they will be best explaination
@Imran_kpk
@Imran_kpk 3 ай бұрын
# Use an official Node.js runtime as the base image FROM node:14 # Set the working directory in the container to /app WORKDIR /app # Copy package.json and package-lock.json (if available) to the working directory # This step helps leverage Docker's caching mechanism for faster builds COPY package*.json ./ # Install dependencies specified in package.json RUN npm install # Copy the rest of the application code to the working directory COPY . . # Expose the port the application will run on # Replace 3000 with your application's port if different EXPOSE 3000 # Define the command to run the application # This usually matches the "start" script in your package.json CMD ["npm", "start"]
@arnaudfrancktaptuekuate5367
@arnaudfrancktaptuekuate5367 4 ай бұрын
Why are you using same tools. SonarQube, trivi . Why not snyk, Checkmarx and so on
@udaykumar-tb5kn
@udaykumar-tb5kn 4 ай бұрын
U do video we all see
@mazharkhatri779
@mazharkhatri779 Ай бұрын
Question Can we moved release level Test plans to any folder, /Archive Need to hide previous TestPlans not to show every time when I present I know how to filter
@manideepsaipolavarapu272
@manideepsaipolavarapu272 25 күн бұрын
444th like
@prashishshirsat9214
@prashishshirsat9214 4 ай бұрын
Hi Aditya, very well explained. can you please teach security and networking CNI part, it will be very helpful. Thanks.
@RohitAlam-zr7on
@RohitAlam-zr7on 4 ай бұрын
man you are the real handson helping hand for us
@saurabhpundir4048
@saurabhpundir4048 3 ай бұрын
suutmunni intik po
@NishankumarTripathy
@NishankumarTripathy 3 ай бұрын
Sonarqube prepare configuration stage is failed, it is showing can not find location string for key
@Music.Bhojpuri-x9b
@Music.Bhojpuri-x9b 4 ай бұрын
Osm
@remboromeo53
@remboromeo53 2 ай бұрын
A means AT&T?
@GunShot109
@GunShot109 3 ай бұрын
very informative
@iamthor1504
@iamthor1504 3 ай бұрын
INFO: Load plugins index (done) | time=49ms INFO: Load/download plugins (done) | time=148ms INFO: Process project properties INFO: Process project properties (done) | time=10ms INFO: Execute project builders INFO: Execute project builders (done) | time=2ms INFO: ------------------------------------------------------------------------ INFO: EXECUTION FAILURE INFO: ------------------------------------------------------------------------ INFO: Total time: 2.049s INFO: Final Memory: 8M/34M INFO: ------------------------------------------------------------------------ ##[error]ERROR: Error during SonarScanner execution ERROR: Validation of project failed: o To use the property "sonar.branch.name" and analyze branches, Developer Edition or above is required. See docs.sonarqube.org/latest/analyzing-source-code/branches/branch-analysis/ for more information. ERROR: ERROR: Re-run SonarScanner using the -X switch to enable full debug logging. ERROR: Error during SonarScanner execution ERROR: Validation of project failed: o To use the property "sonar.branch.name" and analyze branches, Developer Edition or above is required. See docs.sonarqube.org/latest/analyzing-source-code/branches/branch-analysis/ for more information. ERROR: ERROR: Re-run SonarScanner using the -X switch to enable full debug logging. ##[warning]LIB_ResourceFile does not exist ##[warning]Resource file haven't been set, can't find loc string for key: LIB_ProcessExitCode ##[warning]Error while executing SonarQube:Analyze task: LIB_ProcessExitCode /home/ubuntu/myagent/_work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/5.20.1/sonar-scanner/bin/sonar-scanner 2 ##[error]LIB_ProcessExitCode /home/ubuntu/myagent/_work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/5.20.1/sonar-scanner/bin/sonar-scanner 2 Finishing: Run Code Analysis getting error in run code analysis can you help @devopsshack in this or anyone
@saitejareddygurujala2534
@saitejareddygurujala2534 4 ай бұрын
Classic Pipelines , why not YAML
@devopsshack
@devopsshack 4 ай бұрын
Probably will be teaching in future masterclaases. As of now its added in my courses
@profitstrading5513
@profitstrading5513 4 ай бұрын
This guy learning and as a practice he is promoting this video...Who is using Classic pipelines now....Its completely multi stage Yaml pipeline
@roulniur2393
@roulniur2393 4 ай бұрын
can i explain this project during an interview if asked
@roulniur2393
@roulniur2393 4 ай бұрын
Kindly add time stamp
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 32 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 9 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,1 МЛН
ОТОМСТИЛ МАМЕ ЗА ЧИПСЫ🤯#shorts
00:44
INNA SERG
Рет қаралды 4,7 МЛН
Azure DevOps Tutorial for Beginners | CI/CD with Azure Pipelines
36:29
TechWorld with Nana
Рет қаралды 1,3 МЛН
Azure DevOps Step by Step Tutorial for Beginners | DevOps Tutorial
1:42:07
Do not DO THIS DevOps | DevOps Full Roadmap 2024 ( Free Resources )
24:20
How to Create a CI/CD Pipeline in Azure DevOps | Azure DevOps Tutorial
54:22
How to design a modern CI/CD Pipeline
9:59
DevOps Journey
Рет қаралды 135 М.
؟ Docker ليه بنستخدم 💙
18:52
Yehia Tech يحيى تك
Рет қаралды 86 М.
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 32 МЛН