-
Notifications
You must be signed in to change notification settings - Fork 37
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
Classic Application Insights deprecation #3018
Comments
Added to epic https://github.com/pulumi/home/issues/3552 |
Some important context (from "Migrate a Classic Application Insights resource"):
|
I took a look at the deprecation notice, and it seems to be about how your Insights applications would be migrated to use a Log Analytics backend. A new field was added to associate an app to a workspace. I don't see any API being retired in this case, because the older APIs are said to still be available. @thomas11 do you agree that we could close this? |
Interesting. The two statements from Microsoft conflict, then: the first link says "retired", which normally means shut down. The second link says it will continue to work. At the least we should put a deprecation notice on the classic resources, though, so we can remove them in v4. I'm even tempted to remove them since the actual underlying service is not live anymore (the API redirects to the new one). Slimming down the provider is good for both ease of use and SDK size. @danielrbradley what are your thoughts? |
Can you clarify which resources you're referring to as the "classic resources"? What's the "old" vs "new" ways users are meant to build these resources? |
From https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/app/convert-classic-resource:
So there is a new API. The old API seems to still exist, but with no guarantee for how long. It also says that Insights resources have to be migrated to the new workspace-based model, which can take up to 24h and is irreversible. So it’s really a new backend. |
Open questions:
|
Classic Application Insights is being retired on 2024-02-29. For the next major version, we should make sure to exclude resources that don't exist anymore due to this.
The text was updated successfully, but these errors were encountered: