You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-docker-container-workloads.md
+26-22Lines changed: 26 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,9 @@
2
2
title: Container workloads
3
3
description: Learn how to run and scale apps from container images on Azure Batch. Create a pool of compute nodes that support running container tasks.
4
4
ms.topic: article
5
-
ms.date: 03/02/2020
5
+
ms.date: 05/20/2020
6
6
ms.custom: seodec18
7
-
8
7
---
9
-
10
8
# Run container applications on Azure Batch
11
9
12
10
Azure Batch lets you run and scale large numbers of batch computing jobs on Azure. Batch tasks can run directly on virtual machines (nodes) in a Batch pool, but you can also set up a Batch pool to run tasks in Docker-compatible containers on the nodes. This article shows you how to create a pool of compute nodes that support running container tasks, and then run container tasks on the pool.
The following C# example assumes that you want to prefetch a TensorFlow image from [Docker Hub](https://hub.docker.com). This example includes a start task that runs in the VM host on the pool nodes. You might run a start task in the host, for example, to mount a file server that can be accessed from the containers.
* Also see the [Batch Shipyard](https://github.com/Azure/batch-shipyard) toolkit for easy deployment of container workloads on Azure Batch through [Shipyard recipes](https://github.com/Azure/batch-shipyard/tree/master/recipes).
Copy file name to clipboardExpand all lines: articles/cost-management-billing/manage/switch-azure-offer.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.reviewer: amberb
6
6
tags: billing,top-support-issue
7
7
ms.service: cost-management-billing
8
8
ms.topic: conceptual
9
-
ms.date: 02/13/2020
9
+
ms.date: 05/14/2020
10
10
ms.author: banders
11
11
---
12
12
@@ -40,16 +40,16 @@ You can switch from an individual subscription with pay-as-you-go rates to:
40
40
41
41
1. Sign in at [Azure Account Center](https://account.windowsazure.com/Subscriptions).
42
42
1. Select your individual subscription with pay-as-you-go rates.
43
-
1. Click **Switch to another offer**. The option is only available if you have a individual subscription with pay-as-you-go rates and have completed your first billing period.
43
+
1. Click **Switch to another offer**. The option is only available if you have an individual subscription with pay-as-you-go rates and have completed your first billing period.
44
44
45
45

46
46
1.**Select the offer you want** from the list of offers your subscription can be switched to. This list varies based on the memberships that your account is associated with. If nothing is available, check the [list of available offers you can switch to](#whats-supported) and make sure you have the right memberships.
47
47
48
48

49
-
1. Depending on the offer you’re switching to, you may see a note about the impact of switching. Go through this list carefully and follow the instructions before you proceed.
49
+
1. Depending on the offer you’re switching to, you may see a note about the impact of switching. Go through the list carefully and follow the instructions before you continue.
50
50
51
51

52
-
1. You can rename your subscription. By default, it is set to the new offer name. Click **Switch Offer** to complete the process.
52
+
1. You can rename your subscription. By default, it isn't set to the new offer name. Click **Switch Offer** to complete the process.
53
53
54
54

55
55
1. Success! Your subscription is now switched to the new offer.
@@ -91,11 +91,11 @@ When you switch offers, any [limit or quota increases above the default limit](.
91
91
92
92
#### Billing
93
93
94
-
On the day you switch, an invoice is generated for all outstanding charges. Then, your subscription is billed per the new offer’s pricing terms. Your subscription billing anniversary changes to the date on which you changed offers. Usage and billing data before the offer change is not retained, so we recommend that you download a copy before switching.
94
+
On the day you switch, an invoice is generated for all outstanding charges. Then, your subscription is billed per the new offer’s pricing terms. Your subscription billing anniversary changes to the date on which you changed offers. Usage and billing data before the offer change isn't kept, so we recommend that you download a copy before switching.
95
95
96
96
### Can I migrate from a subscription with pay-as-you-go rates to Cloud Solution Provider (CSP) or Enterprise Agreement (EA)?
97
97
98
-
* To migrate to CSP, see [Azure Pay-As-You-Go Subscription Migration to CSP](https://docs.microsoft.com/azure/cloud-solution-provider/migration/migration-from-payg-to-csp).
98
+
* To migrate to CSP, see [Transfer Azure subscriptions between subscribers and CSPs](transfer-subscriptions-subscribers-csp.md).
99
99
* To migrate to EA, have your Enrollment Admin add your account into the EA. Follow instructions in the invitation email to have your subscriptions moved under EA enrollment. To learn more, see [Associate an Existing Account](https://ea.azure.com/helpdocs/associateExistingAccount) in the EA portal.
100
100
101
101
### Can I migrate data and services to a new subscription?
description: Learn how to view Azure Reservation costs for chargeback.
4
+
author: yashesvi
5
+
ms.service: cost-management-billing
6
+
ms.topic: conceptual
7
+
ms.date: 05/14/2020
8
+
ms.author: banders
9
+
---
10
+
11
+
# Charge back Azure Reservation costs
12
+
13
+
Enterprise Agreement and Microsoft Customer Agreement billing readers can view amortized cost data for reservations. They can use the cost data to charge back the monetary value for a subscription, resource group, resource, or a tag to their partners. In amortized data, the effective price is the prorated hourly reservation cost. The cost is the total cost of reservation usage by the resource on that day.
14
+
15
+
Users with an individual subscription can get the amortized cost data from their usage file. When a resource gets a reservation discount, the *AdditionalInfo* section in the usage file contains the reservation details. For more information, see [Download usage from the Azure portal](https://docs.microsoft.com/azure/cost-management-billing/understand/download-azure-daily-usage#download-usage-from-the-azure-portal-csv).
16
+
17
+
## Get reservation charge back data for chargeback
18
+
19
+
1. Sign in to the [Azure portal](https://portal.azure.com).
20
+
1. Navigate to **Cost Management + Billing**.
21
+
1. Under **Actual Cost**, select the **Amortized Cost** metric.
22
+
1. To see which resources were used by a reservation, apply a filter for **Reservation** and then select reservations.
23
+
1. Set the **Granularity** to **Monthly** or **Daily**.
24
+
1. Set the chart type to **Table**.
25
+
1. Set the **Group by** option to **Resource**.
26
+
27
+
[](./media/charge-back-usage/amortized-reservation-costs.png#lightbox)
28
+
29
+
Here's a video showing how to view reservation utilization costs in the Azure portal.
If you have questions or need help, [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
36
+
37
+
## Next steps
38
+
39
+
- To learn how to manage a reservation, see [Manage Azure Reservations](manage-reserved-vm-instance.md).
40
+
- To learn more about Azure Reservations, see the following articles:
41
+
-[What are Azure Reservations?](save-compute-costs-reservations.md)
42
+
-[Manage Reservations in Azure](manage-reserved-vm-instance.md)
title: View Azure Reservation purchase and refund transactions
3
+
description: Learn how view Azure Reservation purchase and refund transactions.
4
+
author: yashesvi
5
+
ms.service: cost-management-billing
6
+
ms.topic: conceptual
7
+
ms.date: 05/14/2020
8
+
ms.author: banders
9
+
---
10
+
11
+
# View reservation purchase and refund transactions
12
+
13
+
There are a few different ways to view reservation purchase and refund transactions. You can use the Azure portal, Power BI, and REST APIs.
14
+
15
+
## View reservation transactions in the Azure portal
16
+
17
+
An Enterprise enrollment or Microsoft Customer Agreement billing administrator can view reservation transactions in Cost Management and Billing.
18
+
19
+
1. Sign in to the [Azure portal](https://portal.azure.com).
20
+
1. Search for **Cost Management + Billing**.
21
+
1. Select **Reservation transactions**.
22
+
1. To filter the results, select **Timespan**, **Type**, or **Description**.
23
+
1. Select **Apply**.
24
+
25
+
[](./media/view-purchase-refunds/azure-portal-reservation-transactions.png#lightbox)
26
+
27
+
## View reservation transactions in Power BI
28
+
29
+
An Enterprise enrollment or Microsoft Customer Agreement billing administrator can view reservation transactions with the Cost Management Power BI app.
30
+
31
+
1. Get the [Cost Management Power BI App](https://appsource.microsoft.com/product/power-bi/costmanagement.azurecostmanagementapp).
To learn more, see [Azure Cost Management Power BI App for Enterprise Agreements](https://docs.microsoft.com/azure/cost-management-billing/costs/analyze-cost-data-azure-cost-management-power-bi-template-app).
37
+
38
+
## Use APIs to get reservation transactions
39
+
40
+
Enterprise Agreement (EA) and Microsoft Customer Agreement users can get reservation transactions data using [Reservation Transactions - List API](https://docs.microsoft.com/rest/api/consumption/reservationtransactions/list).
41
+
42
+
## Need help? Contact us.
43
+
44
+
If you have questions or need help, [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
45
+
46
+
## Next steps
47
+
48
+
- To learn how to manage a reservation, see [Manage Azure Reservations](manage-reserved-vm-instance.md).
49
+
- To learn more about Azure Reservations, see the following articles:
50
+
-[What are Azure Reservations?](save-compute-costs-reservations.md)
51
+
-[Manage Reservations in Azure](manage-reserved-vm-instance.md)
0 commit comments