Azure Retail Prices Viewer The Azure Retail Prices Viewer is a web application that fetches and displays real-time pricing information from the Azure Retail API. The app allows users to filter Azure services, SKUs, and currency types to retrieve and view the corresponding retail prices directly from Azure's pricing database.
Features: Service Filtering: Allows users to filter prices based on Azure service name. SKU Filtering: Users can filter by SKU to get precise pricing details. Currency Code Support: Supports filtering prices by the desired currency code (e.g., USD, EUR). Real-time Data: Retrieves up-to-date pricing data from the official Azure Retail Prices API. Tech Stack: Frontend: (Your frontend technology, e.g., React, if applicable) Backend: Node.js (Express.js) for the server-side logic API Integration: Azure Retail API for fetching pricing data Environment: JavaScript, Node.js, Express, Fetch API
Getting Started: 1.Clone the repository: git clone https://github.com/your-username/azure-retail-prices-viewer.git
2.Install the necessary dependencies: npm install npm install express node-fetch
3.Start the server: npm start
API Documentation: This app uses the Azure Retail Prices API to fetch the latest pricing data for Azure services. The API provides detailed information including service name, SKU, and price in multiple currencies.
Contributing: Feel free to open issues or submit pull requests for any improvements or bug fixes. Contributions are welcome!