What do you understand by term Provisioning in DevOps?
Provisioning is the process of preparing new systems for users (in a Continuous Delivery scenario, typically development or test teams). Th...

https://www.interviewquestionspdf.com/2017/01/what-do-you-understand-by-term.html
Provisioning is the process of preparing new systems for users (in a Continuous Delivery scenario, typically development or test teams). The systems are generally virtualized and instantiated on demand. Configuration of the machines to install operating systems, middle-ware, etc. is handled by automated system configuration management tools, which also verify that the desired configuration is maintained.