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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_log_analytics_workspace "Free" SKU is no longer a valid choice #26410

Open
1 task done
The-Real-Justin opened this issue Jun 20, 2024 · 2 comments 路 May be fixed by #26477
Open
1 task done

azurerm_log_analytics_workspace "Free" SKU is no longer a valid choice #26410

The-Real-Justin opened this issue Jun 20, 2024 · 2 comments 路 May be fixed by #26477

Comments

@The-Real-Justin
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Terraform Version

1.8.5

AzureRM Provider Version

3.108.0

Affected Resource(s)/Data Source(s)

azurerm_log_analytics_workspace

Terraform Configuration Files

resource "azurerm_log_analytics_workspace" "example" {
  name                = "law-example-aks-test"
  location            = azurerm_resource_group.example.location
  resource_group_name = azurerm_resource_group.example.name
  sku                 = "Free"
  retention_in_days   = 7
}

Debug Output/Panic Output

Error: performing CreateOrUpdate: unexpected status 400 (400 Bad Request) with error: InvalidParameter: Workspaces cannot be created or updated to free, standard or premium tiers. see 'https://docs.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#free-trial-pricing-tier'. Operation Id: 'c479d5008ead9743b2b368256f78740f'

Expected Behaviour

No response

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

https://learn.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#free-trial-pricing-tier

@Chambras
Copy link
Contributor

Hi @The-Real-Justin Based on the article Access to the legacy Free Trial pricing tier was limited on July 1, 2022. Pricing information for the Standalone and Per Node pricing tiers is available here.
So, I think this behavior is normal.

@The-Real-Justin
Copy link
Author

correct. After July 1, 2022, the free tier is no longer available.

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