The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Azure Virtual Machine Scale Set Plugin

azureVMSSUpdateInstances: Update Azure Virtual Machine Scale Set Instances

azureVMSSUpdate: Update Azure Virtual Machine Scale Set

  • azureCredentialsId : String
    The Azure Service Principal credentials used to communicate with the Azure services. Check the following documentation for more information about the service principal:
  • resourceGroup : String
    The resource group name that the Virtual Machine Scale Set is associated with.
  • name : String
    The Azure Virtual Machine Scale Set name.
  • imageReference
      Nested Object
    • id : String (optional)

      Resource ID or VHD URI of the custom image.

      Example Resource ID: /subscriptions/your-subscription-id/resourceGroups/your-resource-group/providers/Microsoft.Compute/images/your-image-name

      Example VHD URI: http://your-storage-account.blob.core.windows.net/vhds/your-disk-image.vhd

    • offer : String (optional)
      Offer of the image. For example, UbuntuServer.
    • publisher : String (optional)
      Publisher of the image. For example, Canonical.
    • sku : String (optional)
      SKU of the image. For example, 16.04-LTS.
    • version : String (optional)
      Version of the image. For example, 16.04.201611150.

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.