Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Missing Parameters in Function App result in failed execution #2096

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Especially
Copy link

PR Checklist


Description

There is currently configurations missing for IP Restriction rules that exist for the SCM IP Restriction Rules, as a result we see an error that gets thrown via Terraform and an apply cannot be done.

2025-02-14T15:45:13.5562971Z Error: expanding `site_config` for Function App "APP" (Resource Group "rg"): one of `ip_address`, `service_tag` or `virtual_network_subnet_id` must be set for an IP restriction
2025-02-14T15:45:13.5563279Z 
2025-02-14T15:45:13.5563615Z   with module.caf.module.function_apps["APP"].azurerm_function_app.function_app,
2025-02-14T15:45:13.5564133Z   on .terraform/modules/caf/modules/webapps/function_app/module.tf line 12, in resource "azurerm_function_app" "function_app":
2025-02-14T15:45:13.5564754Z   12: resource "azurerm_function_app" "function_app" {

Does this introduce a breaking change

  • YES
  • NO

Testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant