Azure / terraform-azurerm-avm-ptn-alz-management

AVM Terraform Pattern Module for ALZ Management.
https://registry.terraform.io/modules/Azure/avm-ptn-alz-management/azurerm/latest
MIT License
5 stars 4 forks source link

Unnecesary charges #71

Open bisskar opened 5 days ago

bisskar commented 5 days ago

Sugestion regarding "Complete" example, deploying LAW with reservation capacity cost $474.72/day as soon as you ingest any log. For an example for less aware people or someone who just want to learn it leads to unnecessary charges, I think good idea would be to comment/comment it out or change to PerGB2018.

log_analytics_workspace_sku = "CapacityReservation" log_analytics_workspace_reservation_capacity_in_gb_per_day = 200 to: log_analytics_workspace_daily_quota_gb = null log_analytics_workspace_sku = "PerGB2018"

microsoft-github-policy-service[bot] commented 5 hours ago

[!WARNING] Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly.

[!TIP]

  • To prevent further actions to take effect, the "Status: Response Overdue 🚩" label must be removed, once this issue has been responded to.
  • To avoid this rule being (re)triggered, the ""Needs: Triage :mag:" label must be removed as part of the triage process (when the issue is first responded to)!