-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Dmitry Tretyakov edited this page Feb 25, 2019
·
7 revisions
The following page contains configurations details of Azure Resource Manager cloud profiles.
The plugins supports the following types of credentials:
It is possible to use the following deployment types:
- Specific resource group - managed deployment, which allows to deploy cloud build agent into specific Azure resource group. In this case specified credentials should provide the Contributor role for this resource group.
- New resource group - managed deployment, which allows to create a dedicated resource group per each cloud build agent. In this case credentials should provide the Contributor role for entire subscription.
- Use existing virtual machine - unmanaged type (not recommended), which allows to start/stop a virtual machine machine with one build agent on-demand. Note that you need to manually configure it to use automatic authorization.
The plugin supports the following types of images for managed deployments:
- Container - allows creating new cloud build agents by using docker containers on top of Azure Container Instances.
- Image - allows creating new cloud build agents by using managed VM Images.
- Template - allows creating new cloud build agents by using custom Azure Resource Manager templates.
- VHD - allows creating new cloud build agents by using generalized VHD images to start VMs.