Get Linux Function App Result
A collection of values returned by getLinuxFunctionApp.
Constructors
Properties
A map of key-value pairs for App Settings and custom values.
A auth_settings
block as defined below.
A auth_settings_v2
block as defined below.
The current availability state. Possible values are Normal
, Limited
, and DisasterRecoveryMode
.
A backup
block as defined below.
Is built in logging enabled?
Are Client Certificates enabled?
Paths to exclude when using client certificates, separated by ;
The mode of the Function App's client certificates requirement for incoming requests.
A connection_string
blocks as defined below.
Are the settings for linking the Function App to storage suppressed?
The identifier used by App Service to perform domain ownership verification via DNS TXT record.
The amount of memory in gigabyte-seconds that your application is allowed to consume per day.
The default hostname of the Linux Function App.
Are the default FTP Basic Authentication publishing credentials enabled.
The runtime version associated with the Function App.
The ID of the App Service Environment used by Function App.
A identity
block as defined below.
A comma separated list of outbound IP addresses as a string. For example 52.23.25.3,52.143.43.12
.
A list of outbound IP addresses. For example ["52.23.25.3", "52.143.43.12"]
A comma separated list of possible outbound IP addresses as a string. For example 52.23.25.3,52.143.43.12,52.143.43.17
. This is a superset of outbound_ip_addresses
.
A list of possible outbound IP addresses, not all of which are necessarily in use. This is a superset of outbound_ip_address_list
. For example ["52.23.25.3", "52.143.43.12"]
.
Is Public Network Access enabled for this Linux Function App.
The ID of the App Service Plan within which this Function App has been created.
A site_config
block as defined below.
A site_credential
block as defined below.
A sticky_settings
block as defined below.
The access key used to access the backend storage account for the Function App.
The backend storage account name used by this Function App.
The Key Vault Secret ID, including version, that contains the Connection String to connect to the storage account for this Function App.
Does the Function App use Managed Identity to access the storage account?
Whether backup and restore operations over the linked virtual network are enabled.
The Virtual Network Subnet ID used for this IP Restriction.
Are the default WebDeploy Basic Authentication publishing credentials enabled.