Valid AZ-400 Dumps shared by ExamDiscuss.com for Helping Passing AZ-400 Exam! ExamDiscuss.com now offer the newest AZ-400 exam dumps, the ExamDiscuss.com AZ-400 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-400 dumps with Test Engine here:
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You use Azure Pipelines to build and test a React js application. You have a pipeline that has a single job. You discover thai installing JavaScript packages from npm takes approximately five minutes each time you run the pipeline. You need to recommend a solution to reduce the pipeline execution time. Solution: You recommend defining a container job that uses a custom container that has the JavaScript packages preinstalled. Does this meet the goal?
Correct Answer: B
Instead enable pipeline caching. Note: npm-cache is a command line utility that caches dependencies installed via npm, bower, jspm and composer. It is useful for build processes that run [npm|bower|composer|jspm] install every time as part of their build process. Since dependencies don't change often, this often means slower build times. npm-cache helps alleviate this problem by caching previously installed dependencies on the build machine. Reference: https://www.npmjs.com/package/npm-cache