Interface FunctionApp.DefinitionStages.WithManagedEnvironment
- All Known Subinterfaces:
FunctionApp.Definition,FunctionApp.DefinitionStages.WithCreate
- Enclosing interface:
- FunctionApp.DefinitionStages
public static interface FunctionApp.DefinitionStages.WithManagedEnvironment
A function app definition allowing Azure Container App environment to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithManagedEnvironmentId(String managedEnvironmentId) Specifies the ID of the Azure Container Apps environment to deploy the Function App on.
-
Method Details
-
withManagedEnvironmentId
FunctionApp.DefinitionStages.WithScaleRulesOrDockerContainerImage withManagedEnvironmentId(String managedEnvironmentId) Specifies the ID of the Azure Container Apps environment to deploy the Function App on.When your container is hosted in a Consumption + Dedicated plan structure, only the default Consumption plan is currently supported. Dedicated plans in this structure aren't yet supported for Functions. When running functions on Container Apps, you're charged only for the Container Apps usage.
- Parameters:
managedEnvironmentId- ID of the Azure Container Apps environment- Returns:
- the next stage of the definition
-