We recommend using Azure Native.
azure.appservice.getFunctionApp
Explore with Pulumi AI
Use this data source to access information about a Function App.
!> Note: The azure.appservice.FunctionApp data source is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.appservice.LinuxFunctionApp and azure.appservice.WindowsFunctionApp data sources instead.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.appservice.getFunctionApp({
    name: "test-azure-functions",
    resourceGroupName: exampleAzurermResourceGroup.name,
});
import pulumi
import pulumi_azure as azure
example = azure.appservice.get_function_app(name="test-azure-functions",
    resource_group_name=example_azurerm_resource_group["name"])
package main
import (
	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/appservice"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := appservice.LookupFunctionApp(ctx, &appservice.LookupFunctionAppArgs{
			Name:              "test-azure-functions",
			ResourceGroupName: exampleAzurermResourceGroup.Name,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() => 
{
    var example = Azure.AppService.GetFunctionApp.Invoke(new()
    {
        Name = "test-azure-functions",
        ResourceGroupName = exampleAzurermResourceGroup.Name,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.appservice.AppserviceFunctions;
import com.pulumi.azure.appservice.inputs.GetFunctionAppArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = AppserviceFunctions.getFunctionApp(GetFunctionAppArgs.builder()
            .name("test-azure-functions")
            .resourceGroupName(exampleAzurermResourceGroup.name())
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: azure:appservice:getFunctionApp
      arguments:
        name: test-azure-functions
        resourceGroupName: ${exampleAzurermResourceGroup.name}
Using getFunctionApp
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFunctionApp(args: GetFunctionAppArgs, opts?: InvokeOptions): Promise<GetFunctionAppResult>
function getFunctionAppOutput(args: GetFunctionAppOutputArgs, opts?: InvokeOptions): Output<GetFunctionAppResult>def get_function_app(name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     tags: Optional[Mapping[str, str]] = None,
                     opts: Optional[InvokeOptions] = None) -> GetFunctionAppResult
def get_function_app_output(name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetFunctionAppResult]func LookupFunctionApp(ctx *Context, args *LookupFunctionAppArgs, opts ...InvokeOption) (*LookupFunctionAppResult, error)
func LookupFunctionAppOutput(ctx *Context, args *LookupFunctionAppOutputArgs, opts ...InvokeOption) LookupFunctionAppResultOutput> Note: This function is named LookupFunctionApp in the Go SDK.
public static class GetFunctionApp 
{
    public static Task<GetFunctionAppResult> InvokeAsync(GetFunctionAppArgs args, InvokeOptions? opts = null)
    public static Output<GetFunctionAppResult> Invoke(GetFunctionAppInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFunctionAppResult> getFunctionApp(GetFunctionAppArgs args, InvokeOptions options)
public static Output<GetFunctionAppResult> getFunctionApp(GetFunctionAppArgs args, InvokeOptions options)
fn::invoke:
  function: azure:appservice/getFunctionApp:getFunctionApp
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- The name of the Function App resource.
- ResourceGroup stringName 
- The name of the Resource Group where the Function App exists.
- Dictionary<string, string>
- Name string
- The name of the Function App resource.
- ResourceGroup stringName 
- The name of the Resource Group where the Function App exists.
- map[string]string
- name String
- The name of the Function App resource.
- resourceGroup StringName 
- The name of the Resource Group where the Function App exists.
- Map<String,String>
- name string
- The name of the Function App resource.
- resourceGroup stringName 
- The name of the Resource Group where the Function App exists.
- {[key: string]: string}
- name str
- The name of the Function App resource.
- resource_group_ strname 
- The name of the Resource Group where the Function App exists.
- Mapping[str, str]
- name String
- The name of the Function App resource.
- resourceGroup StringName 
- The name of the Resource Group where the Function App exists.
- Map<String>
getFunctionApp Result
The following output properties are available:
- AppService stringPlan Id 
- The ID of the App Service Plan within which to create this Function App.
- AppSettings Dictionary<string, string>
- A key-value pair of App Settings.
- ClientCert stringMode 
- The mode of the Function App's client certificates requirement for incoming requests.
- ConnectionStrings List<GetFunction App Connection String> 
- An connection_stringblock as defined below.
- CustomDomain stringVerification Id 
- An identifier used by App Service to perform domain ownership verification via DNS TXT record.
- DefaultHostname string
- The default hostname associated with the Function App.
- Enabled bool
- Is the Function App enabled?
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
List<GetFunction App Identity> 
- A identityblock as defined below.
- Location string
- Name string
- The name for this IP Restriction.
- OsType string
- A string indicating the Operating System type for this function app.
- OutboundIp stringAddresses 
- A comma separated list of outbound IP addresses.
- PossibleOutbound stringIp Addresses 
- A comma separated list of outbound IP addresses, not all of which are necessarily in use. Superset of outbound_ip_addresses.
- ResourceGroup stringName 
- SiteConfigs List<GetFunction App Site Config> 
- SiteCredentials List<GetFunction App Site Credential> 
- A site_credentialblock as defined below, which contains the site-level credentials used to publish to this App Service.
- SourceControls List<GetFunction App Source Control> 
- A source_controlblock as defined below.
- Dictionary<string, string>
- AppService stringPlan Id 
- The ID of the App Service Plan within which to create this Function App.
- AppSettings map[string]string
- A key-value pair of App Settings.
- ClientCert stringMode 
- The mode of the Function App's client certificates requirement for incoming requests.
- ConnectionStrings []GetFunction App Connection String 
- An connection_stringblock as defined below.
- CustomDomain stringVerification Id 
- An identifier used by App Service to perform domain ownership verification via DNS TXT record.
- DefaultHostname string
- The default hostname associated with the Function App.
- Enabled bool
- Is the Function App enabled?
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
[]GetFunction App Identity 
- A identityblock as defined below.
- Location string
- Name string
- The name for this IP Restriction.
- OsType string
- A string indicating the Operating System type for this function app.
- OutboundIp stringAddresses 
- A comma separated list of outbound IP addresses.
- PossibleOutbound stringIp Addresses 
- A comma separated list of outbound IP addresses, not all of which are necessarily in use. Superset of outbound_ip_addresses.
- ResourceGroup stringName 
- SiteConfigs []GetFunction App Site Config 
- SiteCredentials []GetFunction App Site Credential 
- A site_credentialblock as defined below, which contains the site-level credentials used to publish to this App Service.
- SourceControls []GetFunction App Source Control 
- A source_controlblock as defined below.
- map[string]string
- appService StringPlan Id 
- The ID of the App Service Plan within which to create this Function App.
- appSettings Map<String,String>
- A key-value pair of App Settings.
- clientCert StringMode 
- The mode of the Function App's client certificates requirement for incoming requests.
- connectionStrings List<GetFunction App Connection String> 
- An connection_stringblock as defined below.
- customDomain StringVerification Id 
- An identifier used by App Service to perform domain ownership verification via DNS TXT record.
- defaultHostname String
- The default hostname associated with the Function App.
- enabled Boolean
- Is the Function App enabled?
- id String
- The provider-assigned unique ID for this managed resource.
- identities
List<GetFunction App Identity> 
- A identityblock as defined below.
- location String
- name String
- The name for this IP Restriction.
- osType String
- A string indicating the Operating System type for this function app.
- outboundIp StringAddresses 
- A comma separated list of outbound IP addresses.
- possibleOutbound StringIp Addresses 
- A comma separated list of outbound IP addresses, not all of which are necessarily in use. Superset of outbound_ip_addresses.
- resourceGroup StringName 
- siteConfigs List<GetFunction App Site Config> 
- siteCredentials List<GetFunction App Site Credential> 
- A site_credentialblock as defined below, which contains the site-level credentials used to publish to this App Service.
- sourceControls List<GetFunction App Source Control> 
- A source_controlblock as defined below.
- Map<String,String>
- appService stringPlan Id 
- The ID of the App Service Plan within which to create this Function App.
- appSettings {[key: string]: string}
- A key-value pair of App Settings.
- clientCert stringMode 
- The mode of the Function App's client certificates requirement for incoming requests.
- connectionStrings GetFunction App Connection String[] 
- An connection_stringblock as defined below.
- customDomain stringVerification Id 
- An identifier used by App Service to perform domain ownership verification via DNS TXT record.
- defaultHostname string
- The default hostname associated with the Function App.
- enabled boolean
- Is the Function App enabled?
- id string
- The provider-assigned unique ID for this managed resource.
- identities
GetFunction App Identity[] 
- A identityblock as defined below.
- location string
- name string
- The name for this IP Restriction.
- osType string
- A string indicating the Operating System type for this function app.
- outboundIp stringAddresses 
- A comma separated list of outbound IP addresses.
- possibleOutbound stringIp Addresses 
- A comma separated list of outbound IP addresses, not all of which are necessarily in use. Superset of outbound_ip_addresses.
- resourceGroup stringName 
- siteConfigs GetFunction App Site Config[] 
- siteCredentials GetFunction App Site Credential[] 
- A site_credentialblock as defined below, which contains the site-level credentials used to publish to this App Service.
- sourceControls GetFunction App Source Control[] 
- A source_controlblock as defined below.
- {[key: string]: string}
- app_service_ strplan_ id 
- The ID of the App Service Plan within which to create this Function App.
- app_settings Mapping[str, str]
- A key-value pair of App Settings.
- client_cert_ strmode 
- The mode of the Function App's client certificates requirement for incoming requests.
- connection_strings Sequence[GetFunction App Connection String] 
- An connection_stringblock as defined below.
- custom_domain_ strverification_ id 
- An identifier used by App Service to perform domain ownership verification via DNS TXT record.
- default_hostname str
- The default hostname associated with the Function App.
- enabled bool
- Is the Function App enabled?
- id str
- The provider-assigned unique ID for this managed resource.
- identities
Sequence[GetFunction App Identity] 
- A identityblock as defined below.
- location str
- name str
- The name for this IP Restriction.
- os_type str
- A string indicating the Operating System type for this function app.
- outbound_ip_ straddresses 
- A comma separated list of outbound IP addresses.
- possible_outbound_ strip_ addresses 
- A comma separated list of outbound IP addresses, not all of which are necessarily in use. Superset of outbound_ip_addresses.
- resource_group_ strname 
- site_configs Sequence[GetFunction App Site Config] 
- site_credentials Sequence[GetFunction App Site Credential] 
- A site_credentialblock as defined below, which contains the site-level credentials used to publish to this App Service.
- source_controls Sequence[GetFunction App Source Control] 
- A source_controlblock as defined below.
- Mapping[str, str]
- appService StringPlan Id 
- The ID of the App Service Plan within which to create this Function App.
- appSettings Map<String>
- A key-value pair of App Settings.
- clientCert StringMode 
- The mode of the Function App's client certificates requirement for incoming requests.
- connectionStrings List<Property Map>
- An connection_stringblock as defined below.
- customDomain StringVerification Id 
- An identifier used by App Service to perform domain ownership verification via DNS TXT record.
- defaultHostname String
- The default hostname associated with the Function App.
- enabled Boolean
- Is the Function App enabled?
- id String
- The provider-assigned unique ID for this managed resource.
- identities List<Property Map>
- A identityblock as defined below.
- location String
- name String
- The name for this IP Restriction.
- osType String
- A string indicating the Operating System type for this function app.
- outboundIp StringAddresses 
- A comma separated list of outbound IP addresses.
- possibleOutbound StringIp Addresses 
- A comma separated list of outbound IP addresses, not all of which are necessarily in use. Superset of outbound_ip_addresses.
- resourceGroup StringName 
- siteConfigs List<Property Map>
- siteCredentials List<Property Map>
- A site_credentialblock as defined below, which contains the site-level credentials used to publish to this App Service.
- sourceControls List<Property Map>
- A source_controlblock as defined below.
- Map<String>
Supporting Types
GetFunctionAppConnectionString    
GetFunctionAppIdentity   
- IdentityIds List<string>
- A list of User Assigned Identity IDs assigned to the Function App.
- PrincipalId string
- The ID of the Managed Identity assigned to the Function App.
- TenantId string
- The ID of the Tenant where the Managed Identity assigned to the Function App is located.
- Type string
- The identity type of the Managed Identity assigned to the Function App.
- IdentityIds []string
- A list of User Assigned Identity IDs assigned to the Function App.
- PrincipalId string
- The ID of the Managed Identity assigned to the Function App.
- TenantId string
- The ID of the Tenant where the Managed Identity assigned to the Function App is located.
- Type string
- The identity type of the Managed Identity assigned to the Function App.
- identityIds List<String>
- A list of User Assigned Identity IDs assigned to the Function App.
- principalId String
- The ID of the Managed Identity assigned to the Function App.
- tenantId String
- The ID of the Tenant where the Managed Identity assigned to the Function App is located.
- type String
- The identity type of the Managed Identity assigned to the Function App.
- identityIds string[]
- A list of User Assigned Identity IDs assigned to the Function App.
- principalId string
- The ID of the Managed Identity assigned to the Function App.
- tenantId string
- The ID of the Tenant where the Managed Identity assigned to the Function App is located.
- type string
- The identity type of the Managed Identity assigned to the Function App.
- identity_ids Sequence[str]
- A list of User Assigned Identity IDs assigned to the Function App.
- principal_id str
- The ID of the Managed Identity assigned to the Function App.
- tenant_id str
- The ID of the Tenant where the Managed Identity assigned to the Function App is located.
- type str
- The identity type of the Managed Identity assigned to the Function App.
- identityIds List<String>
- A list of User Assigned Identity IDs assigned to the Function App.
- principalId String
- The ID of the Managed Identity assigned to the Function App.
- tenantId String
- The ID of the Tenant where the Managed Identity assigned to the Function App is located.
- type String
- The identity type of the Managed Identity assigned to the Function App.
GetFunctionAppSiteConfig    
- AlwaysOn bool
- Is the app loaded at all times?
- AppScale intLimit 
- The number of workers this function app can scale out to. Only applicable to apps on the Consumption and Premium plan.
- AutoSwap stringSlot Name 
- Cors
GetFunction App Site Config Cors 
- A corsblock as defined above.
- DotnetFramework stringVersion 
- The version of the .NET framework's CLR used in this App Service.
- ElasticInstance intMinimum 
- The number of minimum instances for this function app. Only applicable to apps on the Premium plan.
- FtpsState string
- State of FTP / FTPS service for this AppService.
- HealthCheck stringPath 
- Http2Enabled bool
- Is HTTP2 Enabled on this App Service?
- IpRestrictions List<GetFunction App Site Config Ip Restriction> 
- One or more ip_restrictionblocks as defined above.
- JavaVersion string
- Java version hosted by the function app in Azure.
- LinuxFx stringVersion 
- Linux App Framework and version for the AppService.
- MinTls stringVersion 
- The minimum supported TLS version for this App Service.
- PreWarmed intInstance Count 
- The number of pre-warmed instances for this function app. Only applicable to apps on the Premium plan.
- RuntimeScale boolMonitoring Enabled 
- Is Runtime Scale Monitoring Enabled on this function app?
- ScmIp List<GetRestrictions Function App Site Config Scm Ip Restriction> 
- One or more scm_ip_restrictionblocks as defined above.
- ScmType string
- The type of Source Control enabled for this App Service.
- ScmUse boolMain Ip Restriction 
- IP security restrictions for scm to use main.
- Use32BitWorker boolProcess 
- Does the App Service run in 32 bit mode, rather than 64 bit mode?
- VnetRoute boolAll Enabled 
- (Optional) Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied?
- WebsocketsEnabled bool
- Are WebSockets enabled for this App Service?
- AlwaysOn bool
- Is the app loaded at all times?
- AppScale intLimit 
- The number of workers this function app can scale out to. Only applicable to apps on the Consumption and Premium plan.
- AutoSwap stringSlot Name 
- Cors
GetFunction App Site Config Cors 
- A corsblock as defined above.
- DotnetFramework stringVersion 
- The version of the .NET framework's CLR used in this App Service.
- ElasticInstance intMinimum 
- The number of minimum instances for this function app. Only applicable to apps on the Premium plan.
- FtpsState string
- State of FTP / FTPS service for this AppService.
- HealthCheck stringPath 
- Http2Enabled bool
- Is HTTP2 Enabled on this App Service?
- IpRestrictions []GetFunction App Site Config Ip Restriction 
- One or more ip_restrictionblocks as defined above.
- JavaVersion string
- Java version hosted by the function app in Azure.
- LinuxFx stringVersion 
- Linux App Framework and version for the AppService.
- MinTls stringVersion 
- The minimum supported TLS version for this App Service.
- PreWarmed intInstance Count 
- The number of pre-warmed instances for this function app. Only applicable to apps on the Premium plan.
- RuntimeScale boolMonitoring Enabled 
- Is Runtime Scale Monitoring Enabled on this function app?
- ScmIp []GetRestrictions Function App Site Config Scm Ip Restriction 
- One or more scm_ip_restrictionblocks as defined above.
- ScmType string
- The type of Source Control enabled for this App Service.
- ScmUse boolMain Ip Restriction 
- IP security restrictions for scm to use main.
- Use32BitWorker boolProcess 
- Does the App Service run in 32 bit mode, rather than 64 bit mode?
- VnetRoute boolAll Enabled 
- (Optional) Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied?
- WebsocketsEnabled bool
- Are WebSockets enabled for this App Service?
- alwaysOn Boolean
- Is the app loaded at all times?
- appScale IntegerLimit 
- The number of workers this function app can scale out to. Only applicable to apps on the Consumption and Premium plan.
- autoSwap StringSlot Name 
- cors
GetFunction App Site Config Cors 
- A corsblock as defined above.
- dotnetFramework StringVersion 
- The version of the .NET framework's CLR used in this App Service.
- elasticInstance IntegerMinimum 
- The number of minimum instances for this function app. Only applicable to apps on the Premium plan.
- ftpsState String
- State of FTP / FTPS service for this AppService.
- healthCheck StringPath 
- http2Enabled Boolean
- Is HTTP2 Enabled on this App Service?
- ipRestrictions List<GetFunction App Site Config Ip Restriction> 
- One or more ip_restrictionblocks as defined above.
- javaVersion String
- Java version hosted by the function app in Azure.
- linuxFx StringVersion 
- Linux App Framework and version for the AppService.
- minTls StringVersion 
- The minimum supported TLS version for this App Service.
- preWarmed IntegerInstance Count 
- The number of pre-warmed instances for this function app. Only applicable to apps on the Premium plan.
- runtimeScale BooleanMonitoring Enabled 
- Is Runtime Scale Monitoring Enabled on this function app?
- scmIp List<GetRestrictions Function App Site Config Scm Ip Restriction> 
- One or more scm_ip_restrictionblocks as defined above.
- scmType String
- The type of Source Control enabled for this App Service.
- scmUse BooleanMain Ip Restriction 
- IP security restrictions for scm to use main.
- use32BitWorker BooleanProcess 
- Does the App Service run in 32 bit mode, rather than 64 bit mode?
- vnetRoute BooleanAll Enabled 
- (Optional) Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied?
- websocketsEnabled Boolean
- Are WebSockets enabled for this App Service?
- alwaysOn boolean
- Is the app loaded at all times?
- appScale numberLimit 
- The number of workers this function app can scale out to. Only applicable to apps on the Consumption and Premium plan.
- autoSwap stringSlot Name 
- cors
GetFunction App Site Config Cors 
- A corsblock as defined above.
- dotnetFramework stringVersion 
- The version of the .NET framework's CLR used in this App Service.
- elasticInstance numberMinimum 
- The number of minimum instances for this function app. Only applicable to apps on the Premium plan.
- ftpsState string
- State of FTP / FTPS service for this AppService.
- healthCheck stringPath 
- http2Enabled boolean
- Is HTTP2 Enabled on this App Service?
- ipRestrictions GetFunction App Site Config Ip Restriction[] 
- One or more ip_restrictionblocks as defined above.
- javaVersion string
- Java version hosted by the function app in Azure.
- linuxFx stringVersion 
- Linux App Framework and version for the AppService.
- minTls stringVersion 
- The minimum supported TLS version for this App Service.
- preWarmed numberInstance Count 
- The number of pre-warmed instances for this function app. Only applicable to apps on the Premium plan.
- runtimeScale booleanMonitoring Enabled 
- Is Runtime Scale Monitoring Enabled on this function app?
- scmIp GetRestrictions Function App Site Config Scm Ip Restriction[] 
- One or more scm_ip_restrictionblocks as defined above.
- scmType string
- The type of Source Control enabled for this App Service.
- scmUse booleanMain Ip Restriction 
- IP security restrictions for scm to use main.
- use32BitWorker booleanProcess 
- Does the App Service run in 32 bit mode, rather than 64 bit mode?
- vnetRoute booleanAll Enabled 
- (Optional) Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied?
- websocketsEnabled boolean
- Are WebSockets enabled for this App Service?
- always_on bool
- Is the app loaded at all times?
- app_scale_ intlimit 
- The number of workers this function app can scale out to. Only applicable to apps on the Consumption and Premium plan.
- auto_swap_ strslot_ name 
- cors
GetFunction App Site Config Cors 
- A corsblock as defined above.
- dotnet_framework_ strversion 
- The version of the .NET framework's CLR used in this App Service.
- elastic_instance_ intminimum 
- The number of minimum instances for this function app. Only applicable to apps on the Premium plan.
- ftps_state str
- State of FTP / FTPS service for this AppService.
- health_check_ strpath 
- http2_enabled bool
- Is HTTP2 Enabled on this App Service?
- ip_restrictions Sequence[GetFunction App Site Config Ip Restriction] 
- One or more ip_restrictionblocks as defined above.
- java_version str
- Java version hosted by the function app in Azure.
- linux_fx_ strversion 
- Linux App Framework and version for the AppService.
- min_tls_ strversion 
- The minimum supported TLS version for this App Service.
- pre_warmed_ intinstance_ count 
- The number of pre-warmed instances for this function app. Only applicable to apps on the Premium plan.
- runtime_scale_ boolmonitoring_ enabled 
- Is Runtime Scale Monitoring Enabled on this function app?
- scm_ip_ Sequence[Getrestrictions Function App Site Config Scm Ip Restriction] 
- One or more scm_ip_restrictionblocks as defined above.
- scm_type str
- The type of Source Control enabled for this App Service.
- scm_use_ boolmain_ ip_ restriction 
- IP security restrictions for scm to use main.
- use32_bit_ boolworker_ process 
- Does the App Service run in 32 bit mode, rather than 64 bit mode?
- vnet_route_ boolall_ enabled 
- (Optional) Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied?
- websockets_enabled bool
- Are WebSockets enabled for this App Service?
- alwaysOn Boolean
- Is the app loaded at all times?
- appScale NumberLimit 
- The number of workers this function app can scale out to. Only applicable to apps on the Consumption and Premium plan.
- autoSwap StringSlot Name 
- cors Property Map
- A corsblock as defined above.
- dotnetFramework StringVersion 
- The version of the .NET framework's CLR used in this App Service.
- elasticInstance NumberMinimum 
- The number of minimum instances for this function app. Only applicable to apps on the Premium plan.
- ftpsState String
- State of FTP / FTPS service for this AppService.
- healthCheck StringPath 
- http2Enabled Boolean
- Is HTTP2 Enabled on this App Service?
- ipRestrictions List<Property Map>
- One or more ip_restrictionblocks as defined above.
- javaVersion String
- Java version hosted by the function app in Azure.
- linuxFx StringVersion 
- Linux App Framework and version for the AppService.
- minTls StringVersion 
- The minimum supported TLS version for this App Service.
- preWarmed NumberInstance Count 
- The number of pre-warmed instances for this function app. Only applicable to apps on the Premium plan.
- runtimeScale BooleanMonitoring Enabled 
- Is Runtime Scale Monitoring Enabled on this function app?
- scmIp List<Property Map>Restrictions 
- One or more scm_ip_restrictionblocks as defined above.
- scmType String
- The type of Source Control enabled for this App Service.
- scmUse BooleanMain Ip Restriction 
- IP security restrictions for scm to use main.
- use32BitWorker BooleanProcess 
- Does the App Service run in 32 bit mode, rather than 64 bit mode?
- vnetRoute BooleanAll Enabled 
- (Optional) Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied?
- websocketsEnabled Boolean
- Are WebSockets enabled for this App Service?
GetFunctionAppSiteConfigCors     
- AllowedOrigins List<string>
- SupportCredentials bool
- AllowedOrigins []string
- SupportCredentials bool
- allowedOrigins List<String>
- supportCredentials Boolean
- allowedOrigins string[]
- supportCredentials boolean
- allowed_origins Sequence[str]
- support_credentials bool
- allowedOrigins List<String>
- supportCredentials Boolean
GetFunctionAppSiteConfigIpRestriction      
- Action string
- Allow or Deny access for this IP range. Defaults to Allow.
- Headers
GetFunction App Site Config Ip Restriction Headers 
- IpAddress string
- The IP Address used for this IP Restriction in CIDR notation.
- Name string
- The name of the Function App resource.
- Priority int
- The priority for this IP Restriction.
- ServiceTag string
- The Service Tag used for this IP Restriction.
- VirtualNetwork stringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- Action string
- Allow or Deny access for this IP range. Defaults to Allow.
- Headers
GetFunction App Site Config Ip Restriction Headers 
- IpAddress string
- The IP Address used for this IP Restriction in CIDR notation.
- Name string
- The name of the Function App resource.
- Priority int
- The priority for this IP Restriction.
- ServiceTag string
- The Service Tag used for this IP Restriction.
- VirtualNetwork stringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action String
- Allow or Deny access for this IP range. Defaults to Allow.
- headers
GetFunction App Site Config Ip Restriction Headers 
- ipAddress String
- The IP Address used for this IP Restriction in CIDR notation.
- name String
- The name of the Function App resource.
- priority Integer
- The priority for this IP Restriction.
- serviceTag String
- The Service Tag used for this IP Restriction.
- virtualNetwork StringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action string
- Allow or Deny access for this IP range. Defaults to Allow.
- headers
GetFunction App Site Config Ip Restriction Headers 
- ipAddress string
- The IP Address used for this IP Restriction in CIDR notation.
- name string
- The name of the Function App resource.
- priority number
- The priority for this IP Restriction.
- serviceTag string
- The Service Tag used for this IP Restriction.
- virtualNetwork stringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action str
- Allow or Deny access for this IP range. Defaults to Allow.
- headers
GetFunction App Site Config Ip Restriction Headers 
- ip_address str
- The IP Address used for this IP Restriction in CIDR notation.
- name str
- The name of the Function App resource.
- priority int
- The priority for this IP Restriction.
- service_tag str
- The Service Tag used for this IP Restriction.
- virtual_network_ strsubnet_ id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action String
- Allow or Deny access for this IP range. Defaults to Allow.
- headers Property Map
- ipAddress String
- The IP Address used for this IP Restriction in CIDR notation.
- name String
- The name of the Function App resource.
- priority Number
- The priority for this IP Restriction.
- serviceTag String
- The Service Tag used for this IP Restriction.
- virtualNetwork StringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
GetFunctionAppSiteConfigIpRestrictionHeaders       
- XAzureFdids List<string>
- XFdHealth List<string>Probes 
- XForwardedFors List<string>
- XForwardedHosts List<string>
- XAzureFdids []string
- XFdHealth []stringProbes 
- XForwardedFors []string
- XForwardedHosts []string
- xAzure List<String>Fdids 
- xFd List<String>Health Probes 
- xForwarded List<String>Fors 
- xForwarded List<String>Hosts 
- xAzure string[]Fdids 
- xFd string[]Health Probes 
- xForwarded string[]Fors 
- xForwarded string[]Hosts 
- x_azure_ Sequence[str]fdids 
- x_fd_ Sequence[str]health_ probes 
- x_forwarded_ Sequence[str]fors 
- x_forwarded_ Sequence[str]hosts 
- xAzure List<String>Fdids 
- xFd List<String>Health Probes 
- xForwarded List<String>Fors 
- xForwarded List<String>Hosts 
GetFunctionAppSiteConfigScmIpRestriction       
- Action string
- Allow or Deny access for this IP range. Defaults to Allow.
- Headers
GetFunction App Site Config Scm Ip Restriction Headers 
- IpAddress string
- The IP Address used for this IP Restriction in CIDR notation.
- Name string
- The name of the Function App resource.
- Priority int
- The priority for this IP Restriction.
- ServiceTag string
- The Service Tag used for this IP Restriction.
- VirtualNetwork stringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- Action string
- Allow or Deny access for this IP range. Defaults to Allow.
- Headers
GetFunction App Site Config Scm Ip Restriction Headers 
- IpAddress string
- The IP Address used for this IP Restriction in CIDR notation.
- Name string
- The name of the Function App resource.
- Priority int
- The priority for this IP Restriction.
- ServiceTag string
- The Service Tag used for this IP Restriction.
- VirtualNetwork stringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action String
- Allow or Deny access for this IP range. Defaults to Allow.
- headers
GetFunction App Site Config Scm Ip Restriction Headers 
- ipAddress String
- The IP Address used for this IP Restriction in CIDR notation.
- name String
- The name of the Function App resource.
- priority Integer
- The priority for this IP Restriction.
- serviceTag String
- The Service Tag used for this IP Restriction.
- virtualNetwork StringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action string
- Allow or Deny access for this IP range. Defaults to Allow.
- headers
GetFunction App Site Config Scm Ip Restriction Headers 
- ipAddress string
- The IP Address used for this IP Restriction in CIDR notation.
- name string
- The name of the Function App resource.
- priority number
- The priority for this IP Restriction.
- serviceTag string
- The Service Tag used for this IP Restriction.
- virtualNetwork stringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action str
- Allow or Deny access for this IP range. Defaults to Allow.
- headers
GetFunction App Site Config Scm Ip Restriction Headers 
- ip_address str
- The IP Address used for this IP Restriction in CIDR notation.
- name str
- The name of the Function App resource.
- priority int
- The priority for this IP Restriction.
- service_tag str
- The Service Tag used for this IP Restriction.
- virtual_network_ strsubnet_ id 
- The Virtual Network Subnet ID used for this IP Restriction.
- action String
- Allow or Deny access for this IP range. Defaults to Allow.
- headers Property Map
- ipAddress String
- The IP Address used for this IP Restriction in CIDR notation.
- name String
- The name of the Function App resource.
- priority Number
- The priority for this IP Restriction.
- serviceTag String
- The Service Tag used for this IP Restriction.
- virtualNetwork StringSubnet Id 
- The Virtual Network Subnet ID used for this IP Restriction.
GetFunctionAppSiteConfigScmIpRestrictionHeaders        
- XAzureFdids List<string>
- XFdHealth List<string>Probes 
- XForwardedFors List<string>
- XForwardedHosts List<string>
- XAzureFdids []string
- XFdHealth []stringProbes 
- XForwardedFors []string
- XForwardedHosts []string
- xAzure List<String>Fdids 
- xFd List<String>Health Probes 
- xForwarded List<String>Fors 
- xForwarded List<String>Hosts 
- xAzure string[]Fdids 
- xFd string[]Health Probes 
- xForwarded string[]Fors 
- xForwarded string[]Hosts 
- x_azure_ Sequence[str]fdids 
- x_fd_ Sequence[str]health_ probes 
- x_forwarded_ Sequence[str]fors 
- x_forwarded_ Sequence[str]hosts 
- xAzure List<String>Fdids 
- xFd List<String>Health Probes 
- xForwarded List<String>Fors 
- xForwarded List<String>Hosts 
GetFunctionAppSiteCredential    
GetFunctionAppSourceControl    
- Branch string
- The branch of the remote repository in use.
- ManualIntegration bool
- Limits to manual integration.
- RepoUrl string
- The URL of the source code repository.
- RollbackEnabled bool
- Is roll-back enabled for the repository.
- UseMercurial bool
- Uses Mercurial if true, otherwise uses Git.
- Branch string
- The branch of the remote repository in use.
- ManualIntegration bool
- Limits to manual integration.
- RepoUrl string
- The URL of the source code repository.
- RollbackEnabled bool
- Is roll-back enabled for the repository.
- UseMercurial bool
- Uses Mercurial if true, otherwise uses Git.
- branch String
- The branch of the remote repository in use.
- manualIntegration Boolean
- Limits to manual integration.
- repoUrl String
- The URL of the source code repository.
- rollbackEnabled Boolean
- Is roll-back enabled for the repository.
- useMercurial Boolean
- Uses Mercurial if true, otherwise uses Git.
- branch string
- The branch of the remote repository in use.
- manualIntegration boolean
- Limits to manual integration.
- repoUrl string
- The URL of the source code repository.
- rollbackEnabled boolean
- Is roll-back enabled for the repository.
- useMercurial boolean
- Uses Mercurial if true, otherwise uses Git.
- branch str
- The branch of the remote repository in use.
- manual_integration bool
- Limits to manual integration.
- repo_url str
- The URL of the source code repository.
- rollback_enabled bool
- Is roll-back enabled for the repository.
- use_mercurial bool
- Uses Mercurial if true, otherwise uses Git.
- branch String
- The branch of the remote repository in use.
- manualIntegration Boolean
- Limits to manual integration.
- repoUrl String
- The URL of the source code repository.
- rollbackEnabled Boolean
- Is roll-back enabled for the repository.
- useMercurial Boolean
- Uses Mercurial if true, otherwise uses Git.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the azurermTerraform Provider.