I want to build a release pipeline having two stages Stage1 and stage2. In each stages I need to deploy multiple customers. I am getting the customer information from the JSON file using PowerShell script. Below are some of the questions that I need to solve
- The above JSON file needs to be created dynamically using input from the customer. How to get input from the customer?.
- Also planning to create Variable groups to hold the constant data needed for each customer. DO I need to create a separate variable group for each customer?