Azure cloud service deployment environments

sam.noble's Avatar

sam.noble

29 Oct, 2015 03:28 PM

In our setup, we have several cloud services in a single solution. For a given test environment, e.g. QA, we'll have 4 projects to deploy. This means we have to create 4 separate environments in Appveyor. Then if we want to do a UAT release, that's another 4 etc.

It would be great if we could link an Azure subscription once, then reference that for each environment, perhaps just specifying the target cloud service name and artefact etc.

  1. Support Staff 1 Posted by Feodor Fitsner on 29 Oct, 2015 04:39 PM

    Feodor Fitsner's Avatar

    OK, I see what you mean. We could have something like:

    deploy:
    - provider: Environment
      name: azure-cs
      service_name: prod-cs
      artifact: Package1.cspkg
    
    - provider: Environment
      name: azure-cs
      service_name: qa-cs
      artifact: Package2.cspkg
    

    where azure-cs is the name of Azure Cloud Service environment defined under "Environments".

    Does it look like what you need?

  2. 2 Posted by sam.noble on 29 Oct, 2015 04:44 PM

    sam.noble's Avatar

    That would be fantastic. Eventually we could have some 30 different configurations over 4 subscriptions here, so that would make it so much easier.

  3. Support Staff 3 Posted by Feodor Fitsner on 30 Oct, 2015 12:12 AM

    Feodor Fitsner's Avatar

    Great, it doesn't look hard to implement.

  4. sam.noble closed this discussion on 16 Dec, 2016 10:16 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

13 Sep, 2023 06:05 AM
10 Sep, 2023 03:43 PM
09 Sep, 2023 05:53 PM
08 Sep, 2023 07:10 PM
31 Aug, 2023 07:59 PM
13 Aug, 2023 04:55 AM