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

  • azureCredentialsId
    The Azure Service Principal credentials used to communicate with the Azure services. Check the following documentation for more information about the service principal:
    • Type: String
  • resourceGroup
    The resource group name that the Virtual Machine Scale Set is associated with.
    • Type: String
  • name
    The Azure Virtual Machine Scale Set name.
    • Type: String
  • instanceIds
    Instance IDs to be updated, separated by ','.
    • Type: String

azureVMSSUpdate: Update Azure Virtual Machine Scale Set

  • azureCredentialsId
    The Azure Service Principal credentials used to communicate with the Azure services. Check the following documentation for more information about the service principal:
    • Type: String
  • resourceGroup
    The resource group name that the Virtual Machine Scale Set is associated with.
    • Type: String
  • name
    The Azure Virtual Machine Scale Set name.
    • Type: String
  • imageReference
      Nested Object
    • id (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

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

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.