Get Windows Function App Result
A collection of values returned by getWindowsFunctionApp.
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.
A backup
block as defined below.
Is the built-in logging enabled?
Is the use of 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.
One or more connection_string
blocks as defined below.
Are Content Share Settings disabled?
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 Windows 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 the Windows Function App.
The ID of the App Service Plan.
A site_config
block as defined below.
A site_credential
block as defined below.
A sticky_settings
block as defined below.
The access key which is used to access the backend storage account for the Function App.
The backend storage account name which is used by this Function App.
The Key Vault Secret ID, including version, that contains the Connection String used to connect to the storage account for this Function App.
Is the Function App using a Managed Identity to access the storage account?
Whether backup and restore operations over the linked virtual network are enabled.
The subnet id which the Windows Function App is vNet Integrated with.
Are the default WebDeploy Basic Authentication publishing credentials enabled.