After you have developed your multitenant application and authorizations, you need to deploy the application in a Cloud Foundry space in the provider's subaccount.
To make the application available to subaccounts in multiple regions, you need to deploy the application to a provider subaccount in each of the regions.
-
Create a subaccount in the Cloud Foundry environment in the global account of the application provider. This subaccount will host the multitenant application for the provider tenant.
For general instructions, see Create a Subaccount.
-
In the subaccount, create a space in a Cloud Foundry organization.
For general instructions, see Create Spaces.
-
Assign the appropriate quota for the application runtime memory to the provider's subaccount.
For general instructions, see Configure Entitlements and Quotas for Subaccounts.
-
Deploy the application to the Cloud Foundry space and start it by executing the
push
command in the command line interface (cf CLI).For more information, see Deploy Business Applications in the Cloud Foundry Environment.