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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free log analytics pricing tier no longer available #13840

Open
felixtsem5 opened this issue Mar 5, 2024 · 5 comments
Open

Free log analytics pricing tier no longer available #13840

felixtsem5 opened this issue Mar 5, 2024 · 5 comments

Comments

@felixtsem5
Copy link
Contributor

azuredeploy.json
main.bicep

Issue Details

Free log analytics pricing tier no longer available.

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

Use one of the values here instead (except Free):
https://learn.microsoft.com/en-us/azure/templates/microsoft.operationalinsights/workspaces?pivots=deployment-language-arm-template#workspacesku-1

Might need to get the Azure Docs fixed as well.

@mrajess
Copy link
Contributor

mrajess commented Mar 6, 2024

I think that property might still be valid.

"Creating new workspaces in, or moving existing workspaces into, the legacy Free Trial pricing tier was possible only until July 1, 2022."

Implies that any workspaces created prior to July 1, 2022, are grandfathered in. There may still be workspaces out there with that property still set. But that's something for the Azure Monitor product group to answer.

@felixtsem5
Copy link
Contributor Author

I tried deploying the above template with the Deploy button and it failed, with an error referencing the website about the free tier. Yes, the value itself can still be valid for existing workspaces, but the template can no longer be used for creating new deployments. I'd assume we want deployable templates in this repo?

@mrajess
Copy link
Contributor

mrajess commented Mar 6, 2024

Ahhh. I see what you're saying. I missed the top links to the specific template you were referring to and focused in on the request to update documentation to remove that property. Yea, that template should be updated to parameterize the SKU for the workspace and to only allow certain values. I can probably do that in a few days, alternatively you could submit a PR too!

@felixtsem5
Copy link
Contributor Author

OK here it is: #13861
With a service widely used, I'd imagine you may have to scan through all the templates and find all the other places that will require the same fix.

@mrajess
Copy link
Contributor

mrajess commented Mar 7, 2024

Awesome, thank you! I did a quick search over the repo for things in the insights directory and only found one other template referencing the free SKU. I'll look to see if there are any references elsewhere and get some PRs in on those at some point. Thanks for bringing this up!

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

No branches or pull requests

2 participants