All Projects β†’ JetBrains β†’ Teamcity Azure Agent

JetBrains / Teamcity Azure Agent

Licence: apache-2.0
TeamCity support for Azure cloud build agents

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Teamcity Azure Agent

Pci Paas Webapp Ase Sqldb Appgateway Keyvault Oms
Azure PCI PaaS Reference Architecture
Stars: ✭ 36 (-2.7%)
Mutual labels:  cloud, azure
Midway
πŸ” A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Stars: ✭ 5,080 (+13629.73%)
Mutual labels:  cloud, azure
Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+10824.32%)
Mutual labels:  cloud, azure
Arvados
An open source platform for managing and analyzing biomedical big data
Stars: ✭ 274 (+640.54%)
Mutual labels:  cloud, azure
Azure.data.wrappers
Azure Storage Simplified
Stars: ✭ 34 (-8.11%)
Mutual labels:  cloud, azure
Elasticluster
Create clusters of VMs on the cloud and configure them with Ansible.
Stars: ✭ 298 (+705.41%)
Mutual labels:  cloud, azure
Terratag
Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
Stars: ✭ 385 (+940.54%)
Mutual labels:  cloud, azure
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+2959.46%)
Mutual labels:  cloud, azure
Iot Edge V1
Azure IoT Edge
Stars: ✭ 522 (+1310.81%)
Mutual labels:  cloud, azure
Cloud Design Patterns
Prescriptive Architecture Guidance for Cloud Applications
Stars: ✭ 484 (+1208.11%)
Mutual labels:  cloud, azure
Scoutsuite
Multi-Cloud Security Auditing Tool
Stars: ✭ 3,803 (+10178.38%)
Mutual labels:  cloud, azure
Cloudcomparer
Compare the various managed cloud services offered by the major public cloud providers in the market.
Stars: ✭ 678 (+1732.43%)
Mutual labels:  cloud, azure
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (+591.89%)
Mutual labels:  cloud, azure
Leapp
Leapp is the tool to access your cloud; It securely stores your access information and generates temporary credential sets to access your cloud ecosystem from your local machine.
Stars: ✭ 306 (+727.03%)
Mutual labels:  cloud, azure
Infracost
Cloud cost estimates for Terraform in pull requestsπŸ’°πŸ“‰ Love your cloud bill!
Stars: ✭ 4,505 (+12075.68%)
Mutual labels:  cloud, azure
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+10510.81%)
Mutual labels:  cloud, azure
Externalsecret Operator
An operator to fetch secrets from cloud services and inject them in Kubernetes
Stars: ✭ 177 (+378.38%)
Mutual labels:  cloud, azure
Azure Cli
Azure Command-Line Interface
Stars: ✭ 2,862 (+7635.14%)
Mutual labels:  cloud, azure
Terracognita
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Stars: ✭ 452 (+1121.62%)
Mutual labels:  cloud, azure
Skyark
SkyArk helps to discover, assess and secure the most privileged entities in Azure and AWS
Stars: ✭ 526 (+1321.62%)
Mutual labels:  cloud, azure

TeamCity Azure Cloud Plugin

official JetBrains project

Enables TeamCity cloud integration with Microsoft Azure and allows virtual machines usage to scale the pool of build agents.

Table Of Contents

Overview

More details about TeamCity Azure Resource Manager plugin can be found in the following blog post.

Plugin supports following types of images:

Installation

You can download the plugin build and install it as an additional plugin for TeamCity 10.x+.

Usage

To configure Azure Resource Manager cloud profile, refer to the wiki pages.

Common problems

TeamCity starts virtual machine but agent is not connected

To retrieve server configuration details, the TeamCity build agent needs to read the following files:

  • %SYSTEMDRIVE%\AzureData\CustomData.bin on Windows
  • /var/lib/waagent/ovf-env.xml in Linux

Please check that user under which TeamCity build agent is running has read access permissions to the mentioned files.

TeamCity starts virtual machine instance but agent is Unauthorized

To resolve it please add the following line in the buildagent.properties file:

azure.instance.name=<agent_name>

where <agent_name> should coincide with the vm name of running cloud instance.

Container instance-based images are reporting problem "Microsoft.ContainerInstance is not available in xxx region"

You need to register "Microsoft.ContainerInstance" provider in your subscription.

Problems investigation

To investigate the problems it worth look at the teamcity-agent.log agent log file and teamcity-clouds.log server log file. You could file an issue in the TeamCity tracker and privately attach these file for investigation by TeamCity team.

License

Apache 2.0

Feedback

Please feel free to send a PR or file an issue in the TeamCity issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].