github Azure/ALZ-Bicep v0.8.1

latest releases: v0.19.4, v0.19.3, v0.19.2...
2 years ago

Please note this is still a public preview so the code base is likely to change based on issues, bugs, etc. reported to this repository.

Breaking Changes

  • In PR #239 we added a parameter called parLogAnalyticsWorkspaceSkuName to the logging module and defaulted it to PerGB2018
    • Previously this was not a parameter and its value was hardcoded to PerNode

This however is not a "breaking change" as such as any existing workspaces deployed will just have its pricing tier updated to PerGB2018. But you can set the value for the parameter parLogAnalyticsWorkspaceSkuName to PerNode if you wish to keep it as-is, however we advise to update to the PerGB2018 model as the PerNode is a legacy SKU.

See here for more info Azure Monitor Logs pricing details & Change pricing tier for Log Analytics workspace

This is actually what it should have been from the start so good catch @olljanat with your PR. 👍

What's Changed

  • Add microsoft.com exclusion and increase timeout for Markdown Link Checker by @jtracey93 in #235
  • Add v1.x.x Q&A to FAQ by @jtracey93 in #238
  • logging: parametrize workspace sku and resource specific tags by @olljanat in #239

Full Changelog: v0.8.0...v0.8.1

Don't miss a new ALZ-Bicep release

NewReleases is sending notifications on new releases.