What does the professional default command fn deploy --app <app-name> accomplish for an OCI Function?
Select an answer to reveal the explanation.
Short Explanation
One command, three beats: build the image, push it to the registry in your Fn context, and register the function on the application. You can split the steps, but deploy is the default rhythm.
Full Explanation
Official guidance: fn deploy --app <app-name> builds the function as a container image, pushes that image to the registry named in the Fn CLI context, and registers or updates the function on the named application in OCI Functions. Build/push/deploy can be split, but the professional default is the single command. It is not VCN design, OCIR login reteaching, or DevOps pipeline authoring.