When creating OCI Functions for a utility billing notifier, where must network attachment and shared configuration be defined so every function in the group inherits them?
Select an answer to reveal the explanation.
Short Explanation
The application is the neighborhood: subnets and shared config on that parent apply to every function living there. You cannot hang a function in mid-air with no application.
Full Explanation
In OCI Functions, an application is the required logical grouping of functions. Properties set on the application—compartment, subnets, shared configuration—apply to every function placed in it. A function cannot exist without an application. Treat the application as the deployable environment, not as a duplicate of the function itself, and do not confuse it with Object Storage or Kubernetes namespaces.