Skip to content

Commit 737304d

Browse files
authored
Merge pull request #173751 from v-jrushing/az_vm_pricing
changed date to create new pull
2 parents 79e4865 + 7c4a545 commit 737304d

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

articles/marketplace/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@
149149
href: azure-app-marketing.md
150150
- name: Metered billing
151151
href: marketplace-metering-service-apis.md
152+
- name: Configure prices for usage based monthly billing
153+
href: azure-vm-pricing.md
152154
- name: Handling review feedback
153155
href: azure-app-review-feedback.md
154156
- name: Application APIs
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Configuring prices for monthly billing in Azure Marketplace
3+
description: Learn how to Configuring prices for VM.
4+
ms.service: marketplace
5+
ms.subservice: partnercenter-marketplace-publisher
6+
ms.topic: how-to
7+
author: iqshah
8+
ms.author: iqshah
9+
ms.date: 09/28/2021
10+
---
11+
12+
# Configure prices for usage-based monthly billing
13+
14+
The Usage-based monthly billing plan will charge the customer for their hourly use and is billed monthly. This is our "Pay as you go" plan, where customers are only billed for the hours that they've used.
15+
When you select this plan, choose one of the following pricing options:
16+
17+
- **Free** – Your VM offer is free.
18+
- **Flat rate (recommended)** – Your VM offer is the same price regardless of the hardware it runs on.
19+
- **Per core** – Your VM offer pricing is per CPU core count (you give us the price for one CPU core and we’ll increment the pricing based on the size of the hardware).
20+
- **Per core size** – Assign prices based on the number of CPU cores on the hardware it's deployed on.
21+
- **Per market and core size** – Assign prices based on the number of CPU cores on the hardware it's deployed on and also for all markets (currency conversion is done by you the publisher, this option is easier if you use the import pricing feature).
22+
23+
Some things to consider when selecting a pricing option:
24+
25+
- In the first four options, Microsoft does the currency conversion.
26+
- Microsoft suggests using a flat rate pricing for software solutions.
27+
- Prices are fixed, so once published they cannot be adjusted. However, if you would like to reduce prices for your VM offers you can open a [support ticket](/azure/marketplace/support).
28+
29+
## New offering pricing
30+
31+
Microsoft Azure is regularly adding new VM infrastructure. Occasionally we add a machine that has a CPU count that wasn't offered before. Microsoft determines the price for the new core size based on previous pricing and adds them as suggested prices.
32+
33+
Publishers receive an email when the price is set for new core sizes and will have some time to review and make adjustments as needed. After the deadline passes microsoft publishes the prices for the newly added core sizes.
34+
35+
If the publisher chose Free, Flat or Per core size, then the publisher has already provided the necessary details on how to price the offer for new core sizes and no further action is needed. However, if the publisher previously selected the Per core size, or Per market and core size, then they would need to contact Microsoft with their updated pricing information.
36+
37+
## Next steps
38+
39+
- If you have any questions, open a ticket with [support](/azure/marketplace/support).

0 commit comments

Comments
 (0)