-
Notifications
You must be signed in to change notification settings - Fork 21.9k
Revise billing subscription check instructions #127567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This "Renewal" page shows which billing subscription will be used when the reservation is renewed. It is explained by this message "Replace this reservation with a new reservation purchase" . Therefore, it may differ from the billing subscription currently being used for the reservation. For example, suppose a reservation was initially purchased by Subscription_A with a shared scope, and later its scope was changed to Subscription_B. In this case, the "Renewal" page shows Subscription_B as the billing subscription. However, in this example, the actual billing subscription is still Subscription_A. To find out which billing subscription is being used, you need to check which subscription the reservation is being charged for by checking the reservation transaction or ACM.
|
@yikeura700 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 9203564:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/cost-management-billing/reservations/manage-reserved-vm-instance.md | Details |
articles/cost-management-billing/reservations/manage-reserved-vm-instance.md
- Line 90, Column 122: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/view-purchase-refunds' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 90, Column 122: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/view-purchase-refunds' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
| 5. Select **Replace this reservation with a new reservation purchase** | ||
|
|
||
| This will show you the billing subscription of current reservation along with other details. You can update the details like scope, billing subscription, quantity, term, and billing frequency for the new reservation which will be purchased automatically upon expiry of current reservation. | ||
| To check the billing subscription for an Azure reservation, please confirm which Azure subscription is being charged for [an Azure reservation purchase cost](https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/view-purchase-refunds). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To check the billing subscription for an Azure reservation, please confirm which Azure subscription is being charged for [an Azure reservation purchase cost](https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/view-purchase-refunds). | |
| To check the billing subscription for an Azure reservation, please confirm which Azure subscription is being charged for [an Azure reservation purchase cost](/azure/cost-management-billing/reservations/view-purchase-refunds). |
|
@pri-mittal - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR revises the instructions for checking a billing subscription for an Azure Reservation. The update clarifies that the billing subscription shown on the Renewal page may differ from the actual billing subscription, especially when the reservation scope has been changed after purchase.
Key changes:
- Removes the step-by-step navigation instructions to check billing subscription via the Renewal page
- Replaces instructions with a direct reference to check the actual charged subscription via reservation purchase costs
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| 5. Select **Replace this reservation with a new reservation purchase** | ||
|
|
||
| This will show you the billing subscription of current reservation along with other details. You can update the details like scope, billing subscription, quantity, term, and billing frequency for the new reservation which will be purchased automatically upon expiry of current reservation. | ||
| To check the billing subscription for an Azure reservation, please confirm which Azure subscription is being charged for [an Azure reservation purchase cost](https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/view-purchase-refunds). |
Copilot
AI
Oct 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The sentence structure is unclear. Consider revising to: 'To check the billing subscription for an Azure reservation, confirm which Azure subscription is being charged by reviewing the reservation purchase costs.' The phrase 'confirm which Azure subscription is being charged for an Azure reservation purchase cost' is grammatically awkward.
| To check the billing subscription for an Azure reservation, please confirm which Azure subscription is being charged for [an Azure reservation purchase cost](https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/view-purchase-refunds). | |
| To check the billing subscription for an Azure reservation, confirm which Azure subscription is being charged by reviewing the [reservation purchase costs](https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/view-purchase-refunds). |
|
Can you review this old PR and determine whether it needs to be closed or merged? @MicrosoftDocs/public-repo-pr-review-team |
This "Renewal" page shows which billing subscription will be used when the reservation is renewed. It is explained by this message "Replace this reservation with a new reservation purchase" . Therefore, it may differ from the billing subscription currently being used for the reservation.
For example, suppose a reservation was initially purchased by Subscription_A with a shared scope, and later its scope was changed to Subscription_B. In this case, the "Renewal" page shows Subscription_B as the billing subscription. However, in this example, the actual billing subscription is still Subscription_A.
To find out which billing subscription is being used, you need to check which subscription the reservation is being charged for by checking the reservation transaction or ACM.