DEV Community

yaswanthteja
yaswanthteja

Posted on

Estimate workload cost by using the Pricing calculator With azure

you'll use the Pricing calculator to estimate the cost of running a basic web application on Azure.

With an understanding of the more important cost factors associated with running on Azure, Tailwind Traders wants to take a typical workload and estimate how much it would cost each month to run it on Azure.

The IT Manager at Tailwind Traders is faced with the decision about whether to replace some aging on-premises hardware or move the application to Azure. The company needs to know how much the ongoing monthly cost of the solution in Azure would be.

Let's start by defining which Azure services you need.

** Note**

The Pricing calculator is for information purposes only. The prices are only an estimate, and you won't be charged for any services you select.

Define your requirements

Before you run the Pricing calculator, you first need a sense of what Azure services you need.

You've met with the application development team to discuss their migration project. In their datacenter, the team has an ASP.NET web application that runs on Windows. The web application provides information about product inventory and pricing. They have two virtual machines that are connected through a central load balancer. The web application connects to a SQL Server database that holds inventory and pricing information.

The team decides to:

  • Use Azure Virtual Machines instances, similar to the virtual machines they use in the datacenter
  • Use Azure Application Gateway for load balancing
  • Use Azure SQL Database to hold inventory and pricing information

Here's a diagram that shows the basic configuration:

Image description

In practice, you would define your requirements in greater detail. But here are some basic facts and requirements that came up during the meeting:

  • Tailwind Traders employees use the application at their retail stores. It's not accessible to customers.
  • This application doesn't require a massive amount of computing power.
  • The virtual machines and the database run all the time (730 hours per month).
  • The network processes about 1 TB of data per month.
  • The database doesn't need to be configured for high-performance workloads and requires no more than 32 GB of storage.

Explore the Pricing calculator

Let's start with a quick tour of the Pricing calculator.

1.Go to the Pricing calculator.

  1. Notice the following tabs:

Image description

  • Products

This is where you can choose the Azure services that you want to include in your estimate. You'll likely spend most of your time here.

  • Example Scenarios

Here you'll find several reference architectures, or common cloud-based solutions that you can use as a starting point.

  • Saved Estimates

Here you'll find your previously saved estimates.

Estimate your solution

Here you'll add each Azure service that you need to the calculator. Then you configure each service to fit your needs.

** Tip**

Make sure you have a clean calculator with nothing listed in the estimate. You can reset the estimate by selecting the trash can icon next to each item.

Add services to the estimate

On the Products tab, select the service from each of these categories:

Image description

Configure services to match your requirements

  1. Under Virtual Machines, set these values:

Image description
Leave the remaining settings at their current values.

2.Under** Azure SQL Database**, set these values:

Image description

Leave the remaining settings at their current values.

  1. Under Application Gateway, set these values:

Image description

Leave the remaining settings at their current values.

Review, share, and save your estimate

At the bottom of the page, you'll see the total estimated cost of running the solution. You can change the currency type if you want.

Image description

At this point, you have a few options:

  • Select Export to save your estimate as an Excel document
  • Select Save or Save as to save your estimate to the Saved Estimates tab for later
  • Select Share to generate a URL so you can share the estimate with your team

You now have a cost estimate that you can share with your team. You can make adjustments as you discover any changes to your requirements.

Experiment with some of the options you worked with here, or create a purchase plan for a workload you want to run on Azure.

Top comments (0)