Hi, we are having some trouble with deploying our Cloud Service Extended Support (CSES) instance, because of the way staging and prod slots work now in CSES. Specifically, we are having difficulty with specifying the name of the CSES instance to deploy to in the ARM template for "Staging", because the current resource that is Staging depends on the SlotType in azure portal, determined by the IP to LoadBalancer mapping. This SlotType can only be utilized in an ARM template by using the "reference" template function, which is restrictive in where it can be used. I have successfully used it in the "outputs" section of a resource in a template, which I can then reference later on in the template in some properties of a resource definition, but I am not allowed to use this parameter in the "name" of the resource definition for deploying the CSES instance, because "reference" function can not be used in top level properties like 'name'. This results in us not being able to determine which CSES instance to deploy in our staging template.
I wanted to hear about how other teams are handling deploying to staging for CSES resources. Can we discuss, or can you direct me to a contact?
Thanks for your time.