Skip to content

Releases: equinor/terraform-azurerm-function-app

v5.1.0

26 Nov 09:50
797ce22
Compare
Choose a tag to compare

5.1.0 (2024-11-26)

Features

v5.0.2

26 Aug 07:53
e1bf536
Compare
Choose a tag to compare

5.0.2 (2024-08-26)

Documentation

v5.0.1

23 Aug 09:21
e0a623a
Compare
Choose a tag to compare

5.0.1 (2024-08-23)

Miscellaneous Chores

  • update variable and output descriptions (#72) (24ae031)

v5.0.0

22 Aug 08:39
6b96455
Compare
Choose a tag to compare

5.0.0 (2024-08-22)

⚠ BREAKING CHANGES

  • remove variable application_insights_key. To migrate your project, use variable application_insights_connection_string instead.
  • public network access denied by default. To keep public network access allowed by default, set the value of variables ip_restriction_default_action and scm_ip_restriction_default_action to "Allow".
  • changes to app settings will no longer be ignored. To migrate your project, configure app settings for your Function App using the new app_settings variable. Consider using App Configuration and Key Vault references to continue managing settings outside of Terraform.
  • remove variables storage_account_name, storage_account_key and system_assigned_identity_enabled. Add required variable storage_account_id.

Features

  • configure app settings (#68) (9f6408c)
  • connect to Storage using RBAC (#65) (1d97892)
  • deny public network access by default (#69) (bce2065)
  • remove deprecated App Insights instrumentation key (#71) (43e401f)

v4.1.0

21 Mar 10:47
71ab74e
Compare
Choose a tag to compare

4.1.0 (2024-03-21)

Features

  • use 32-bit worker worker process (#58) (90afbe0)

v4.0.0

19 Mar 10:42
6794adc
Compare
Choose a tag to compare

4.0.0 (2024-03-19)

⚠ BREAKING CHANGES

  • split variable application_stack object properties into variables application_stack_dotnet_version, application_stack_use_dotnet_isolated_runtime, application_stack_java_version, application_stack_node_version, application_stack_python_version and application_stack_powershell_core_version. Option to set application stack use_custom_runtime has been removed.

Features

  • split application stack properties into variables (#56) (ca18c23)

v3.6.0

27 Feb 14:07
f4377ae
Compare
Choose a tag to compare

3.6.0 (2024-02-22)

Features

  • variable for diagnostic setting metric (#53) (809263b)

v3.5.2

20 Dec 07:52
812e8e4
Compare
Choose a tag to compare

3.5.2 (2023-12-20)

Bug Fixes

  • remove diagnostic setting retention policies (#48) (f612009)

v3.5.1

27 Sep 12:27
d73e34c
Compare
Choose a tag to compare

3.5.1 (2023-09-27)

Bug Fixes

  • user-assigned identities not being assigned (#38) (81466d8), closes #37

v3.5.0

25 Sep 06:44
028ec26
Compare
Choose a tag to compare

3.5.0 (2023-09-25)

Features

  • auto assign Key Vault reference identity ID (#34) (a3ec8a7)