FunctionApp is the Schema for the FunctionApps API. Manages a Function App.
Type
CRD
Group
web.azure.upbound.io
Version
v1beta1
apiVersion: web.azure.upbound.io/v1beta1
kind: FunctionApp
FunctionAppSpec defines the desired state of FunctionApp
No description provided.
Reference to a AppServicePlan in web to populate appServicePlanId.
Policies for referencing.
Selector for a AppServicePlan in web to populate appServicePlanId.
Policies for selection.
A auth_settings block as defined below.
A active_directory block as defined below.
Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
External URLs that can be redirected to as part of logging in or logging out of the app.
A facebook block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A google block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A microsoft block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A twitter block as defined below.
An identity block as defined below.
Specifies a list of user managed identity ids to be assigned. Required if type is UserAssigned.
Reference to a ResourceGroup in azure to populate resourceGroupName.
Policies for referencing.
Selector for a ResourceGroup in azure to populate resourceGroupName.
Policies for selection.
A site_config object as defined below.
A cors block as defined below.
A list of origins which should be able to make cross-origin calls. * can be used to allow all calls.
A List of objects representing IP restrictions as defined below.
The headers for this specific scm_ip_restriction as defined below.
A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.
A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".
A list of allowed 'X-Forwarded-For' IPs in CIDR notation with a maximum of 8
A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.
Reference to a Subnet in network to populate virtualNetworkSubnetId.
Policies for referencing.
Selector for a Subnet in network to populate virtualNetworkSubnetId.
Policies for selection.
A List of objects representing IP restrictions as defined below.
The headers for this specific scm_ip_restriction as defined below.
A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.
A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".
A list of allowed 'X-Forwarded-For' IPs in CIDR notation with a maximum of 8
A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.
Reference to a Subnet in network to populate virtualNetworkSubnetId.
Policies for referencing.
Selector for a Subnet in network to populate virtualNetworkSubnetId.
Policies for selection.
A source_control block, as defined below.
Reference to a Account in storage to populate storageAccountName.
Policies for referencing.
Selector for a Account in storage to populate storageAccountName.
Policies for selection.
THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.
A auth_settings block as defined below.
A active_directory block as defined below.
Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
External URLs that can be redirected to as part of logging in or logging out of the app.
A facebook block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A google block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A microsoft block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A twitter block as defined below.
An identity block as defined below.
Specifies a list of user managed identity ids to be assigned. Required if type is UserAssigned.
A site_config object as defined below.
A cors block as defined below.
A list of origins which should be able to make cross-origin calls. * can be used to allow all calls.
A List of objects representing IP restrictions as defined below.
The headers for this specific scm_ip_restriction as defined below.
A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.
A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".
A list of allowed 'X-Forwarded-For' IPs in CIDR notation with a maximum of 8
A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.
A List of objects representing IP restrictions as defined below.
The headers for this specific scm_ip_restriction as defined below.
A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.
A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".
A list of allowed 'X-Forwarded-For' IPs in CIDR notation with a maximum of 8
A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.
A source_control block, as defined below.
THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
FunctionAppStatus defines the observed state of FunctionApp.
No description provided.
A auth_settings block as defined below.
A active_directory block as defined below.
Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
External URLs that can be redirected to as part of logging in or logging out of the app.
A facebook block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A google block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A microsoft block as defined below.
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. https://msdn.microsoft.com/en-us/library/dn631845.aspx
A twitter block as defined below.
An identity block as defined below.
Specifies a list of user managed identity ids to be assigned. Required if type is UserAssigned.
A site_config object as defined below.
A cors block as defined below.
A list of origins which should be able to make cross-origin calls. * can be used to allow all calls.
A List of objects representing IP restrictions as defined below.
The headers for this specific scm_ip_restriction as defined below.
A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.
A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".
A list of allowed 'X-Forwarded-For' IPs in CIDR notation with a maximum of 8
A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.
A List of objects representing IP restrictions as defined below.
The headers for this specific scm_ip_restriction as defined below.
A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.
A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".
A list of allowed 'X-Forwarded-For' IPs in CIDR notation with a maximum of 8
A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.
A source_control block, as defined below.
Conditions of the resource.
funcappxmpl
apiVersion: web.azure.upbound.io/v1beta1
kind: FunctionApp
metadata:
annotations:
meta.upbound.io/example-id: web/v1beta1/functionapp
labels:
testing.upbound.io/example-name: funcappxmpl
name: funcappxmpl
spec:
forProvider:
appServicePlanIdSelector:
matchLabels:
testing.upbound.io/example-name: functionapp-sp
location: West Europe
name: fncappxmpl
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: functionapp-rg
siteConfig:
- {}
storageAccountAccessKeySecretRef:
key: example-key
name: example-name
namespace: upbound-system
storageAccountNameSelector:
matchLabels:
testing.upbound.io/example-name: funcnappstorage
funcappnameexample
apiVersion: web.azure.upbound.io/v1beta1
kind: FunctionApp
metadata:
annotations:
meta.upbound.io/example-id: web/v1beta1/functionappslot
labels:
testing.upbound.io/example-name: funcappnameexample
name: funcappnameexample
spec:
forProvider:
appServicePlanIdSelector:
matchLabels:
testing.upbound.io/example-name: funcappslot-sp
location: West Europe
name: funcappnameexample
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: funcappslot-rg
siteConfig:
- {}
storageAccountAccessKeySecretRef:
key: example-key
name: example-name
namespace: upbound-system
storageAccountNameSelector:
matchLabels:
testing.upbound.io/example-name: funcappslotaccount
© 2022 Upbound, Inc.
Discover the building blocksfor your internal cloud platform.