diff --git a/helpers/aws/api.js b/helpers/aws/api.js index ef197d3b92..d6ecd57c61 100644 --- a/helpers/aws/api.js +++ b/helpers/aws/api.js @@ -2690,7 +2690,7 @@ var postcalls = [ reliesOnCall: 'listFunctions', filterKey: 'FunctionName', filterValue: 'FunctionName', - rateLimit: 100, // it's not documented but experimentially 10/second works. + rateLimit: 100, // it's not documented but experimental 10/second works. }, getFunction: { reliesOnService: 'lambda', diff --git a/plugins/azure/advisor/checkAdvisorRecommendations.js b/plugins/azure/advisor/checkAdvisorRecommendations.js index 242fd116cd..87424ccfc4 100644 --- a/plugins/azure/advisor/checkAdvisorRecommendations.js +++ b/plugins/azure/advisor/checkAdvisorRecommendations.js @@ -8,7 +8,7 @@ module.exports = { severity: 'Medium', description: 'Ensure that all Microsoft Azure Advisor recommendations found are implemented to optimize your cloud deployments, increase security, and reduce costs.', more_info: 'Advisor service analyzes your Azure cloud configurations and resource usage telemetry to provide personalized and actionable recommendations that can help you optimize your cloud resources for security, reliability and high availability, operational excellence, performance efficiency, and cost.', - recommended_action: 'Implement all Microsoft Azurer Adivsor recommendations.', + recommended_action: 'Implement all Microsoft Azurer Advisor recommendations.', link: 'https://learn.microsoft.com/en-us/azure/advisor/advisor-get-started', apis: ['advisor:recommendationsList'],