One of the best videos for Azure Devops! Can we put in CV?
@srikanthgonti723626 күн бұрын
Clear content.Thankyou very much
@aasthashankarsrivastava556018 сағат бұрын
I am working in that A company and have migrated 100s of servers/apps on cloud
@PritamBandgar-h3w6 ай бұрын
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_kpk5 ай бұрын
Ask from GPT 4 .. they will be best explaination
@Imran_kpk5 ай бұрын
# 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"]
@prashishshirsat92146 ай бұрын
Hi Aditya, very well explained. can you please teach security and networking CNI part, it will be very helpful. Thanks.
@SofiaParker7775 ай бұрын
Good morning Sir, Can you please make a Azure Project which utilizes different Azure services Especially Databases, advanced networking, RBAC using Azure AD
@Music.Bhojpuri-x9b6 ай бұрын
Osm
@NishankumarTripathy5 ай бұрын
Sonarqube prepare configuration stage is failed, it is showing can not find location string for key
@GunShot1095 ай бұрын
very informative
@arnaudfrancktaptuekuate53676 ай бұрын
Why are you using same tools. SonarQube, trivi . Why not snyk, Checkmarx and so on
@mazharkhatri7793 ай бұрын
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
@chaitanyajagtap9213Ай бұрын
He used Classic Pipeline ?
@remboromeo534 ай бұрын
A means AT&T?
@saitejareddygurujala25346 ай бұрын
Classic Pipelines , why not YAML
@devopsshack6 ай бұрын
Probably will be teaching in future masterclaases. As of now its added in my courses
@profitstrading55136 ай бұрын
This guy learning and as a practice he is promoting this video...Who is using Classic pipelines now....Its completely multi stage Yaml pipeline
@manideepsaipolavarapu2722 ай бұрын
444th like
@roulniur23936 ай бұрын
can i explain this project during an interview if asked
@iamthor15045 ай бұрын
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