-
Notifications
You must be signed in to change notification settings - Fork 103
Parameterize diagsettings for appservice #283
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
base: main
Are you sure you want to change the base?
Conversation
picccard
commented
Jun 24, 2024
- allow user to select what logs are included
- less repeated code
|
Would something similar to what you're doing for the App Services deployment also apply to the Function App deployment as well? |
|
Yes, that is true. The reasoning behind this is that the appServicePlan sku P1v3 is quite expensive (when testing / proof-of-consept), and it can not scale down to sku B1 without first removing any "premuim sku dignostic settings". So both diagSettings and sku names is something I would like to choose myself as I'm deploying. |
|
While that is true, I've done extensive testing and the Engine container is extremely resource intensive due to the numerous calculations it performs. Reducing the SKU is highly discouraged because it has a quite negative impact on the performance of the solution. I'm not opposed to this, but perhaps we'll need some documentation explaining that while you CAN lower the SKU, we can only guarantee performance when using SKU's X/Y/Z, for example. I'm trying to avoid numerous GitHub issues related to performance when end users have knowingly chosen a SKU that will impact the performance of the IPAM solution. I hope that makes sense... |