Forum Discussion
arjun_padanakandy89
May 26, 2020Copper Contributor
Creating Multiple Deployment Type for an Application
Suppose I have to create an Application with multiple configurations. UAT Configuration - Application will be pointing to UAT Server. PROD Configuration - Application will be pointing to PROD Serve...
gwblok
May 27, 2020Iron Contributor
The Deployment Types are chosen based on the Requirements in the Application Deployments Types.
You'd have to create a global condition to check for something on the machine to know if it is for UAT or Prod.
Example, if you have a registry setting on all UAT machines, you could use that as your condition to run AppDT UAT.
https://docs.microsoft.com/en-us/mem/configmgr/apps/deploy-use/create-applications#bkmk_dt-require
arjun_padanakandy89
May 27, 2020Copper Contributor
Actually, UAT and PROD and related to the product and not the machine. Let us suppose I want the UAT configuration of the product installed on my machine, there is no setting present to identify if my machine is UAT or PROD.