Creating a Functions Environment
Create a reference to a Functions environment.
Before you begin, you must create a function.
For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.
A reference to the Functions environment is created. You can create a deployment pipeline to deploy artifacts to Oracle Functions.
To create a reference to Functions environment, run the
create-function-environmentcommand:oci devops deploy-environment create-function-environmentRequired parameters for the
create-function-environmentcommand:--function-id--project-id
To get all the commands for
deploy-environment:oci devops deploy-environment -hTo get help for the
create-function-environmentcommand:oci devops deploy-environment create-function-environment -hTo create a reference to Functions environment, use the
CreateDeployEnvironmentoperation. For thedeployEnvironmentTypeattribute, specify theFUNCTIONvalue.