title | description | author | ms.service | ms.subservice | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|
Getting Started with Cloud Foundry on Microsoft Azure |
Run OSS or Pivotal Cloud Foundry on Microsoft Azure |
seanmck |
virtual-machines |
workloads |
article |
01/19/2017 |
seanmck |
Cloud Foundry is an open-source platform-as-a-service (PaaS) for building, deploying, and operating 12-factor applications developed in various languages and frameworks. This document describes the options you have for running Cloud Foundry on Azure and how you can get started.
There are two forms of Cloud Foundry available to run on Azure: open-source Cloud Foundry (OSS CF) and Pivotal Cloud Foundry (PCF). OSS CF is an entirely open-source version of Cloud Foundry managed by the Cloud Foundry Foundation. Pivotal Cloud Foundry is an enterprise distribution of Cloud Foundry from Pivotal Software Inc. We look at some of the differences between the two offerings.
You can deploy OSS Cloud Foundry on Azure by first deploying a BOSH director and then deploying Cloud Foundry, using the instructions provided on GitHub. To learn more about using OSS CF, see the documentation provided by the Cloud Foundry Foundation.
Microsoft provides best-effort support for OSS CF through the following community channels:
- #bosh-azure-cpi channel on Cloud Foundry Slack
- cf-bosh mailing list
- GitHub issues for the CPI and service broker
Note
The level of support for your Azure resources, such as the virtual machines where you run Cloud Foundry, is based on your Azure support agreement. Best-effort community support only applies to the Cloud Foundry-specific components.
Pivotal Cloud Foundry includes the same core platform as the OSS distribution, along with a set of proprietary management tools and enterprise support. To run PCF on Azure, you must acquire a license from Pivotal. The PCF offer from the Azure marketplace includes a 90-day trial license.
The tools include Pivotal Operations Manager, a web application that simplifies deployment and management of a Cloud Foundry foundation, and Pivotal Apps Manager, a web application for managing users and applications.
In addition to the support channels listed for OSS CF above, a PCF license entitles you to contact Pivotal for support. Microsoft and Pivotal have also enabled support workflows that allow you to contact either party for assistance and have your inquiry routed appropriately depending on where the issue lies.
Cloud Foundry encourages the "twelve-factor app" methodology, which promotes a clean separation of stateless application processes and stateful backing services. Service brokers offer a consistent way to provision and bind backing services to applications. The Azure service broker provides some of the key Azure services through this channel, including Azure storage and Azure SQL.
If you are using Pivotal Cloud Foundry, the service broker is also available as a tile from the Pivotal Network.
Cloud Foundry is well suited to agile software development, including the use of continuous integration (CI) and continuous delivery (CD). If you use Azure DevOps Services to manage your projects and would like to set up a CI/CD pipeline targeting Cloud Foundry, you can use the Azure DevOps Services Cloud Foundry build extension. The plugin makes it simple to configure and automate deployments to Cloud Foundry, whether running in Azure or another environment.