--- title: Azure Advisor SDK for JavaScript description: Reference for Azure Advisor SDK for JavaScript ms.date: 04/30/2026 ms.topic: reference ms.devlang: javascript ms.service: advisor --- # Azure Advisor modules for JavaScript ## Overview Azure Advisor is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. Advisor analyzes your resource configuration and usage telemetry and then recommends solutions that can help you improve the cost effectiveness, performance, high availability, and security of your Azure resources. With Advisor, you can: - Get proactive, actionable, and personalized best practices recommendations. - Improve the performance, security, and high availability of your resources, as you identify opportunities to reduce your overall Azure spend. - Get recommendations with proposed actions inline. ## Management package ### Install the npm module Install the Azure Advisor npm module ```bash npm install @azure/arm-advisor ``` ## Samples * Examples for using this module in Node.js as well as browser applications can be found in the [README for the module](https://www.npmjs.com/package/@azure/arm-advisor) * For more code samples that use various Azure packages, explore the [Node.JS samples](https://docs.microsoft.com/samples/browse/?languages=nodejs).