This is an application for cost optimization of virtual machines on Azure cloud. The application provides recommendations on the most cost-effective options for a given virtual machine based on location, VM size, currency code, and other configurations.
Before running this application, ensure that you have the following:
Node.js installed on your local machine.
Clone this repository to your local machine.
Run npm install to install the required dependencies.
Start the application by running node app.js.
Navigate to http://localhost:3000/ in your browser.
Select your preferred mode and fill in the required information.
Click "Submit" to receive a list of recommendations for cost optimization.
If you would like to contribute to this project, please fork the repository and submit a pull request.