Added
- AZ-479: Added a variable to enable the choice a TLS version for the function storage account (Default version is set to TLS1_2)
- AZ-479: Added output for all possibles IPs of the function app
Fixed
- AZ-465: Fix CORS block in
site_config
Added
- AZ-424: Add Service Tags (AzureRM 2.42+)
Added
- AZ-374: Allow disabling application insight deployment.
- AZ-423: Use connection string for Application Insights integration
Changed
- AZ-245: Assign a "SystemAssigned" identity by default
Fixed
- AZ-420: Fix
linux_fx_version
not used with serverless functionapps
Fixed
- AZ-415: Perpetual changes due to
WEBSITE_CONTENTSHARE
andWEBSITE_CONTENTAZUREFILECONNECTIONSTRING
app settings.
Breaking
- AZ-368: Force HTTPS
Added
- AZ-347: Add
application_insight_custom_name
andfunction_app_custom_name
variables - AZ-364: Add network rules parameters
- AZ-366: Add diagnostics logs.
Fixed
- AZ-349: Fix Docker images versions for v3 function apps
Changed
- AZ-350: Upgrade Docker images from DockerHub to Official Microsoft Docker images repository
- AZ-367: Adding
site_config
variable to adjust its values
Breaking
- AZ-198: Upgrade to AzureRM >= v2.0
Added
- AZ-242: Allow to manage MSI on the app function
Added
- AZ-201: Allow to use function app v3
Breaking
- AZ-238: Remove
create_storage_account_resource
andcreate_application_insights_resource
variables. Now resources are created ifstorage_account_connection_string
isnull
andapplication_insights_instrumentation_key
isnull
.
Added
- AZ-169: Storage Account - allow to configure account_kind (default to StorageV2), enable_https_traffic_only (default to false) and enable_advanced_threat_protection (default to false)
Fixed
- AZ-118: Documentation update for public release
Breaking
- AZ-94: Upgrade module to terraform 0.12 / HCL2
Added
- AZ-78: Windows support
Added
- AZ-47: First release