Azure Classic
getWindowsFunctionApp
Use this data source to access information about an existing Windows Function App.
Example Usage
using Pulumi;
using Azure = Pulumi.Azure;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(Azure.AppService.GetWindowsFunctionApp.InvokeAsync(new Azure.AppService.GetWindowsFunctionAppArgs
{
Name = "existing",
ResourceGroupName = "existing",
}));
this.Id = example.Apply(example => example.Id);
}
[Output("id")]
public Output<string> Id { get; set; }
}
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/appservice"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := appservice.LookupWindowsFunctionApp(ctx, &appservice.LookupWindowsFunctionAppArgs{
Name: "existing",
ResourceGroupName: "existing",
}, nil)
if err != nil {
return err
}
ctx.Export("id", example.Id)
return nil
})
}
package generated_program;
import java.util.*;
import java.io.*;
import java.nio.*;
import com.pulumi.*;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = Output.of(AppserviceFunctions.getWindowsFunctionApp(GetWindowsFunctionAppArgs.builder()
.name("existing")
.resourceGroupName("existing")
.build()));
ctx.export("id", example.apply(getWindowsFunctionAppResult -> getWindowsFunctionAppResult.id()));
}
}
import pulumi
import pulumi_azure as azure
example = azure.appservice.get_windows_function_app(name="existing",
resource_group_name="existing")
pulumi.export("id", example.id)
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.appservice.getWindowsFunctionApp({
name: "existing",
resourceGroupName: "existing",
});
export const id = example.then(example => example.id);
variables:
example:
Fn::Invoke:
Function: azure:appservice:getWindowsFunctionApp
Arguments:
name: existing
resourceGroupName: existing
outputs:
id: ${example.id}
Using getWindowsFunctionApp
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 getWindowsFunctionApp(args: GetWindowsFunctionAppArgs, opts?: InvokeOptions): Promise<GetWindowsFunctionAppResult>
function getWindowsFunctionAppOutput(args: GetWindowsFunctionAppOutputArgs, opts?: InvokeOptions): Output<GetWindowsFunctionAppResult>
def get_windows_function_app(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWindowsFunctionAppResult
def get_windows_function_app_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWindowsFunctionAppResult]
func LookupWindowsFunctionApp(ctx *Context, args *LookupWindowsFunctionAppArgs, opts ...InvokeOption) (*LookupWindowsFunctionAppResult, error)
func LookupWindowsFunctionAppOutput(ctx *Context, args *LookupWindowsFunctionAppOutputArgs, opts ...InvokeOption) LookupWindowsFunctionAppResultOutput
> Note: This function is named LookupWindowsFunctionApp
in the Go SDK.
public static class GetWindowsFunctionApp
{
public static Task<GetWindowsFunctionAppResult> InvokeAsync(GetWindowsFunctionAppArgs args, InvokeOptions? opts = null)
public static Output<GetWindowsFunctionAppResult> Invoke(GetWindowsFunctionAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWindowsFunctionAppResult> getWindowsFunctionApp(GetWindowsFunctionAppArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure:appservice/getWindowsFunctionApp:getWindowsFunctionApp
Arguments:
# Arguments dictionary
The following arguments are supported:
- Name string
The name of this Windows Function App.
- Resource
Group stringName The name of the Resource Group where the Windows Function App exists.
- Name string
The name of this Windows Function App.
- Resource
Group stringName The name of the Resource Group where the Windows Function App exists.
- name String
The name of this Windows Function App.
- resource
Group StringName The name of the Resource Group where the Windows Function App exists.
- name string
The name of this Windows Function App.
- resource
Group stringName The name of the Resource Group where the Windows Function App exists.
- name str
The name of this Windows Function App.
- resource_
group_ strname The name of the Resource Group where the Windows Function App exists.
- name String
The name of this Windows Function App.
- resource
Group StringName The name of the Resource Group where the Windows Function App exists.
getWindowsFunctionApp Result
The following output properties are available:
- App
Settings Dictionary<string, string> A `map of key-value pairs for App Settings and custom values.
- Auth
Settings List<GetWindows Function App Auth Setting> A
auth_settings
block as defined below.- Backups
List<Get
Windows Function App Backup> A
backup
block as defined below.- Builtin
Logging boolEnabled Is the built-in logging enabled?
- Client
Certificate boolEnabled Is the use of Client Certificates enabled?
- Client
Certificate stringMode The mode of the Function App's client certificates requirement for incoming requests.
- Connection
Strings List<GetWindows Function App Connection String> One or more
connection_string
blocks as defined below.- bool
Are Content Share Settings disabled?
- Custom
Domain stringVerification Id The identifier used by App Service to perform domain ownership verification via DNS TXT record.
- Daily
Memory intTime Quota The amount of memory in gigabyte-seconds that your application is allowed to consume per day.
- Default
Hostname string The default hostname of the Windows Function App.
- Enabled bool
Is the Backup Job enabled?
- Functions
Extension stringVersion The runtime version associated with the Function App.
- Https
Only bool Is the Function App only accessible via HTTPS?
- Id string
The provider-assigned unique ID for this managed resource.
- Identities
List<Get
Windows Function App Identity> A
identity
block as defined below.- Kind string
The Kind value for this Windows Function App.
- Location string
The Azure Region where the Windows Function App exists.
- Name string
The Site Credentials Username used for publishing.
- Outbound
Ip List<string>Address Lists A list of outbound IP addresses.
- Outbound
Ip stringAddresses A comma separated list of outbound IP addresses as a string. For example
52.23.25.3,52.143.43.12
.- Possible
Outbound List<string>Ip Address Lists AA list of possible outbound IP addresses, not all of which are necessarily in use.
- Possible
Outbound stringIp 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"]
.- Resource
Group stringName - Service
Plan stringId The ID of the App Service Plan.
- Site
Configs List<GetWindows Function App Site Config> A
site_config
block as defined below.- Site
Credentials List<GetWindows Function App Site Credential> A
site_credential
block as defined below.- Sticky
Settings List<GetWindows Function App Sticky Setting> A
sticky_settings
block as defined below.- Storage
Account stringAccess Key The access key which is used to access the backend storage account for the Function App.
- Storage
Account stringName The backend storage account name which is used by this Function App.
- Storage
Key stringVault Secret Id The Key Vault Secret ID, including version, that contains the Connection String used to connect to the storage account for this Function App.
- Storage
Uses boolManaged Identity Is the Function App using a Managed Identity to access the storage account?
- Dictionary<string, string>
A mapping of tags assigned to the Windows Function App.
- App
Settings map[string]string A `map of key-value pairs for App Settings and custom values.
- Auth
Settings []GetWindows Function App Auth Setting A
auth_settings
block as defined below.- Backups
[]Get
Windows Function App Backup A
backup
block as defined below.- Builtin
Logging boolEnabled Is the built-in logging enabled?
- Client
Certificate boolEnabled Is the use of Client Certificates enabled?
- Client
Certificate stringMode The mode of the Function App's client certificates requirement for incoming requests.
- Connection
Strings []GetWindows Function App Connection String One or more
connection_string
blocks as defined below.- bool
Are Content Share Settings disabled?
- Custom
Domain stringVerification Id The identifier used by App Service to perform domain ownership verification via DNS TXT record.
- Daily
Memory intTime Quota The amount of memory in gigabyte-seconds that your application is allowed to consume per day.
- Default
Hostname string The default hostname of the Windows Function App.
- Enabled bool
Is the Backup Job enabled?
- Functions
Extension stringVersion The runtime version associated with the Function App.
- Https
Only bool Is the Function App only accessible via HTTPS?
- Id string
The provider-assigned unique ID for this managed resource.
- Identities
[]Get
Windows Function App Identity A
identity
block as defined below.- Kind string
The Kind value for this Windows Function App.
- Location string
The Azure Region where the Windows Function App exists.
- Name string
The Site Credentials Username used for publishing.
- Outbound
Ip []stringAddress Lists A list of outbound IP addresses.
- Outbound
Ip stringAddresses A comma separated list of outbound IP addresses as a string. For example
52.23.25.3,52.143.43.12
.- Possible
Outbound []stringIp Address Lists AA list of possible outbound IP addresses, not all of which are necessarily in use.
- Possible
Outbound stringIp 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"]
.- Resource
Group stringName - Service
Plan stringId The ID of the App Service Plan.
- Site
Configs []GetWindows Function App Site Config A
site_config
block as defined below.- Site
Credentials []GetWindows Function App Site Credential A
site_credential
block as defined below.- Sticky
Settings []GetWindows Function App Sticky Setting A
sticky_settings
block as defined below.- Storage
Account stringAccess Key The access key which is used to access the backend storage account for the Function App.
- Storage
Account stringName The backend storage account name which is used by this Function App.
- Storage
Key stringVault Secret Id The Key Vault Secret ID, including version, that contains the Connection String used to connect to the storage account for this Function App.
- Storage
Uses boolManaged Identity Is the Function App using a Managed Identity to access the storage account?
- map[string]string
A mapping of tags assigned to the Windows Function App.
- app
Settings Map<String,String> A `map of key-value pairs for App Settings and custom values.
- auth
Settings List<GetWindows Function App Auth Setting> A
auth_settings
block as defined below.- backups
List<Get
Windows Function App Backup> A
backup
block as defined below.- builtin
Logging BooleanEnabled Is the built-in logging enabled?
- client
Certificate BooleanEnabled Is the use of Client Certificates enabled?
- client
Certificate StringMode The mode of the Function App's client certificates requirement for incoming requests.
- connection
Strings List<GetWindows Function App Connection String> One or more
connection_string
blocks as defined below.- Boolean
Are Content Share Settings disabled?
- custom
Domain StringVerification Id The identifier used by App Service to perform domain ownership verification via DNS TXT record.
- daily
Memory IntegerTime Quota The amount of memory in gigabyte-seconds that your application is allowed to consume per day.
- default
Hostname String The default hostname of the Windows Function App.
- enabled Boolean
Is the Backup Job enabled?
- functions
Extension StringVersion The runtime version associated with the Function App.
- https
Only Boolean Is the Function App only accessible via HTTPS?
- id String
The provider-assigned unique ID for this managed resource.
- identities
List<Get
Windows Function App Identity> A
identity
block as defined below.- kind String
The Kind value for this Windows Function App.
- location String
The Azure Region where the Windows Function App exists.
- name String
The Site Credentials Username used for publishing.
- outbound
Ip List<String>Address Lists A list of outbound IP addresses.
- outbound
Ip StringAddresses A comma separated list of outbound IP addresses as a string. For example
52.23.25.3,52.143.43.12
.- possible
Outbound List<String>Ip Address Lists AA list of possible outbound IP addresses, not all of which are necessarily in use.
- possible
Outbound StringIp 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"]
.- resource
Group StringName - service
Plan StringId The ID of the App Service Plan.
- site
Configs List<GetWindows Function App Site Config> A
site_config
block as defined below.- site
Credentials List<GetWindows Function App Site Credential> A
site_credential
block as defined below.- sticky
Settings List<GetWindows Function App Sticky Setting> A
sticky_settings
block as defined below.- storage
Account StringAccess Key The access key which is used to access the backend storage account for the Function App.
- storage
Account StringName The backend storage account name which is used by this Function App.
- storage
Key StringVault Secret Id The Key Vault Secret ID, including version, that contains the Connection String used to connect to the storage account for this Function App.
- storage
Uses BooleanManaged Identity Is the Function App using a Managed Identity to access the storage account?
- Map<String,String>
A mapping of tags assigned to the Windows Function App.
- app
Settings {[key: string]: string} A `map of key-value pairs for App Settings and custom values.
- auth
Settings GetWindows Function App Auth Setting[] A
auth_settings
block as defined below.- backups
Get
Windows Function App Backup[] A
backup
block as defined below.- builtin
Logging booleanEnabled Is the built-in logging enabled?
- client
Certificate booleanEnabled Is the use of Client Certificates enabled?
- client
Certificate stringMode The mode of the Function App's client certificates requirement for incoming requests.
- connection
Strings GetWindows Function App Connection String[] One or more
connection_string
blocks as defined below.- boolean
Are Content Share Settings disabled?
- custom
Domain stringVerification Id The identifier used by App Service to perform domain ownership verification via DNS TXT record.
- daily
Memory numberTime Quota The amount of memory in gigabyte-seconds that your application is allowed to consume per day.
- default
Hostname string The default hostname of the Windows Function App.
- enabled boolean
Is the Backup Job enabled?
- functions
Extension stringVersion The runtime version associated with the Function App.
- https
Only boolean Is the Function App only accessible via HTTPS?
- id string
The provider-assigned unique ID for this managed resource.
- identities
Get
Windows Function App Identity[] A
identity
block as defined below.- kind string
The Kind value for this Windows Function App.
- location string
The Azure Region where the Windows Function App exists.
- name string
The Site Credentials Username used for publishing.
- outbound
Ip string[]Address Lists A list of outbound IP addresses.
- outbound
Ip stringAddresses A comma separated list of outbound IP addresses as a string. For example
52.23.25.3,52.143.43.12
.- possible
Outbound string[]Ip Address Lists AA list of possible outbound IP addresses, not all of which are necessarily in use.
- possible
Outbound stringIp 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"]
.- resource
Group stringName - service
Plan stringId The ID of the App Service Plan.
- site
Configs GetWindows Function App Site Config[] A
site_config
block as defined below.- site
Credentials GetWindows Function App Site Credential[] A
site_credential
block as defined below.- sticky
Settings GetWindows Function App Sticky Setting[] A
sticky_settings
block as defined below.- storage
Account stringAccess Key The access key which is used to access the backend storage account for the Function App.
- storage
Account stringName The backend storage account name which is used by this Function App.
- storage
Key stringVault Secret Id The Key Vault Secret ID, including version, that contains the Connection String used to connect to the storage account for this Function App.
- storage
Uses booleanManaged Identity Is the Function App using a Managed Identity to access the storage account?
- {[key: string]: string}
A mapping of tags assigned to the Windows Function App.
- app_
settings Mapping[str, str] A `map of key-value pairs for App Settings and custom values.
- auth_
settings Sequence[GetWindows Function App Auth Setting] A
auth_settings
block as defined below.- backups
Sequence[Get
Windows Function App Backup] A
backup
block as defined below.- builtin_
logging_ boolenabled Is the built-in logging enabled?
- client_
certificate_ boolenabled Is the use of Client Certificates enabled?
- client_
certificate_ strmode The mode of the Function App's client certificates requirement for incoming requests.
- connection_
strings Sequence[GetWindows Function App Connection String] One or more
connection_string
blocks as defined below.- bool
Are Content Share Settings disabled?
- custom_
domain_ strverification_ id The identifier used by App Service to perform domain ownership verification via DNS TXT record.
- daily_
memory_ inttime_ quota The amount of memory in gigabyte-seconds that your application is allowed to consume per day.
- default_
hostname str The default hostname of the Windows Function App.
- enabled bool
Is the Backup Job enabled?
- functions_
extension_ strversion The runtime version associated with the Function App.
- https_
only bool Is the Function App only accessible via HTTPS?
- id str
The provider-assigned unique ID for this managed resource.
- identities
Sequence[Get
Windows Function App Identity] A
identity
block as defined below.- kind str
The Kind value for this Windows Function App.
- location str
The Azure Region where the Windows Function App exists.
- name str
The Site Credentials Username used for publishing.
- outbound_
ip_ Sequence[str]address_ lists A list of outbound IP addresses.
- outbound_
ip_ straddresses A comma separated list of outbound IP addresses as a string. For example
52.23.25.3,52.143.43.12
.- possible_
outbound_ Sequence[str]ip_ address_ lists AA list of possible outbound IP addresses, not all of which are necessarily in use.
- possible_
outbound_ strip_ 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"]
.- resource_
group_ strname - service_
plan_ strid The ID of the App Service Plan.
- site_
configs Sequence[GetWindows Function App Site Config] A
site_config
block as defined below.- site_
credentials Sequence[GetWindows Function App Site Credential] A
site_credential
block as defined below.- sticky_
settings Sequence[GetWindows Function App Sticky Setting] A
sticky_settings
block as defined below.- storage_
account_ straccess_ key The access key which is used to access the backend storage account for the Function App.
- storage_
account_ strname The backend storage account name which is used by this Function App.
- storage_
key_ strvault_ secret_ id The Key Vault Secret ID, including version, that contains the Connection String used to connect to the storage account for this Function App.
- storage_
uses_ boolmanaged_ identity Is the Function App using a Managed Identity to access the storage account?
- Mapping[str, str]
A mapping of tags assigned to the Windows Function App.
- app
Settings Map<String> A `map of key-value pairs for App Settings and custom values.
- auth
Settings List<Property Map> A
auth_settings
block as defined below.- backups List<Property Map>
A
backup
block as defined below.- builtin
Logging BooleanEnabled Is the built-in logging enabled?
- client
Certificate BooleanEnabled Is the use of Client Certificates enabled?
- client
Certificate StringMode The mode of the Function App's client certificates requirement for incoming requests.
- connection
Strings List<Property Map> One or more
connection_string
blocks as defined below.- Boolean
Are Content Share Settings disabled?
- custom
Domain StringVerification Id The identifier used by App Service to perform domain ownership verification via DNS TXT record.
- daily
Memory NumberTime Quota The amount of memory in gigabyte-seconds that your application is allowed to consume per day.
- default
Hostname String The default hostname of the Windows Function App.
- enabled Boolean
Is the Backup Job enabled?
- functions
Extension StringVersion The runtime version associated with the Function App.
- https
Only Boolean Is the Function App only accessible via HTTPS?
- id String
The provider-assigned unique ID for this managed resource.
- identities List<Property Map>
A
identity
block as defined below.- kind String
The Kind value for this Windows Function App.
- location String
The Azure Region where the Windows Function App exists.
- name String
The Site Credentials Username used for publishing.
- outbound
Ip List<String>Address Lists A list of outbound IP addresses.
- outbound
Ip StringAddresses A comma separated list of outbound IP addresses as a string. For example
52.23.25.3,52.143.43.12
.- possible
Outbound List<String>Ip Address Lists AA list of possible outbound IP addresses, not all of which are necessarily in use.
- possible
Outbound StringIp 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"]
.- resource
Group StringName - service
Plan StringId The ID of the App Service Plan.
- site
Configs List<Property Map> A
site_config
block as defined below.- site
Credentials List<Property Map> A
site_credential
block as defined below.- sticky
Settings List<Property Map> A
sticky_settings
block as defined below.- storage
Account StringAccess Key The access key which is used to access the backend storage account for the Function App.
- storage
Account StringName The backend storage account name which is used by this Function App.
- storage
Key StringVault Secret Id The Key Vault Secret ID, including version, that contains the Connection String used to connect to the storage account for this Function App.
- storage
Uses BooleanManaged Identity Is the Function App using a Managed Identity to access the storage account?
- Map<String>
A mapping of tags assigned to the Windows Function App.
Supporting Types
GetWindowsFunctionAppAuthSetting
- Active
Directories List<GetWindows Function App Auth Setting Active Directory> A
active_directory
block as defined above.- Additional
Login Dictionary<string, string>Parameters A map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.
- Allowed
External List<string>Redirect Urls A list of External URLs that can be redirected to as part of logging in or logging out of the Windows Function App.
- Default
Provider string The default authentication provider to use when multiple providers are configured.
- Enabled bool
Is the Backup Job enabled?
- Facebooks
List<Get
Windows Function App Auth Setting Facebook> A
facebook
block as defined below.- Githubs
List<Get
Windows Function App Auth Setting Github> A
github
block as defined below.- Googles
List<Get
Windows Function App Auth Setting Google> A
google
block as defined below.- Issuer string
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Windows Function App.
- Microsofts
List<Get
Windows Function App Auth Setting Microsoft> A
microsoft
block as defined below.- Runtime
Version string The Runtime Version of the Authentication / Authorization feature in use for the Windows Function App.
- Token
Refresh doubleExtension Hours The number of hours after session token expiration that a session token can be used to call the token refresh API.
- Token
Store boolEnabled Is the durable storing of platform-specific security token that are obtained during login flows enabled?
- Twitters
List<Get
Windows Function App Auth Setting Twitter> A
twitter
block as defined below.- Unauthenticated
Client stringAction The action to take when an unauthenticated client attempts to access the app.
- Active
Directories []GetWindows Function App Auth Setting Active Directory A
active_directory
block as defined above.- Additional
Login map[string]stringParameters A map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.
- Allowed
External []stringRedirect Urls A list of External URLs that can be redirected to as part of logging in or logging out of the Windows Function App.
- Default
Provider string The default authentication provider to use when multiple providers are configured.
- Enabled bool
Is the Backup Job enabled?
- Facebooks
[]Get
Windows Function App Auth Setting Facebook A
facebook
block as defined below.- Githubs
[]Get
Windows Function App Auth Setting Github A
github
block as defined below.- Googles
[]Get
Windows Function App Auth Setting Google A
google
block as defined below.- Issuer string
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Windows Function App.
- Microsofts
[]Get
Windows Function App Auth Setting Microsoft A
microsoft
block as defined below.- Runtime
Version string The Runtime Version of the Authentication / Authorization feature in use for the Windows Function App.
- Token
Refresh float64Extension Hours The number of hours after session token expiration that a session token can be used to call the token refresh API.
- Token
Store boolEnabled Is the durable storing of platform-specific security token that are obtained during login flows enabled?
- Twitters
[]Get
Windows Function App Auth Setting Twitter A
twitter
block as defined below.- Unauthenticated
Client stringAction The action to take when an unauthenticated client attempts to access the app.
- active
Directories List<GetWindows Function App Auth Setting Active Directory> A
active_directory
block as defined above.- additional
Login Map<String,String>Parameters A map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.
- allowed
External List<String>Redirect Urls A list of External URLs that can be redirected to as part of logging in or logging out of the Windows Function App.
- default
Provider String The default authentication provider to use when multiple providers are configured.
- enabled Boolean
Is the Backup Job enabled?
- facebooks
List<Get
Windows Function App Auth Setting Facebook> A
facebook
block as defined below.- githubs
List<Get
Windows Function App Auth Setting Github> A
github
block as defined below.- googles
List<Get
Windows Function App Auth Setting Google> A
google
block as defined below.- issuer String
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Windows Function App.
- microsofts
List<Get
Windows Function App Auth Setting Microsoft> A
microsoft
block as defined below.- runtime
Version String The Runtime Version of the Authentication / Authorization feature in use for the Windows Function App.
- token
Refresh DoubleExtension Hours The number of hours after session token expiration that a session token can be used to call the token refresh API.
- token
Store BooleanEnabled Is the durable storing of platform-specific security token that are obtained during login flows enabled?
- twitters
List<Get
Windows Function App Auth Setting Twitter> A
twitter
block as defined below.- unauthenticated
Client StringAction The action to take when an unauthenticated client attempts to access the app.
- active
Directories GetWindows Function App Auth Setting Active Directory[] A
active_directory
block as defined above.- additional
Login {[key: string]: string}Parameters A map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.
- allowed
External string[]Redirect Urls A list of External URLs that can be redirected to as part of logging in or logging out of the Windows Function App.
- default
Provider string The default authentication provider to use when multiple providers are configured.
- enabled boolean
Is the Backup Job enabled?
- facebooks
Get
Windows Function App Auth Setting Facebook[] A
facebook
block as defined below.- githubs
Get
Windows Function App Auth Setting Github[] A
github
block as defined below.- googles
Get
Windows Function App Auth Setting Google[] A
google
block as defined below.- issuer string
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Windows Function App.
- microsofts
Get
Windows Function App Auth Setting Microsoft[] A
microsoft
block as defined below.- runtime
Version string The Runtime Version of the Authentication / Authorization feature in use for the Windows Function App.
- token
Refresh numberExtension Hours The number of hours after session token expiration that a session token can be used to call the token refresh API.
- token
Store booleanEnabled Is the durable storing of platform-specific security token that are obtained during login flows enabled?
- twitters
Get
Windows Function App Auth Setting Twitter[] A
twitter
block as defined below.- unauthenticated
Client stringAction The action to take when an unauthenticated client attempts to access the app.
- active_
directories Sequence[GetWindows Function App Auth Setting Active Directory] A
active_directory
block as defined above.- additional_
login_ Mapping[str, str]parameters A map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.
- allowed_
external_ Sequence[str]redirect_ urls A list of External URLs that can be redirected to as part of logging in or logging out of the Windows Function App.
- default_
provider str The default authentication provider to use when multiple providers are configured.
- enabled bool
Is the Backup Job enabled?
- facebooks
Sequence[Get
Windows Function App Auth Setting Facebook] A
facebook
block as defined below.- githubs
Sequence[Get
Windows Function App Auth Setting Github] A
github
block as defined below.- googles
Sequence[Get
Windows Function App Auth Setting Google] A
google
block as defined below.- issuer str
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Windows Function App.
- microsofts
Sequence[Get
Windows Function App Auth Setting Microsoft] A
microsoft
block as defined below.- runtime_
version str The Runtime Version of the Authentication / Authorization feature in use for the Windows Function App.
- token_
refresh_ floatextension_ hours The number of hours after session token expiration that a session token can be used to call the token refresh API.
- token_
store_ boolenabled Is the durable storing of platform-specific security token that are obtained during login flows enabled?
- twitters
Sequence[Get
Windows Function App Auth Setting Twitter] A
twitter
block as defined below.- unauthenticated_
client_ straction The action to take when an unauthenticated client attempts to access the app.
- active
Directories List<Property Map> A
active_directory
block as defined above.- additional
Login Map<String>Parameters A map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.
- allowed
External List<String>Redirect Urls A list of External URLs that can be redirected to as part of logging in or logging out of the Windows Function App.
- default
Provider String The default authentication provider to use when multiple providers are configured.
- enabled Boolean
Is the Backup Job enabled?
- facebooks List<Property Map>
A
facebook
block as defined below.- githubs List<Property Map>
A
github
block as defined below.- googles List<Property Map>
A
google
block as defined below.- issuer String
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Windows Function App.
- microsofts List<Property Map>
A
microsoft
block as defined below.- runtime
Version String The Runtime Version of the Authentication / Authorization feature in use for the Windows Function App.
- token
Refresh NumberExtension Hours The number of hours after session token expiration that a session token can be used to call the token refresh API.
- token
Store BooleanEnabled Is the durable storing of platform-specific security token that are obtained during login flows enabled?
- twitters List<Property Map>
A
twitter
block as defined below.- unauthenticated
Client StringAction The action to take when an unauthenticated client attempts to access the app.
GetWindowsFunctionAppAuthSettingActiveDirectory
- Allowed
Audiences List<string> A list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- Allowed
Audiences []string A list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- allowed
Audiences List<String> A list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- allowed
Audiences string[] A list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
- client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- allowed_
audiences Sequence[str] A list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
- client_
id str The OAuth 2.0 client ID that was created for the app used for authentication.
- client_
secret str The OAuth 2.0 client secret that was created for the app used for authentication.
- client_
secret_ strsetting_ name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- allowed
Audiences List<String> A list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
GetWindowsFunctionAppAuthSettingFacebook
- App
Id string The App ID of the Facebook app used for login.
- App
Secret string The App Secret of the Facebook app used for Facebook Login.
- App
Secret stringSetting Name The app setting name that contains the
app_secret
value used for Facebook Login.- Oauth
Scopes List<string> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- App
Id string The App ID of the Facebook app used for login.
- App
Secret string The App Secret of the Facebook app used for Facebook Login.
- App
Secret stringSetting Name The app setting name that contains the
app_secret
value used for Facebook Login.- Oauth
Scopes []string A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- app
Id String The App ID of the Facebook app used for login.
- app
Secret String The App Secret of the Facebook app used for Facebook Login.
- app
Secret StringSetting Name The app setting name that contains the
app_secret
value used for Facebook Login.- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- app
Id string The App ID of the Facebook app used for login.
- app
Secret string The App Secret of the Facebook app used for Facebook Login.
- app
Secret stringSetting Name The app setting name that contains the
app_secret
value used for Facebook Login.- oauth
Scopes string[] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- app_
id str The App ID of the Facebook app used for login.
- app_
secret str The App Secret of the Facebook app used for Facebook Login.
- app_
secret_ strsetting_ name The app setting name that contains the
app_secret
value used for Facebook Login.- oauth_
scopes Sequence[str] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- app
Id String The App ID of the Facebook app used for login.
- app
Secret String The App Secret of the Facebook app used for Facebook Login.
- app
Secret StringSetting Name The app setting name that contains the
app_secret
value used for Facebook Login.- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
GetWindowsFunctionAppAuthSettingGithub
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- Oauth
Scopes List<string> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- Oauth
Scopes []string A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes string[] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client_
id str The OAuth 2.0 client ID that was created for the app used for authentication.
- client_
secret str The OAuth 2.0 client secret that was created for the app used for authentication.
- client_
secret_ strsetting_ name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth_
scopes Sequence[str] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
GetWindowsFunctionAppAuthSettingGoogle
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- Oauth
Scopes List<string> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- Oauth
Scopes []string A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes string[] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client_
id str The OAuth 2.0 client ID that was created for the app used for authentication.
- client_
secret str The OAuth 2.0 client secret that was created for the app used for authentication.
- client_
secret_ strsetting_ name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth_
scopes Sequence[str] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
GetWindowsFunctionAppAuthSettingMicrosoft
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- Oauth
Scopes List<string> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- Client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- Client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- Client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- Oauth
Scopes []string A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id string The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret string The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret stringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes string[] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client_
id str The OAuth 2.0 client ID that was created for the app used for authentication.
- client_
secret str The OAuth 2.0 client secret that was created for the app used for authentication.
- client_
secret_ strsetting_ name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth_
scopes Sequence[str] A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
- client
Id String The OAuth 2.0 client ID that was created for the app used for authentication.
- client
Secret String The OAuth 2.0 client secret that was created for the app used for authentication.
- client
Secret StringSetting Name The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
- oauth
Scopes List<String> A list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
GetWindowsFunctionAppAuthSettingTwitter
- Consumer
Key string The OAuth 1.0a consumer key of the Twitter application used for sign-in.
- Consumer
Secret string The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- Consumer
Secret stringSetting Name The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- Consumer
Key string The OAuth 1.0a consumer key of the Twitter application used for sign-in.
- Consumer
Secret string The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- Consumer
Secret stringSetting Name The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer
Key String The OAuth 1.0a consumer key of the Twitter application used for sign-in.
- consumer
Secret String The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer
Secret StringSetting Name The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer
Key string The OAuth 1.0a consumer key of the Twitter application used for sign-in.
- consumer
Secret string The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer
Secret stringSetting Name The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer_
key str The OAuth 1.0a consumer key of the Twitter application used for sign-in.
- consumer_
secret str The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer_
secret_ strsetting_ name The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer
Key String The OAuth 1.0a consumer key of the Twitter application used for sign-in.
- consumer
Secret String The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
- consumer
Secret StringSetting Name The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
GetWindowsFunctionAppBackup
- Enabled bool
Is the Backup Job enabled?
- Name string
The name of this Windows Function App.
- Schedules
List<Get
Windows Function App Backup Schedule> A
schedule
block as defined below.- Storage
Account stringUrl The SAS URL to the container.
- Enabled bool
Is the Backup Job enabled?
- Name string
The name of this Windows Function App.
- Schedules
[]Get
Windows Function App Backup Schedule A
schedule
block as defined below.- Storage
Account stringUrl The SAS URL to the container.
- enabled Boolean
Is the Backup Job enabled?
- name String
The name of this Windows Function App.
- schedules
List<Get
Windows Function App Backup Schedule> A
schedule
block as defined below.- storage
Account StringUrl The SAS URL to the container.
- enabled boolean
Is the Backup Job enabled?
- name string
The name of this Windows Function App.
- schedules
Get
Windows Function App Backup Schedule[] A
schedule
block as defined below.- storage
Account stringUrl The SAS URL to the container.
- enabled bool
Is the Backup Job enabled?
- name str
The name of this Windows Function App.
- schedules
Sequence[Get
Windows Function App Backup Schedule] A
schedule
block as defined below.- storage_
account_ strurl The SAS URL to the container.
- enabled Boolean
Is the Backup Job enabled?
- name String
The name of this Windows Function App.
- schedules List<Property Map>
A
schedule
block as defined below.- storage
Account StringUrl The SAS URL to the container.
GetWindowsFunctionAppBackupSchedule
- Frequency
Interval int How often the backup is executed.
- Frequency
Unit string The unit of time the backup should take place.
- Keep
At boolLeast One Backup Should the service keep at least one backup.
- Last
Execution stringTime - Retention
Period intDays After how many days backups is deleted.
- Start
Time string When the schedule should start working in RFC-3339 format.
- Frequency
Interval int How often the backup is executed.
- Frequency
Unit string The unit of time the backup should take place.
- Keep
At boolLeast One Backup Should the service keep at least one backup.
- Last
Execution stringTime - Retention
Period intDays After how many days backups is deleted.
- Start
Time string When the schedule should start working in RFC-3339 format.
- frequency
Interval Integer How often the backup is executed.
- frequency
Unit String The unit of time the backup should take place.
- keep
At BooleanLeast One Backup Should the service keep at least one backup.
- last
Execution StringTime - retention
Period IntegerDays After how many days backups is deleted.
- start
Time String When the schedule should start working in RFC-3339 format.
- frequency
Interval number How often the backup is executed.
- frequency
Unit string The unit of time the backup should take place.
- keep
At booleanLeast One Backup Should the service keep at least one backup.
- last
Execution stringTime - retention
Period numberDays After how many days backups is deleted.
- start
Time string When the schedule should start working in RFC-3339 format.
- frequency_
interval int How often the backup is executed.
- frequency_
unit str The unit of time the backup should take place.
- keep_
at_ boolleast_ one_ backup Should the service keep at least one backup.
- last_
execution_ strtime - retention_
period_ intdays After how many days backups is deleted.
- start_
time str When the schedule should start working in RFC-3339 format.
- frequency
Interval Number How often the backup is executed.
- frequency
Unit String The unit of time the backup should take place.
- keep
At BooleanLeast One Backup Should the service keep at least one backup.
- last
Execution StringTime - retention
Period NumberDays After how many days backups is deleted.
- start
Time String When the schedule should start working in RFC-3339 format.
GetWindowsFunctionAppConnectionString
GetWindowsFunctionAppIdentity
- Identity
Ids List<string> The list of User Assigned Managed Identity IDs assigned to this Windows Function App.
- Principal
Id string The Principal ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- Tenant
Id string The Tenant ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- Type string
The type of Managed Service Identity that is configured on this Windows Function App.
- Identity
Ids []string The list of User Assigned Managed Identity IDs assigned to this Windows Function App.
- Principal
Id string The Principal ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- Tenant
Id string The Tenant ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- Type string
The type of Managed Service Identity that is configured on this Windows Function App.
- identity
Ids List<String> The list of User Assigned Managed Identity IDs assigned to this Windows Function App.
- principal
Id String The Principal ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- tenant
Id String The Tenant ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- type String
The type of Managed Service Identity that is configured on this Windows Function App.
- identity
Ids string[] The list of User Assigned Managed Identity IDs assigned to this Windows Function App.
- principal
Id string The Principal ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- tenant
Id string The Tenant ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- type string
The type of Managed Service Identity that is configured on this Windows Function App.
- identity_
ids Sequence[str] The list of User Assigned Managed Identity IDs assigned to this Windows Function App.
- principal_
id str The Principal ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- tenant_
id str The Tenant ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- type str
The type of Managed Service Identity that is configured on this Windows Function App.
- identity
Ids List<String> The list of User Assigned Managed Identity IDs assigned to this Windows Function App.
- principal
Id String The Principal ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- tenant
Id String The Tenant ID of the System Assigned Managed Service Identity that is configured on this Windows Function App.
- type String
The type of Managed Service Identity that is configured on this Windows Function App.
GetWindowsFunctionAppSiteConfig
- Always
On bool Is this Windows Function App Always On?.
- Api
Definition stringUrl The URL of the API definition that describes this Windows Function App.
- Api
Management stringApi Id The ID of the API Management API for this Windows Function App.
- App
Command stringLine The App command line to launch.
- App
Scale intLimit The number of workers this function app can scale out to.
- App
Service List<GetLogs Windows Function App Site Config App Service Log> A
app_service_logs
block as defined above.- Application
Insights stringConnection String The Connection String for linking the Windows Function App to Application Insights.
- Application
Insights stringKey The Instrumentation Key for connecting the Windows Function App to Application Insights.
- Application
Stacks List<GetWindows Function App Site Config Application Stack> A
application_stack
block as defined above.- Cors
List<Get
Windows Function App Site Config Cor> A
cors
block as defined above.- Default
Documents List<string> A list of Default Documents for the Windows Web App.
- Detailed
Error boolLogging Enabled Is detailed error logging enabled?
- Elastic
Instance intMinimum The number of minimum instances for this Windows Function App.
- Ftps
State string State of FTP / FTPS service for this Windows Function App.
- Health
Check intEviction Time In Min The amount of time in minutes that a node can be unhealthy before being removed from the load balancer.
- Health
Check stringPath The path to be checked for this Windows Function App health.
- Http2Enabled bool
Is the HTTP2 protocol enabled?
- Ip
Restrictions List<GetWindows Function App Site Config Ip Restriction> One or more
ip_restriction
blocks as defined above.- Load
Balancing stringMode The Site load balancing mode.
- Managed
Pipeline stringMode The Managed pipeline mode.
- Minimum
Tls stringVersion The minimum version of TLS required for SSL requests.
- Pre
Warmed intInstance Count The number of pre-warmed instances for this Windows Function App.
- Remote
Debugging boolEnabled Is Remote Debugging enabled?
- Remote
Debugging stringVersion The Remote Debugging Version.
- Runtime
Scale boolMonitoring Enabled Is Scale Monitoring of the Functions Runtime enabled?
- Scm
Ip List<GetRestrictions Windows Function App Site Config Scm Ip Restriction> One or more
scm_ip_restriction
blocks as defined above.- Scm
Minimum stringTls Version The minimum version of TLS required for SSL requests to the SCM site.
- Scm
Type string The SCM type.
- Scm
Use boolMain Ip Restriction Is the
ip_restriction
configuration used for the SCM?.- Use32Bit
Worker bool Is the Windows Function App using a 32-bit worker process?
- Vnet
Route boolAll Enabled Are all outbound traffic to NAT Gateways, Network Security Groups and User Defined Routes applied?
- Websockets
Enabled bool Are Web Sockets enabled?
- Windows
Fx stringVersion The Windows FX version.
- Worker
Count int The number of Workers for this Windows Function App.
- Always
On bool Is this Windows Function App Always On?.
- Api
Definition stringUrl The URL of the API definition that describes this Windows Function App.
- Api
Management stringApi Id The ID of the API Management API for this Windows Function App.
- App
Command stringLine The App command line to launch.
- App
Scale intLimit The number of workers this function app can scale out to.
- App
Service []GetLogs Windows Function App Site Config App Service Log A
app_service_logs
block as defined above.- Application
Insights stringConnection String The Connection String for linking the Windows Function App to Application Insights.
- Application
Insights stringKey The Instrumentation Key for connecting the Windows Function App to Application Insights.
- Application
Stacks []GetWindows Function App Site Config Application Stack A
application_stack
block as defined above.- Cors
[]Get
Windows Function App Site Config Cor A
cors
block as defined above.- Default
Documents []string A list of Default Documents for the Windows Web App.
- Detailed
Error boolLogging Enabled Is detailed error logging enabled?
- Elastic
Instance intMinimum The number of minimum instances for this Windows Function App.
- Ftps
State string State of FTP / FTPS service for this Windows Function App.
- Health
Check intEviction Time In Min The amount of time in minutes that a node can be unhealthy before being removed from the load balancer.
- Health
Check stringPath The path to be checked for this Windows Function App health.
- Http2Enabled bool
Is the HTTP2 protocol enabled?
- Ip
Restrictions []GetWindows Function App Site Config Ip Restriction One or more
ip_restriction
blocks as defined above.- Load
Balancing stringMode The Site load balancing mode.
- Managed
Pipeline stringMode The Managed pipeline mode.
- Minimum
Tls stringVersion The minimum version of TLS required for SSL requests.
- Pre
Warmed intInstance Count The number of pre-warmed instances for this Windows Function App.
- Remote
Debugging boolEnabled Is Remote Debugging enabled?
- Remote
Debugging stringVersion The Remote Debugging Version.
- Runtime
Scale boolMonitoring Enabled Is Scale Monitoring of the Functions Runtime enabled?
- Scm
Ip []GetRestrictions Windows Function App Site Config Scm Ip Restriction One or more
scm_ip_restriction
blocks as defined above.- Scm
Minimum stringTls Version The minimum version of TLS required for SSL requests to the SCM site.
- Scm
Type string The SCM type.
- Scm
Use boolMain Ip Restriction Is the
ip_restriction
configuration used for the SCM?.- Use32Bit
Worker bool Is the Windows Function App using a 32-bit worker process?
- Vnet
Route boolAll Enabled Are all outbound traffic to NAT Gateways, Network Security Groups and User Defined Routes applied?
- Websockets
Enabled bool Are Web Sockets enabled?
- Windows
Fx stringVersion The Windows FX version.
- Worker
Count int The number of Workers for this Windows Function App.
- always
On Boolean Is this Windows Function App Always On?.
- api
Definition StringUrl The URL of the API definition that describes this Windows Function App.
- api
Management StringApi Id The ID of the API Management API for this Windows Function App.
- app
Command StringLine The App command line to launch.
- app
Scale IntegerLimit The number of workers this function app can scale out to.
- app
Service List<GetLogs Windows Function App Site Config App Service Log> A
app_service_logs
block as defined above.- application
Insights StringConnection String The Connection String for linking the Windows Function App to Application Insights.
- application
Insights StringKey The Instrumentation Key for connecting the Windows Function App to Application Insights.
- application
Stacks List<GetWindows Function App Site Config Application Stack> A
application_stack
block as defined above.- cors
List<Get
Windows Function App Site Config Cor> A
cors
block as defined above.- default
Documents List<String> A list of Default Documents for the Windows Web App.
- detailed
Error BooleanLogging Enabled Is detailed error logging enabled?
- elastic
Instance IntegerMinimum The number of minimum instances for this Windows Function App.
- ftps
State String State of FTP / FTPS service for this Windows Function App.
- health
Check IntegerEviction Time In Min The amount of time in minutes that a node can be unhealthy before being removed from the load balancer.
- health
Check StringPath The path to be checked for this Windows Function App health.
- http2Enabled Boolean
Is the HTTP2 protocol enabled?
- ip
Restrictions List<GetWindows Function App Site Config Ip Restriction> One or more
ip_restriction
blocks as defined above.- load
Balancing StringMode The Site load balancing mode.
- managed
Pipeline StringMode The Managed pipeline mode.
- minimum
Tls StringVersion The minimum version of TLS required for SSL requests.
- pre
Warmed IntegerInstance Count The number of pre-warmed instances for this Windows Function App.
- remote
Debugging BooleanEnabled Is Remote Debugging enabled?
- remote
Debugging StringVersion The Remote Debugging Version.
- runtime
Scale BooleanMonitoring Enabled Is Scale Monitoring of the Functions Runtime enabled?
- scm
Ip List<GetRestrictions Windows Function App Site Config Scm Ip Restriction> One or more
scm_ip_restriction
blocks as defined above.- scm
Minimum StringTls Version The minimum version of TLS required for SSL requests to the SCM site.
- scm
Type String The SCM type.
- scm
Use BooleanMain Ip Restriction Is the
ip_restriction
configuration used for the SCM?.- use32Bit
Worker Boolean Is the Windows Function App using a 32-bit worker process?
- vnet
Route BooleanAll Enabled Are all outbound traffic to NAT Gateways, Network Security Groups and User Defined Routes applied?
- websockets
Enabled Boolean Are Web Sockets enabled?
- windows
Fx StringVersion The Windows FX version.
- worker
Count Integer The number of Workers for this Windows Function App.
- always
On boolean Is this Windows Function App Always On?.
- api
Definition stringUrl The URL of the API definition that describes this Windows Function App.
- api
Management stringApi Id The ID of the API Management API for this Windows Function App.
- app
Command stringLine The App command line to launch.
- app
Scale numberLimit The number of workers this function app can scale out to.
- app
Service GetLogs Windows Function App Site Config App Service Log[] A
app_service_logs
block as defined above.- application
Insights stringConnection String The Connection String for linking the Windows Function App to Application Insights.
- application
Insights stringKey The Instrumentation Key for connecting the Windows Function App to Application Insights.
- application
Stacks GetWindows Function App Site Config Application Stack[] A
application_stack
block as defined above.- cors
Get
Windows Function App Site Config Cor[] A
cors
block as defined above.- default
Documents string[] A list of Default Documents for the Windows Web App.
- detailed
Error booleanLogging Enabled Is detailed error logging enabled?
- elastic
Instance numberMinimum The number of minimum instances for this Windows Function App.
- ftps
State string State of FTP / FTPS service for this Windows Function App.
- health
Check numberEviction Time In Min The amount of time in minutes that a node can be unhealthy before being removed from the load balancer.
- health
Check stringPath The path to be checked for this Windows Function App health.
- http2Enabled boolean
Is the HTTP2 protocol enabled?
- ip
Restrictions GetWindows Function App Site Config Ip Restriction[] One or more
ip_restriction
blocks as defined above.- load
Balancing stringMode The Site load balancing mode.
- managed
Pipeline stringMode The Managed pipeline mode.
- minimum
Tls stringVersion The minimum version of TLS required for SSL requests.
- pre
Warmed numberInstance Count The number of pre-warmed instances for this Windows Function App.
- remote
Debugging booleanEnabled Is Remote Debugging enabled?
- remote
Debugging stringVersion The Remote Debugging Version.
- runtime
Scale booleanMonitoring Enabled Is Scale Monitoring of the Functions Runtime enabled?
- scm
Ip GetRestrictions Windows Function App Site Config Scm Ip Restriction[] One or more
scm_ip_restriction
blocks as defined above.- scm
Minimum stringTls Version The minimum version of TLS required for SSL requests to the SCM site.
- scm
Type string The SCM type.
- scm
Use booleanMain Ip Restriction Is the
ip_restriction
configuration used for the SCM?.- use32Bit
Worker boolean Is the Windows Function App using a 32-bit worker process?
- vnet
Route booleanAll Enabled Are all outbound traffic to NAT Gateways, Network Security Groups and User Defined Routes applied?
- websockets
Enabled boolean Are Web Sockets enabled?
- windows
Fx stringVersion The Windows FX version.
- worker
Count number The number of Workers for this Windows Function App.
- always_
on bool Is this Windows Function App Always On?.
- api_
definition_ strurl The URL of the API definition that describes this Windows Function App.
- api_
management_ strapi_ id The ID of the API Management API for this Windows Function App.
- app_
command_ strline The App command line to launch.
- app_
scale_ intlimit The number of workers this function app can scale out to.
- app_
service_ Sequence[Getlogs Windows Function App Site Config App Service Log] A
app_service_logs
block as defined above.- application_
insights_ strconnection_ string The Connection String for linking the Windows Function App to Application Insights.
- application_
insights_ strkey The Instrumentation Key for connecting the Windows Function App to Application Insights.
- application_
stacks Sequence[GetWindows Function App Site Config Application Stack] A
application_stack
block as defined above.- cors
Sequence[Get
Windows Function App Site Config Cor] A
cors
block as defined above.- default_
documents Sequence[str] A list of Default Documents for the Windows Web App.
- detailed_
error_ boollogging_ enabled Is detailed error logging enabled?
- elastic_
instance_ intminimum The number of minimum instances for this Windows Function App.
- ftps_
state str State of FTP / FTPS service for this Windows Function App.
- health_
check_ inteviction_ time_ in_ min The amount of time in minutes that a node can be unhealthy before being removed from the load balancer.
- health_
check_ strpath The path to be checked for this Windows Function App health.
- http2_
enabled bool Is the HTTP2 protocol enabled?
- ip_
restrictions Sequence[GetWindows Function App Site Config Ip Restriction] One or more
ip_restriction
blocks as defined above.- load_
balancing_ strmode The Site load balancing mode.
- managed_
pipeline_ strmode The Managed pipeline mode.
- minimum_
tls_ strversion The minimum version of TLS required for SSL requests.
- pre_
warmed_ intinstance_ count The number of pre-warmed instances for this Windows Function App.
- remote_
debugging_ boolenabled Is Remote Debugging enabled?
- remote_
debugging_ strversion The Remote Debugging Version.
- runtime_
scale_ boolmonitoring_ enabled Is Scale Monitoring of the Functions Runtime enabled?
- scm_
ip_ Sequence[Getrestrictions Windows Function App Site Config Scm Ip Restriction] One or more
scm_ip_restriction
blocks as defined above.- scm_
minimum_ strtls_ version The minimum version of TLS required for SSL requests to the SCM site.
- scm_
type str The SCM type.
- scm_
use_ boolmain_ ip_ restriction Is the
ip_restriction
configuration used for the SCM?.- use32_
bit_ boolworker Is the Windows Function App using a 32-bit worker process?
- vnet_
route_ boolall_ enabled Are all outbound traffic to NAT Gateways, Network Security Groups and User Defined Routes applied?
- websockets_
enabled bool Are Web Sockets enabled?
- windows_
fx_ strversion The Windows FX version.
- worker_
count int The number of Workers for this Windows Function App.
- always
On Boolean Is this Windows Function App Always On?.
- api
Definition StringUrl The URL of the API definition that describes this Windows Function App.
- api
Management StringApi Id The ID of the API Management API for this Windows Function App.
- app
Command StringLine The App command line to launch.
- app
Scale NumberLimit The number of workers this function app can scale out to.
- app
Service List<Property Map>Logs A
app_service_logs
block as defined above.- application
Insights StringConnection String The Connection String for linking the Windows Function App to Application Insights.
- application
Insights StringKey The Instrumentation Key for connecting the Windows Function App to Application Insights.
- application
Stacks List<Property Map> A
application_stack
block as defined above.- cors List<Property Map>
A
cors
block as defined above.- default
Documents List<String> A list of Default Documents for the Windows Web App.
- detailed
Error BooleanLogging Enabled Is detailed error logging enabled?
- elastic
Instance NumberMinimum The number of minimum instances for this Windows Function App.
- ftps
State String State of FTP / FTPS service for this Windows Function App.
- health
Check NumberEviction Time In Min The amount of time in minutes that a node can be unhealthy before being removed from the load balancer.
- health
Check StringPath The path to be checked for this Windows Function App health.
- http2Enabled Boolean
Is the HTTP2 protocol enabled?
- ip
Restrictions List<Property Map> One or more
ip_restriction
blocks as defined above.- load
Balancing StringMode The Site load balancing mode.
- managed
Pipeline StringMode The Managed pipeline mode.
- minimum
Tls StringVersion The minimum version of TLS required for SSL requests.
- pre
Warmed NumberInstance Count The number of pre-warmed instances for this Windows Function App.
- remote
Debugging BooleanEnabled Is Remote Debugging enabled?
- remote
Debugging StringVersion The Remote Debugging Version.
- runtime
Scale BooleanMonitoring Enabled Is Scale Monitoring of the Functions Runtime enabled?
- scm
Ip List<Property Map>Restrictions One or more
scm_ip_restriction
blocks as defined above.- scm
Minimum StringTls Version The minimum version of TLS required for SSL requests to the SCM site.
- scm
Type String The SCM type.
- scm
Use BooleanMain Ip Restriction Is the
ip_restriction
configuration used for the SCM?.- use32Bit
Worker Boolean Is the Windows Function App using a 32-bit worker process?
- vnet
Route BooleanAll Enabled Are all outbound traffic to NAT Gateways, Network Security Groups and User Defined Routes applied?
- websockets
Enabled Boolean Are Web Sockets enabled?
- windows
Fx StringVersion The Windows FX version.
- worker
Count Number The number of Workers for this Windows Function App.
GetWindowsFunctionAppSiteConfigAppServiceLog
- Disk
Quota intMb The amount of disk space to use for logs.
- Retention
Period intDays After how many days backups is deleted.
- Disk
Quota intMb The amount of disk space to use for logs.
- Retention
Period intDays After how many days backups is deleted.
- disk
Quota IntegerMb The amount of disk space to use for logs.
- retention
Period IntegerDays After how many days backups is deleted.
- disk
Quota numberMb The amount of disk space to use for logs.
- retention
Period numberDays After how many days backups is deleted.
- disk_
quota_ intmb The amount of disk space to use for logs.
- retention_
period_ intdays After how many days backups is deleted.
- disk
Quota NumberMb The amount of disk space to use for logs.
- retention
Period NumberDays After how many days backups is deleted.
GetWindowsFunctionAppSiteConfigApplicationStack
- Dotnet
Version string The version of .Net to use.
- Java
Version string The version of Java to use.
- Node
Version string The version of Node to use.
- Powershell
Core stringVersion The version of PowerShell Core to use.
- Use
Custom boolRuntime Is the Windows Function App using a custom runtime?.
- Use
Dotnet boolIsolated Runtime
- Dotnet
Version string The version of .Net to use.
- Java
Version string The version of Java to use.
- Node
Version string The version of Node to use.
- Powershell
Core stringVersion The version of PowerShell Core to use.
- Use
Custom boolRuntime Is the Windows Function App using a custom runtime?.
- Use
Dotnet boolIsolated Runtime
- dotnet
Version String The version of .Net to use.
- java
Version String The version of Java to use.
- node
Version String The version of Node to use.
- powershell
Core StringVersion The version of PowerShell Core to use.
- use
Custom BooleanRuntime Is the Windows Function App using a custom runtime?.
- use
Dotnet BooleanIsolated Runtime
- dotnet
Version string The version of .Net to use.
- java
Version string The version of Java to use.
- node
Version string The version of Node to use.
- powershell
Core stringVersion The version of PowerShell Core to use.
- use
Custom booleanRuntime Is the Windows Function App using a custom runtime?.
- use
Dotnet booleanIsolated Runtime
- dotnet_
version str The version of .Net to use.
- java_
version str The version of Java to use.
- node_
version str The version of Node to use.
- powershell_
core_ strversion The version of PowerShell Core to use.
- use_
custom_ boolruntime Is the Windows Function App using a custom runtime?.
- use_
dotnet_ boolisolated_ runtime
- dotnet
Version String The version of .Net to use.
- java
Version String The version of Java to use.
- node
Version String The version of Node to use.
- powershell
Core StringVersion The version of PowerShell Core to use.
- use
Custom BooleanRuntime Is the Windows Function App using a custom runtime?.
- use
Dotnet BooleanIsolated Runtime
GetWindowsFunctionAppSiteConfigCor
- Allowed
Origins List<string> A list of origins that should be allowed to make cross-origin calls.
- Support
Credentials bool Are credentials allows in CORS requests?.
- Allowed
Origins []string A list of origins that should be allowed to make cross-origin calls.
- Support
Credentials bool Are credentials allows in CORS requests?.
- allowed
Origins List<String> A list of origins that should be allowed to make cross-origin calls.
- support
Credentials Boolean Are credentials allows in CORS requests?.
- allowed
Origins string[] A list of origins that should be allowed to make cross-origin calls.
- support
Credentials boolean Are credentials allows in CORS requests?.
- allowed_
origins Sequence[str] A list of origins that should be allowed to make cross-origin calls.
- support_
credentials bool Are credentials allows in CORS requests?.
- allowed
Origins List<String> A list of origins that should be allowed to make cross-origin calls.
- support
Credentials Boolean Are credentials allows in CORS requests?.
GetWindowsFunctionAppSiteConfigIpRestriction
- Action string
- Headers
List<Get
Windows Function App Site Config Ip Restriction Header> - Ip
Address string - Name string
The name of this Windows Function App.
- Priority int
- Service
Tag string - Virtual
Network stringSubnet Id
- Action string
- Headers
[]Get
Windows Function App Site Config Ip Restriction Header - Ip
Address string - Name string
The name of this Windows Function App.
- Priority int
- Service
Tag string - Virtual
Network stringSubnet Id
- action String
- headers
List<Get
Windows Function App Site Config Ip Restriction Header> - ip
Address String - name String
The name of this Windows Function App.
- priority Integer
- service
Tag String - virtual
Network StringSubnet Id
- action string
- headers
Get
Windows Function App Site Config Ip Restriction Header[] - ip
Address string - name string
The name of this Windows Function App.
- priority number
- service
Tag string - virtual
Network stringSubnet Id
- action str
- headers
Sequence[Get
Windows Function App Site Config Ip Restriction Header] - ip_
address str - name str
The name of this Windows Function App.
- priority int
- service_
tag str - virtual_
network_ strsubnet_ id
- action String
- headers List<Property Map>
- ip
Address String - name String
The name of this Windows Function App.
- priority Number
- service
Tag String - virtual
Network StringSubnet Id
GetWindowsFunctionAppSiteConfigIpRestrictionHeader
- XAzure
Fdids List<string> - XFd
Health List<string>Probes - XForwarded
Fors List<string> - XForwarded
Hosts List<string>
- XAzure
Fdids []string - XFd
Health []stringProbes - XForwarded
Fors []string - XForwarded
Hosts []string
- x
Azure List<String>Fdids - x
Fd List<String>Health Probes - x
Forwarded List<String>Fors - x
Forwarded List<String>Hosts
- x
Azure string[]Fdids - x
Fd string[]Health Probes - x
Forwarded string[]Fors - x
Forwarded string[]Hosts
- x_
azure_ Sequence[str]fdids - x_
fd_ Sequence[str]health_ probes - x_
forwarded_ Sequence[str]fors - x_
forwarded_ Sequence[str]hosts
- x
Azure List<String>Fdids - x
Fd List<String>Health Probes - x
Forwarded List<String>Fors - x
Forwarded List<String>Hosts
GetWindowsFunctionAppSiteConfigScmIpRestriction
- Action string
- Headers
List<Get
Windows Function App Site Config Scm Ip Restriction Header> - Ip
Address string - Name string
The name of this Windows Function App.
- Priority int
- Service
Tag string - Virtual
Network stringSubnet Id
- Action string
- Headers
[]Get
Windows Function App Site Config Scm Ip Restriction Header - Ip
Address string - Name string
The name of this Windows Function App.
- Priority int
- Service
Tag string - Virtual
Network stringSubnet Id
- action String
- headers
List<Get
Windows Function App Site Config Scm Ip Restriction Header> - ip
Address String - name String
The name of this Windows Function App.
- priority Integer
- service
Tag String - virtual
Network StringSubnet Id
- action string
- headers
Get
Windows Function App Site Config Scm Ip Restriction Header[] - ip
Address string - name string
The name of this Windows Function App.
- priority number
- service
Tag string - virtual
Network stringSubnet Id
- action str
- headers
Sequence[Get
Windows Function App Site Config Scm Ip Restriction Header] - ip_
address str - name str
The name of this Windows Function App.
- priority int
- service_
tag str - virtual_
network_ strsubnet_ id
- action String
- headers List<Property Map>
- ip
Address String - name String
The name of this Windows Function App.
- priority Number
- service
Tag String - virtual
Network StringSubnet Id
GetWindowsFunctionAppSiteConfigScmIpRestrictionHeader
- XAzure
Fdids List<string> - XFd
Health List<string>Probes - XForwarded
Fors List<string> - XForwarded
Hosts List<string>
- XAzure
Fdids []string - XFd
Health []stringProbes - XForwarded
Fors []string - XForwarded
Hosts []string
- x
Azure List<String>Fdids - x
Fd List<String>Health Probes - x
Forwarded List<String>Fors - x
Forwarded List<String>Hosts
- x
Azure string[]Fdids - x
Fd string[]Health Probes - x
Forwarded string[]Fors - x
Forwarded string[]Hosts
- x_
azure_ Sequence[str]fdids - x_
fd_ Sequence[str]health_ probes - x_
forwarded_ Sequence[str]fors - x_
forwarded_ Sequence[str]hosts
- x
Azure List<String>Fdids - x
Fd List<String>Health Probes - x
Forwarded List<String>Fors - x
Forwarded List<String>Hosts
GetWindowsFunctionAppSiteCredential
GetWindowsFunctionAppStickySetting
- App
Setting List<string>Names A list of
app_setting
names that the Windows Function App will not swap between Slots when a swap operation is triggered.- Connection
String List<string>Names A list of
connection_string
names that the Windows Function App will not swap between Slots when a swap operation is triggered.
- App
Setting []stringNames A list of
app_setting
names that the Windows Function App will not swap between Slots when a swap operation is triggered.- Connection
String []stringNames A list of
connection_string
names that the Windows Function App will not swap between Slots when a swap operation is triggered.
- app
Setting List<String>Names A list of
app_setting
names that the Windows Function App will not swap between Slots when a swap operation is triggered.- connection
String List<String>Names A list of
connection_string
names that the Windows Function App will not swap between Slots when a swap operation is triggered.
- app
Setting string[]Names A list of
app_setting
names that the Windows Function App will not swap between Slots when a swap operation is triggered.- connection
String string[]Names A list of
connection_string
names that the Windows Function App will not swap between Slots when a swap operation is triggered.
- app_
setting_ Sequence[str]names A list of
app_setting
names that the Windows Function App will not swap between Slots when a swap operation is triggered.- connection_
string_ Sequence[str]names A list of
connection_string
names that the Windows Function App will not swap between Slots when a swap operation is triggered.
- app
Setting List<String>Names A list of
app_setting
names that the Windows Function App will not swap between Slots when a swap operation is triggered.- connection
String List<String>Names A list of
connection_string
names that the Windows Function App will not swap between Slots when a swap operation is triggered.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
azurerm
Terraform Provider.