Creating a Private Application

Learn how to create a private application.

    1. Open the navigation menu and click Marketplace. Under Service Catalog, click Private Applications.
    2. On the Private Applications page, click Create.
    3. In the Create Application Panel, provide the following information:
      • Enter a name for the private application.
      • (Optional) In the Application Icon field, add an icon by dropping PNG or JPEG files, or by selecting a file from your local system. If you don't add an icon, a default icon is provided.
        Note

        The size of the file must be 130 x 130 pixels.
      • Short Description: Enter a short description for the private application.
      • Long Description: (Optional) Enter a detailed description. This description is displayed when you launch the application.
      • Version: Enter the version of the application.
      • Upload File Containing Terraform Configuration: Add the Terraform configuration file by dropping the file into the given area or by selecting it from your local system.
      Note

      For guidelines on creating a terraform configuration file, see Creating a Terraform Configuration File.
    4. Click Create.
  • Use the create command and required parameters to create a private application.

    oci service-catalog private-application create [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the CreatePrivateApplication operation to create a private application.