We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi
azure.logicapps.getStandard
Explore with Pulumi AI
Use this data source to access information about an existing Logic App Standard instance.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.logicapps.getStandard({
name: "example-logic-app",
resourceGroupName: "example-rg",
});
export const id = example.then(example => example.id);
import pulumi
import pulumi_azure as azure
example = azure.logicapps.get_standard(name="example-logic-app",
resource_group_name="example-rg")
pulumi.export("id", example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/logicapps"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := logicapps.LookupStandard(ctx, &logicapps.LookupStandardArgs{
Name: "example-logic-app",
ResourceGroupName: "example-rg",
}, nil)
if err != nil {
return err
}
ctx.Export("id", example.Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.LogicApps.GetStandard.Invoke(new()
{
Name = "example-logic-app",
ResourceGroupName = "example-rg",
});
return new Dictionary<string, object?>
{
["id"] = example.Apply(getStandardResult => getStandardResult.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.logicapps.LogicappsFunctions;
import com.pulumi.azure.logicapps.inputs.GetStandardArgs;
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 = LogicappsFunctions.getStandard(GetStandardArgs.builder()
.name("example-logic-app")
.resourceGroupName("example-rg")
.build());
ctx.export("id", example.applyValue(getStandardResult -> getStandardResult.id()));
}
}
variables:
example:
fn::invoke:
function: azure:logicapps:getStandard
arguments:
name: example-logic-app
resourceGroupName: example-rg
outputs:
id: ${example.id}
Using getStandard
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 getStandard(args: GetStandardArgs, opts?: InvokeOptions): Promise<GetStandardResult>
function getStandardOutput(args: GetStandardOutputArgs, opts?: InvokeOptions): Output<GetStandardResult>
def get_standard(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
site_config: Optional[GetStandardSiteConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetStandardResult
def get_standard_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
site_config: Optional[pulumi.Input[GetStandardSiteConfigArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStandardResult]
func LookupStandard(ctx *Context, args *LookupStandardArgs, opts ...InvokeOption) (*LookupStandardResult, error)
func LookupStandardOutput(ctx *Context, args *LookupStandardOutputArgs, opts ...InvokeOption) LookupStandardResultOutput
> Note: This function is named LookupStandard
in the Go SDK.
public static class GetStandard
{
public static Task<GetStandardResult> InvokeAsync(GetStandardArgs args, InvokeOptions? opts = null)
public static Output<GetStandardResult> Invoke(GetStandardInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStandardResult> getStandard(GetStandardArgs args, InvokeOptions options)
public static Output<GetStandardResult> getStandard(GetStandardArgs args, InvokeOptions options)
fn::invoke:
function: azure:logicapps/getStandard:getStandard
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the Logic App.
- Resource
Group stringName - The name of the Resource Group where the Logic App exists.
- Site
Config GetStandard Site Config - A
site_config
object as defined below.
- Name string
- The name of the Logic App.
- Resource
Group stringName - The name of the Resource Group where the Logic App exists.
- Site
Config GetStandard Site Config - A
site_config
object as defined below.
- name String
- The name of the Logic App.
- resource
Group StringName - The name of the Resource Group where the Logic App exists.
- site
Config GetStandard Site Config - A
site_config
object as defined below.
- name string
- The name of the Logic App.
- resource
Group stringName - The name of the Resource Group where the Logic App exists.
- site
Config GetStandard Site Config - A
site_config
object as defined below.
- name str
- The name of the Logic App.
- resource_
group_ strname - The name of the Resource Group where the Logic App exists.
- site_
config GetStandard Site Config - A
site_config
object as defined below.
- name String
- The name of the Logic App.
- resource
Group StringName - The name of the Resource Group where the Logic App exists.
- site
Config Property Map - A
site_config
object as defined below.
getStandard Result
The following output properties are available:
- App
Service stringPlan Id - The ID of the App Service Plan.
- App
Settings Dictionary<string, string> - A map of key-value pairs for App Settings and custom values.
- Bundle
Version string - Controls the allowed range for bundle versions.
- Client
Affinity boolEnabled - Should the Logic App send session affinity cookies, which route client requests in the same session to the same instance.
- Client
Certificate stringMode - The mode of the Logic App's client certificates requirement for incoming requests.
- Connection
Strings List<GetStandard Connection String> - A
connection_string
block as defined below. - Custom
Domain stringVerification Id - The custom domain verification of the Logic App.
- Default
Hostname string - The default hostname of the Logic App.
- Enabled bool
- Whether the Logic App is enabled.
- Ftp
Publish boolBasic Authentication Enabled - Whether the default FTP basic authentication publishing profile is enabled.
- Https
Only bool - Whether the Logic App can only be accessed via HTTPS.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
List<Get
Standard Identity> - An
identity
block as defined below. - Kind string
- The kind of the Logic App.
- Location string
- The Azure location where the Logic App Standard exists.
- Name string
- The name for this IP Restriction.
- Outbound
Ip stringAddresses - The outbound IP addresses of the Logic App.
- Possible
Outbound stringIp Addresses - The possible outbound IP addresses of the Logic App.
- Public
Network stringAccess - Whether Public Network Access should be enabled or not.
- Resource
Group stringName - Scm
Publish boolBasic Authentication Enabled - Whether the default SCM basic authentication publishing profile is enabled.
- Site
Config GetStandard Site Config - A
site_config
object as defined below. - Site
Credentials List<GetStandard Site Credential> - A
site_credential
block as defined below, which contains the site-level credentials used to publish to this Logic App. - Storage
Account stringAccess Key - The access key which will be used to access the backend storage account for the Logic App.
- Storage
Account stringName - The backend storage account name which will be used by this Logic App (e.g. for Stateful workflows data).
- string
- The name of the share used by the logic app.
- Dictionary<string, string>
- A mapping of tags assigned to the resource.
- Use
Extension boolBundle - Whether the logic app should use the bundled extension package.
- Version string
- The runtime version associated with the Logic App.
- Virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- App
Service stringPlan Id - The ID of the App Service Plan.
- App
Settings map[string]string - A map of key-value pairs for App Settings and custom values.
- Bundle
Version string - Controls the allowed range for bundle versions.
- Client
Affinity boolEnabled - Should the Logic App send session affinity cookies, which route client requests in the same session to the same instance.
- Client
Certificate stringMode - The mode of the Logic App's client certificates requirement for incoming requests.
- Connection
Strings []GetStandard Connection String - A
connection_string
block as defined below. - Custom
Domain stringVerification Id - The custom domain verification of the Logic App.
- Default
Hostname string - The default hostname of the Logic App.
- Enabled bool
- Whether the Logic App is enabled.
- Ftp
Publish boolBasic Authentication Enabled - Whether the default FTP basic authentication publishing profile is enabled.
- Https
Only bool - Whether the Logic App can only be accessed via HTTPS.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
[]Get
Standard Identity - An
identity
block as defined below. - Kind string
- The kind of the Logic App.
- Location string
- The Azure location where the Logic App Standard exists.
- Name string
- The name for this IP Restriction.
- Outbound
Ip stringAddresses - The outbound IP addresses of the Logic App.
- Possible
Outbound stringIp Addresses - The possible outbound IP addresses of the Logic App.
- Public
Network stringAccess - Whether Public Network Access should be enabled or not.
- Resource
Group stringName - Scm
Publish boolBasic Authentication Enabled - Whether the default SCM basic authentication publishing profile is enabled.
- Site
Config GetStandard Site Config - A
site_config
object as defined below. - Site
Credentials []GetStandard Site Credential - A
site_credential
block as defined below, which contains the site-level credentials used to publish to this Logic App. - Storage
Account stringAccess Key - The access key which will be used to access the backend storage account for the Logic App.
- Storage
Account stringName - The backend storage account name which will be used by this Logic App (e.g. for Stateful workflows data).
- string
- The name of the share used by the logic app.
- map[string]string
- A mapping of tags assigned to the resource.
- Use
Extension boolBundle - Whether the logic app should use the bundled extension package.
- Version string
- The runtime version associated with the Logic App.
- Virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- app
Service StringPlan Id - The ID of the App Service Plan.
- app
Settings Map<String,String> - A map of key-value pairs for App Settings and custom values.
- bundle
Version String - Controls the allowed range for bundle versions.
- client
Affinity BooleanEnabled - Should the Logic App send session affinity cookies, which route client requests in the same session to the same instance.
- client
Certificate StringMode - The mode of the Logic App's client certificates requirement for incoming requests.
- connection
Strings List<GetStandard Connection String> - A
connection_string
block as defined below. - custom
Domain StringVerification Id - The custom domain verification of the Logic App.
- default
Hostname String - The default hostname of the Logic App.
- enabled Boolean
- Whether the Logic App is enabled.
- ftp
Publish BooleanBasic Authentication Enabled - Whether the default FTP basic authentication publishing profile is enabled.
- https
Only Boolean - Whether the Logic App can only be accessed via HTTPS.
- id String
- The provider-assigned unique ID for this managed resource.
- identities
List<Get
Standard Identity> - An
identity
block as defined below. - kind String
- The kind of the Logic App.
- location String
- The Azure location where the Logic App Standard exists.
- name String
- The name for this IP Restriction.
- outbound
Ip StringAddresses - The outbound IP addresses of the Logic App.
- possible
Outbound StringIp Addresses - The possible outbound IP addresses of the Logic App.
- public
Network StringAccess - Whether Public Network Access should be enabled or not.
- resource
Group StringName - scm
Publish BooleanBasic Authentication Enabled - Whether the default SCM basic authentication publishing profile is enabled.
- site
Config GetStandard Site Config - A
site_config
object as defined below. - site
Credentials List<GetStandard Site Credential> - A
site_credential
block as defined below, which contains the site-level credentials used to publish to this Logic App. - storage
Account StringAccess Key - The access key which will be used to access the backend storage account for the Logic App.
- storage
Account StringName - The backend storage account name which will be used by this Logic App (e.g. for Stateful workflows data).
- String
- The name of the share used by the logic app.
- Map<String,String>
- A mapping of tags assigned to the resource.
- use
Extension BooleanBundle - Whether the logic app should use the bundled extension package.
- version String
- The runtime version associated with the Logic App.
- virtual
Network StringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- app
Service stringPlan Id - The ID of the App Service Plan.
- app
Settings {[key: string]: string} - A map of key-value pairs for App Settings and custom values.
- bundle
Version string - Controls the allowed range for bundle versions.
- client
Affinity booleanEnabled - Should the Logic App send session affinity cookies, which route client requests in the same session to the same instance.
- client
Certificate stringMode - The mode of the Logic App's client certificates requirement for incoming requests.
- connection
Strings GetStandard Connection String[] - A
connection_string
block as defined below. - custom
Domain stringVerification Id - The custom domain verification of the Logic App.
- default
Hostname string - The default hostname of the Logic App.
- enabled boolean
- Whether the Logic App is enabled.
- ftp
Publish booleanBasic Authentication Enabled - Whether the default FTP basic authentication publishing profile is enabled.
- https
Only boolean - Whether the Logic App can only be accessed via HTTPS.
- id string
- The provider-assigned unique ID for this managed resource.
- identities
Get
Standard Identity[] - An
identity
block as defined below. - kind string
- The kind of the Logic App.
- location string
- The Azure location where the Logic App Standard exists.
- name string
- The name for this IP Restriction.
- outbound
Ip stringAddresses - The outbound IP addresses of the Logic App.
- possible
Outbound stringIp Addresses - The possible outbound IP addresses of the Logic App.
- public
Network stringAccess - Whether Public Network Access should be enabled or not.
- resource
Group stringName - scm
Publish booleanBasic Authentication Enabled - Whether the default SCM basic authentication publishing profile is enabled.
- site
Config GetStandard Site Config - A
site_config
object as defined below. - site
Credentials GetStandard Site Credential[] - A
site_credential
block as defined below, which contains the site-level credentials used to publish to this Logic App. - storage
Account stringAccess Key - The access key which will be used to access the backend storage account for the Logic App.
- storage
Account stringName - The backend storage account name which will be used by this Logic App (e.g. for Stateful workflows data).
- string
- The name of the share used by the logic app.
- {[key: string]: string}
- A mapping of tags assigned to the resource.
- use
Extension booleanBundle - Whether the logic app should use the bundled extension package.
- version string
- The runtime version associated with the Logic App.
- virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- app_
service_ strplan_ id - The ID of the App Service Plan.
- app_
settings Mapping[str, str] - A map of key-value pairs for App Settings and custom values.
- bundle_
version str - Controls the allowed range for bundle versions.
- client_
affinity_ boolenabled - Should the Logic App send session affinity cookies, which route client requests in the same session to the same instance.
- client_
certificate_ strmode - The mode of the Logic App's client certificates requirement for incoming requests.
- connection_
strings Sequence[GetStandard Connection String] - A
connection_string
block as defined below. - custom_
domain_ strverification_ id - The custom domain verification of the Logic App.
- default_
hostname str - The default hostname of the Logic App.
- enabled bool
- Whether the Logic App is enabled.
- ftp_
publish_ boolbasic_ authentication_ enabled - Whether the default FTP basic authentication publishing profile is enabled.
- https_
only bool - Whether the Logic App can only be accessed via HTTPS.
- id str
- The provider-assigned unique ID for this managed resource.
- identities
Sequence[Get
Standard Identity] - An
identity
block as defined below. - kind str
- The kind of the Logic App.
- location str
- The Azure location where the Logic App Standard exists.
- name str
- The name for this IP Restriction.
- outbound_
ip_ straddresses - The outbound IP addresses of the Logic App.
- possible_
outbound_ strip_ addresses - The possible outbound IP addresses of the Logic App.
- public_
network_ straccess - Whether Public Network Access should be enabled or not.
- resource_
group_ strname - scm_
publish_ boolbasic_ authentication_ enabled - Whether the default SCM basic authentication publishing profile is enabled.
- site_
config GetStandard Site Config - A
site_config
object as defined below. - site_
credentials Sequence[GetStandard Site Credential] - A
site_credential
block as defined below, which contains the site-level credentials used to publish to this Logic App. - storage_
account_ straccess_ key - The access key which will be used to access the backend storage account for the Logic App.
- storage_
account_ strname - The backend storage account name which will be used by this Logic App (e.g. for Stateful workflows data).
- str
- The name of the share used by the logic app.
- Mapping[str, str]
- A mapping of tags assigned to the resource.
- use_
extension_ boolbundle - Whether the logic app should use the bundled extension package.
- version str
- The runtime version associated with the Logic App.
- virtual_
network_ strsubnet_ id - The Virtual Network Subnet ID used for this IP Restriction.
- app
Service StringPlan Id - The ID of the App Service Plan.
- app
Settings Map<String> - A map of key-value pairs for App Settings and custom values.
- bundle
Version String - Controls the allowed range for bundle versions.
- client
Affinity BooleanEnabled - Should the Logic App send session affinity cookies, which route client requests in the same session to the same instance.
- client
Certificate StringMode - The mode of the Logic App's client certificates requirement for incoming requests.
- connection
Strings List<Property Map> - A
connection_string
block as defined below. - custom
Domain StringVerification Id - The custom domain verification of the Logic App.
- default
Hostname String - The default hostname of the Logic App.
- enabled Boolean
- Whether the Logic App is enabled.
- ftp
Publish BooleanBasic Authentication Enabled - Whether the default FTP basic authentication publishing profile is enabled.
- https
Only Boolean - Whether the Logic App can only be accessed via HTTPS.
- id String
- The provider-assigned unique ID for this managed resource.
- identities List<Property Map>
- An
identity
block as defined below. - kind String
- The kind of the Logic App.
- location String
- The Azure location where the Logic App Standard exists.
- name String
- The name for this IP Restriction.
- outbound
Ip StringAddresses - The outbound IP addresses of the Logic App.
- possible
Outbound StringIp Addresses - The possible outbound IP addresses of the Logic App.
- public
Network StringAccess - Whether Public Network Access should be enabled or not.
- resource
Group StringName - scm
Publish BooleanBasic Authentication Enabled - Whether the default SCM basic authentication publishing profile is enabled.
- site
Config Property Map - A
site_config
object as defined below. - site
Credentials List<Property Map> - A
site_credential
block as defined below, which contains the site-level credentials used to publish to this Logic App. - storage
Account StringAccess Key - The access key which will be used to access the backend storage account for the Logic App.
- storage
Account StringName - The backend storage account name which will be used by this Logic App (e.g. for Stateful workflows data).
- String
- The name of the share used by the logic app.
- Map<String>
- A mapping of tags assigned to the resource.
- use
Extension BooleanBundle - Whether the logic app should use the bundled extension package.
- version String
- The runtime version associated with the Logic App.
- virtual
Network StringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
Supporting Types
GetStandardConnectionString
GetStandardIdentity
- Identity
Ids List<string> - Principal
Id string - The Principal ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- Tenant
Id string - The Tenant ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- Type string
- The Type of Managed Identity assigned to this Logic App Workflow.
- Identity
Ids []string - Principal
Id string - The Principal ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- Tenant
Id string - The Tenant ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- Type string
- The Type of Managed Identity assigned to this Logic App Workflow.
- identity
Ids List<String> - principal
Id String - The Principal ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- tenant
Id String - The Tenant ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- type String
- The Type of Managed Identity assigned to this Logic App Workflow.
- identity
Ids string[] - principal
Id string - The Principal ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- tenant
Id string - The Tenant ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- type string
- The Type of Managed Identity assigned to this Logic App Workflow.
- identity_
ids Sequence[str] - principal_
id str - The Principal ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- tenant_
id str - The Tenant ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- type str
- The Type of Managed Identity assigned to this Logic App Workflow.
- identity
Ids List<String> - principal
Id String - The Principal ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- tenant
Id String - The Tenant ID for the Service Principal associated with the Managed Service Identity of this Logic App Workflow.
- type String
- The Type of Managed Identity assigned to this Logic App Workflow.
GetStandardSiteConfig
- App
Scale intLimit - The number of workers this Logic App can scale out to. Only applicable to apps on the Consumption and Premium plan.
- Auto
Swap stringSlot Name - The Auto-swap slot name.
- Cors
Get
Standard Site Config Cors - A
cors
block as defined below. - Elastic
Instance intMinimum - The number of minimum instances for this Logic App Only affects apps on the Premium plan.
- Ftps
State string - The state of FTP / FTPS service for this Logic App.
- Ip
Restrictions List<GetStandard Site Config Ip Restriction> - A list of
ip_restriction
objects representing IP restrictions as defined below. - Linux
Fx stringVersion - Linux App Framework and version for the Logic App.
- Min
Tls stringVersion - The minimum supported TLS version for the Logic App.
- Pre
Warmed intInstance Count - The number of pre-warmed instances for this Logic App Only affects apps on the Premium plan.
- Public
Network boolAccess Enabled - Scm
Ip List<GetRestrictions Standard Site Config Scm Ip Restriction> - A list of
scm_ip_restriction
objects representing SCM IP restrictions as defined below. - Scm
Min stringTls Version - The minimum version of TLS required for SSL requests to the SCM site.
- Scm
Type string - The type of Source Control used by the Logic App in use by the Windows Function App.
- Vnet
Route boolAll Enabled - Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
- Always
On bool - Should the Logic App be loaded at all times?
- Dotnet
Framework stringVersion - The version of the .NET framework's CLR used in this Logic App.
- Health
Check stringPath - Path which will be checked for this Logic App health.
- Http2Enabled bool
- Specifies whether the HTTP2 protocol should be enabled.
- Runtime
Scale boolMonitoring Enabled - Should Runtime Scale Monitoring be enabled?. Only applicable to apps on the Premium plan.
- Scm
Use boolMain Ip Restriction - Should the Logic App
ip_restriction
configuration be used for the SCM too. - Use32Bit
Worker boolProcess - Should the Logic App run in 32 bit mode, rather than 64 bit mode?
- Websockets
Enabled bool - Should WebSockets be enabled?
- App
Scale intLimit - The number of workers this Logic App can scale out to. Only applicable to apps on the Consumption and Premium plan.
- Auto
Swap stringSlot Name - The Auto-swap slot name.
- Cors
Get
Standard Site Config Cors - A
cors
block as defined below. - Elastic
Instance intMinimum - The number of minimum instances for this Logic App Only affects apps on the Premium plan.
- Ftps
State string - The state of FTP / FTPS service for this Logic App.
- Ip
Restrictions []GetStandard Site Config Ip Restriction - A list of
ip_restriction
objects representing IP restrictions as defined below. - Linux
Fx stringVersion - Linux App Framework and version for the Logic App.
- Min
Tls stringVersion - The minimum supported TLS version for the Logic App.
- Pre
Warmed intInstance Count - The number of pre-warmed instances for this Logic App Only affects apps on the Premium plan.
- Public
Network boolAccess Enabled - Scm
Ip []GetRestrictions Standard Site Config Scm Ip Restriction - A list of
scm_ip_restriction
objects representing SCM IP restrictions as defined below. - Scm
Min stringTls Version - The minimum version of TLS required for SSL requests to the SCM site.
- Scm
Type string - The type of Source Control used by the Logic App in use by the Windows Function App.
- Vnet
Route boolAll Enabled - Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
- Always
On bool - Should the Logic App be loaded at all times?
- Dotnet
Framework stringVersion - The version of the .NET framework's CLR used in this Logic App.
- Health
Check stringPath - Path which will be checked for this Logic App health.
- Http2Enabled bool
- Specifies whether the HTTP2 protocol should be enabled.
- Runtime
Scale boolMonitoring Enabled - Should Runtime Scale Monitoring be enabled?. Only applicable to apps on the Premium plan.
- Scm
Use boolMain Ip Restriction - Should the Logic App
ip_restriction
configuration be used for the SCM too. - Use32Bit
Worker boolProcess - Should the Logic App run in 32 bit mode, rather than 64 bit mode?
- Websockets
Enabled bool - Should WebSockets be enabled?
- app
Scale IntegerLimit - The number of workers this Logic App can scale out to. Only applicable to apps on the Consumption and Premium plan.
- auto
Swap StringSlot Name - The Auto-swap slot name.
- cors
Get
Standard Site Config Cors - A
cors
block as defined below. - elastic
Instance IntegerMinimum - The number of minimum instances for this Logic App Only affects apps on the Premium plan.
- ftps
State String - The state of FTP / FTPS service for this Logic App.
- ip
Restrictions List<GetStandard Site Config Ip Restriction> - A list of
ip_restriction
objects representing IP restrictions as defined below. - linux
Fx StringVersion - Linux App Framework and version for the Logic App.
- min
Tls StringVersion - The minimum supported TLS version for the Logic App.
- pre
Warmed IntegerInstance Count - The number of pre-warmed instances for this Logic App Only affects apps on the Premium plan.
- public
Network BooleanAccess Enabled - scm
Ip List<GetRestrictions Standard Site Config Scm Ip Restriction> - A list of
scm_ip_restriction
objects representing SCM IP restrictions as defined below. - scm
Min StringTls Version - The minimum version of TLS required for SSL requests to the SCM site.
- scm
Type String - The type of Source Control used by the Logic App in use by the Windows Function App.
- vnet
Route BooleanAll Enabled - Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
- always
On Boolean - Should the Logic App be loaded at all times?
- dotnet
Framework StringVersion - The version of the .NET framework's CLR used in this Logic App.
- health
Check StringPath - Path which will be checked for this Logic App health.
- http2Enabled Boolean
- Specifies whether the HTTP2 protocol should be enabled.
- runtime
Scale BooleanMonitoring Enabled - Should Runtime Scale Monitoring be enabled?. Only applicable to apps on the Premium plan.
- scm
Use BooleanMain Ip Restriction - Should the Logic App
ip_restriction
configuration be used for the SCM too. - use32Bit
Worker BooleanProcess - Should the Logic App run in 32 bit mode, rather than 64 bit mode?
- websockets
Enabled Boolean - Should WebSockets be enabled?
- app
Scale numberLimit - The number of workers this Logic App can scale out to. Only applicable to apps on the Consumption and Premium plan.
- auto
Swap stringSlot Name - The Auto-swap slot name.
- cors
Get
Standard Site Config Cors - A
cors
block as defined below. - elastic
Instance numberMinimum - The number of minimum instances for this Logic App Only affects apps on the Premium plan.
- ftps
State string - The state of FTP / FTPS service for this Logic App.
- ip
Restrictions GetStandard Site Config Ip Restriction[] - A list of
ip_restriction
objects representing IP restrictions as defined below. - linux
Fx stringVersion - Linux App Framework and version for the Logic App.
- min
Tls stringVersion - The minimum supported TLS version for the Logic App.
- pre
Warmed numberInstance Count - The number of pre-warmed instances for this Logic App Only affects apps on the Premium plan.
- public
Network booleanAccess Enabled - scm
Ip GetRestrictions Standard Site Config Scm Ip Restriction[] - A list of
scm_ip_restriction
objects representing SCM IP restrictions as defined below. - scm
Min stringTls Version - The minimum version of TLS required for SSL requests to the SCM site.
- scm
Type string - The type of Source Control used by the Logic App in use by the Windows Function App.
- vnet
Route booleanAll Enabled - Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
- always
On boolean - Should the Logic App be loaded at all times?
- dotnet
Framework stringVersion - The version of the .NET framework's CLR used in this Logic App.
- health
Check stringPath - Path which will be checked for this Logic App health.
- http2Enabled boolean
- Specifies whether the HTTP2 protocol should be enabled.
- runtime
Scale booleanMonitoring Enabled - Should Runtime Scale Monitoring be enabled?. Only applicable to apps on the Premium plan.
- scm
Use booleanMain Ip Restriction - Should the Logic App
ip_restriction
configuration be used for the SCM too. - use32Bit
Worker booleanProcess - Should the Logic App run in 32 bit mode, rather than 64 bit mode?
- websockets
Enabled boolean - Should WebSockets be enabled?
- app_
scale_ intlimit - The number of workers this Logic App can scale out to. Only applicable to apps on the Consumption and Premium plan.
- auto_
swap_ strslot_ name - The Auto-swap slot name.
- cors
Get
Standard Site Config Cors - A
cors
block as defined below. - elastic_
instance_ intminimum - The number of minimum instances for this Logic App Only affects apps on the Premium plan.
- ftps_
state str - The state of FTP / FTPS service for this Logic App.
- ip_
restrictions Sequence[GetStandard Site Config Ip Restriction] - A list of
ip_restriction
objects representing IP restrictions as defined below. - linux_
fx_ strversion - Linux App Framework and version for the Logic App.
- min_
tls_ strversion - The minimum supported TLS version for the Logic App.
- pre_
warmed_ intinstance_ count - The number of pre-warmed instances for this Logic App Only affects apps on the Premium plan.
- public_
network_ boolaccess_ enabled - scm_
ip_ Sequence[Getrestrictions Standard Site Config Scm Ip Restriction] - A list of
scm_ip_restriction
objects representing SCM IP restrictions as defined below. - scm_
min_ strtls_ version - The minimum version of TLS required for SSL requests to the SCM site.
- scm_
type str - The type of Source Control used by the Logic App in use by the Windows Function App.
- vnet_
route_ boolall_ enabled - Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
- always_
on bool - Should the Logic App be loaded at all times?
- dotnet_
framework_ strversion - The version of the .NET framework's CLR used in this Logic App.
- health_
check_ strpath - Path which will be checked for this Logic App health.
- http2_
enabled bool - Specifies whether the HTTP2 protocol should be enabled.
- runtime_
scale_ boolmonitoring_ enabled - Should Runtime Scale Monitoring be enabled?. Only applicable to apps on the Premium plan.
- scm_
use_ boolmain_ ip_ restriction - Should the Logic App
ip_restriction
configuration be used for the SCM too. - use32_
bit_ boolworker_ process - Should the Logic App run in 32 bit mode, rather than 64 bit mode?
- websockets_
enabled bool - Should WebSockets be enabled?
- app
Scale NumberLimit - The number of workers this Logic App can scale out to. Only applicable to apps on the Consumption and Premium plan.
- auto
Swap StringSlot Name - The Auto-swap slot name.
- cors Property Map
- A
cors
block as defined below. - elastic
Instance NumberMinimum - The number of minimum instances for this Logic App Only affects apps on the Premium plan.
- ftps
State String - The state of FTP / FTPS service for this Logic App.
- ip
Restrictions List<Property Map> - A list of
ip_restriction
objects representing IP restrictions as defined below. - linux
Fx StringVersion - Linux App Framework and version for the Logic App.
- min
Tls StringVersion - The minimum supported TLS version for the Logic App.
- pre
Warmed NumberInstance Count - The number of pre-warmed instances for this Logic App Only affects apps on the Premium plan.
- public
Network BooleanAccess Enabled - scm
Ip List<Property Map>Restrictions - A list of
scm_ip_restriction
objects representing SCM IP restrictions as defined below. - scm
Min StringTls Version - The minimum version of TLS required for SSL requests to the SCM site.
- scm
Type String - The type of Source Control used by the Logic App in use by the Windows Function App.
- vnet
Route BooleanAll Enabled - Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
- always
On Boolean - Should the Logic App be loaded at all times?
- dotnet
Framework StringVersion - The version of the .NET framework's CLR used in this Logic App.
- health
Check StringPath - Path which will be checked for this Logic App health.
- http2Enabled Boolean
- Specifies whether the HTTP2 protocol should be enabled.
- runtime
Scale BooleanMonitoring Enabled - Should Runtime Scale Monitoring be enabled?. Only applicable to apps on the Premium plan.
- scm
Use BooleanMain Ip Restriction - Should the Logic App
ip_restriction
configuration be used for the SCM too. - use32Bit
Worker BooleanProcess - Should the Logic App run in 32 bit mode, rather than 64 bit mode?
- websockets
Enabled Boolean - Should WebSockets be enabled?
GetStandardSiteConfigCors
- Allowed
Origins List<string> - A list of origins which should be able to make cross-origin calls.
- Support
Credentials bool - Are credentials supported?
- Allowed
Origins []string - A list of origins which should be able to make cross-origin calls.
- Support
Credentials bool - Are credentials supported?
- allowed
Origins List<String> - A list of origins which should be able to make cross-origin calls.
- support
Credentials Boolean - Are credentials supported?
- allowed
Origins string[] - A list of origins which should be able to make cross-origin calls.
- support
Credentials boolean - Are credentials supported?
- allowed_
origins Sequence[str] - A list of origins which should be able to make cross-origin calls.
- support_
credentials bool - Are credentials supported?
- allowed
Origins List<String> - A list of origins which should be able to make cross-origin calls.
- support
Credentials Boolean - Are credentials supported?
GetStandardSiteConfigIpRestriction
- Headers
Get
Standard Site Config Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - Name string
- The name of the Logic App.
- Action string
- Does this restriction
Allow
orDeny
access for this IP range. - Ip
Address string - The IP Address used for this IP Restriction in CIDR notation.
- Priority int
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- Service
Tag string - The Service Tag used for this IP Restriction.
- Virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- Headers
Get
Standard Site Config Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - Name string
- The name of the Logic App.
- Action string
- Does this restriction
Allow
orDeny
access for this IP range. - Ip
Address string - The IP Address used for this IP Restriction in CIDR notation.
- Priority int
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- Service
Tag string - The Service Tag used for this IP Restriction.
- Virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- headers
Get
Standard Site Config Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - name String
- The name of the Logic App.
- action String
- Does this restriction
Allow
orDeny
access for this IP range. - ip
Address String - The IP Address used for this IP Restriction in CIDR notation.
- priority Integer
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- service
Tag String - The Service Tag used for this IP Restriction.
- virtual
Network StringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- headers
Get
Standard Site Config Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - name string
- The name of the Logic App.
- action string
- Does this restriction
Allow
orDeny
access for this IP range. - ip
Address string - The IP Address used for this IP Restriction in CIDR notation.
- priority number
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- service
Tag string - The Service Tag used for this IP Restriction.
- virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- headers
Get
Standard Site Config Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - name str
- The name of the Logic App.
- action str
- Does this restriction
Allow
orDeny
access for this IP range. - ip_
address str - The IP Address used for this IP Restriction in CIDR notation.
- priority int
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- 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.
- headers Property Map
- The
headers
block for this specificip_restriction
as defined below. - name String
- The name of the Logic App.
- action String
- Does this restriction
Allow
orDeny
access for this IP range. - ip
Address String - The IP Address used for this IP Restriction in CIDR notation.
- priority Number
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- service
Tag String - The Service Tag used for this IP Restriction.
- virtual
Network StringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
GetStandardSiteConfigIpRestrictionHeaders
- XAzure
Fdids List<string> - A list of allowed Azure FrontDoor IDs in UUID notation.
- XFd
Health stringProbe - A list to allow the Azure FrontDoor health probe header.
- XForwarded
Fors List<string> - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- XForwarded
Hosts List<string> - A list of allowed 'X-Forwarded-Host' domains.
- XAzure
Fdids []string - A list of allowed Azure FrontDoor IDs in UUID notation.
- XFd
Health stringProbe - A list to allow the Azure FrontDoor health probe header.
- XForwarded
Fors []string - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- XForwarded
Hosts []string - A list of allowed 'X-Forwarded-Host' domains.
- x
Azure List<String>Fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x
Fd StringHealth Probe - A list to allow the Azure FrontDoor health probe header.
- x
Forwarded List<String>Fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x
Forwarded List<String>Hosts - A list of allowed 'X-Forwarded-Host' domains.
- x
Azure string[]Fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x
Fd stringHealth Probe - A list to allow the Azure FrontDoor health probe header.
- x
Forwarded string[]Fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x
Forwarded string[]Hosts - A list of allowed 'X-Forwarded-Host' domains.
- x_
azure_ Sequence[str]fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x_
fd_ strhealth_ probe - A list to allow the Azure FrontDoor health probe header.
- x_
forwarded_ Sequence[str]fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x_
forwarded_ Sequence[str]hosts - A list of allowed 'X-Forwarded-Host' domains.
- x
Azure List<String>Fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x
Fd StringHealth Probe - A list to allow the Azure FrontDoor health probe header.
- x
Forwarded List<String>Fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x
Forwarded List<String>Hosts - A list of allowed 'X-Forwarded-Host' domains.
GetStandardSiteConfigScmIpRestriction
- Headers
Get
Standard Site Config Scm Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - Name string
- The name of the Logic App.
- Action string
- Does this restriction
Allow
orDeny
access for this IP range. - Ip
Address string - The IP Address used for this IP Restriction in CIDR notation.
- Priority int
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- Service
Tag string - The Service Tag used for this IP Restriction.
- Virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- Headers
Get
Standard Site Config Scm Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - Name string
- The name of the Logic App.
- Action string
- Does this restriction
Allow
orDeny
access for this IP range. - Ip
Address string - The IP Address used for this IP Restriction in CIDR notation.
- Priority int
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- Service
Tag string - The Service Tag used for this IP Restriction.
- Virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- headers
Get
Standard Site Config Scm Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - name String
- The name of the Logic App.
- action String
- Does this restriction
Allow
orDeny
access for this IP range. - ip
Address String - The IP Address used for this IP Restriction in CIDR notation.
- priority Integer
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- service
Tag String - The Service Tag used for this IP Restriction.
- virtual
Network StringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- headers
Get
Standard Site Config Scm Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - name string
- The name of the Logic App.
- action string
- Does this restriction
Allow
orDeny
access for this IP range. - ip
Address string - The IP Address used for this IP Restriction in CIDR notation.
- priority number
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- service
Tag string - The Service Tag used for this IP Restriction.
- virtual
Network stringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
- headers
Get
Standard Site Config Scm Ip Restriction Headers - The
headers
block for this specificip_restriction
as defined below. - name str
- The name of the Logic App.
- action str
- Does this restriction
Allow
orDeny
access for this IP range. - ip_
address str - The IP Address used for this IP Restriction in CIDR notation.
- priority int
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- 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.
- headers Property Map
- The
headers
block for this specificip_restriction
as defined below. - name String
- The name of the Logic App.
- action String
- Does this restriction
Allow
orDeny
access for this IP range. - ip
Address String - The IP Address used for this IP Restriction in CIDR notation.
- priority Number
- The priority for this IP Restriction. Restrictions are enforced in priority order.
- service
Tag String - The Service Tag used for this IP Restriction.
- virtual
Network StringSubnet Id - The Virtual Network Subnet ID used for this IP Restriction.
GetStandardSiteConfigScmIpRestrictionHeaders
- XAzure
Fdids List<string> - A list of allowed Azure FrontDoor IDs in UUID notation.
- XFd
Health stringProbe - A list to allow the Azure FrontDoor health probe header.
- XForwarded
Fors List<string> - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- XForwarded
Hosts List<string> - A list of allowed 'X-Forwarded-Host' domains.
- XAzure
Fdids []string - A list of allowed Azure FrontDoor IDs in UUID notation.
- XFd
Health stringProbe - A list to allow the Azure FrontDoor health probe header.
- XForwarded
Fors []string - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- XForwarded
Hosts []string - A list of allowed 'X-Forwarded-Host' domains.
- x
Azure List<String>Fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x
Fd StringHealth Probe - A list to allow the Azure FrontDoor health probe header.
- x
Forwarded List<String>Fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x
Forwarded List<String>Hosts - A list of allowed 'X-Forwarded-Host' domains.
- x
Azure string[]Fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x
Fd stringHealth Probe - A list to allow the Azure FrontDoor health probe header.
- x
Forwarded string[]Fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x
Forwarded string[]Hosts - A list of allowed 'X-Forwarded-Host' domains.
- x_
azure_ Sequence[str]fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x_
fd_ strhealth_ probe - A list to allow the Azure FrontDoor health probe header.
- x_
forwarded_ Sequence[str]fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x_
forwarded_ Sequence[str]hosts - A list of allowed 'X-Forwarded-Host' domains.
- x
Azure List<String>Fdids - A list of allowed Azure FrontDoor IDs in UUID notation.
- x
Fd StringHealth Probe - A list to allow the Azure FrontDoor health probe header.
- x
Forwarded List<String>Fors - A list of allowed 'X-Forwarded-For' IPs in CIDR notation.
- x
Forwarded List<String>Hosts - A list of allowed 'X-Forwarded-Host' domains.
GetStandardSiteCredential
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.