functionAppId

val functionAppId: Output<String>

The ID of a Linux or Windows Function App to connect to the Static Web App as a Backend. Changing this forces a new resource to be created.

Note: Only one Function App can be connected to a Static Web App. Multiple Function Apps are not currently supported. Note: Connecting a Function App resource to a Static Web App resource updates the Function App to use AuthV2 and configures the azure_static_web_app_v2 which may need to be accounted for by the use of ignore_changes depending on the existing auth_settings_v2 configuration of the target Function App.