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
For limits specific to Media Services v2 (legacy), see [Media Services v2 (legacy)](https://docs.microsoft.com/azure/media-services/previous/media-services-quotas-and-limitations)
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql-api-nodejs-application.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Now let's learn to create a basic Hello World Node.js project using the Express
79
79
npm start
80
80
```
81
81
82
-
1. You can view your new application by navigating your browser to [http://localhost:3000](http://localhost:3000).
82
+
1. You can view your new application by navigating your browser to `http://localhost:3000`.
83
83
84
84

85
85
@@ -355,7 +355,7 @@ Now that you have completed the initial setup and configuration, next you will w
355
355
356
356
## <aname="_Toc395783181"></a>Build a user interface
357
357
358
-
Now let’s build the user interface so that a user can interact with the application. The Express application we created in the previous sections uses **Jade** as the view engine.
358
+
Now let's build the user interface so that a user can interact with the application. The Express application we created in the previous sections uses **Jade** as the view engine.
359
359
360
360
1. The **layout.jade** file in the **views** directory is used as a global template for other **.jade** files. In this step you will modify it to use Twitter Bootstrap, which is a toolkit used to design a website.
Copy file name to clipboardExpand all lines: articles/cost-management-billing/costs/cost-analysis-common-uses.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Viewing costs by an Azure service can help you to better understand the parts of
21
21
1. Select **Cost by service** and then group by **Service tier**.
22
22
1. Change the view to **Table**.
23
23
24
-

24
+
[](./media/cost-analysis-common-uses/breakdown-by-service.png#lightbox)
25
25
26
26
## View cost breakdown by Azure resource
27
27
@@ -31,18 +31,18 @@ Your services are built with Azure resources. Reviewing costs based on resources
31
31
1. Select **Cost by resource**.
32
32
1. Change the view to **Table**.
33
33
34
-

34
+
[](./media/cost-analysis-common-uses/cost-by-resource.png#lightbox)
35
35
36
36
## View cost breakdown by selected dimensions
37
37
38
38
Dimensions allow you to organize your costs based on various metadata values shown in your charges. For example, you could group your costs by location.
39
39
40
40
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
41
41
1. Select the **Group by** filter.
42
-

42
+
[](./media/cost-analysis-common-uses/group-by.png#lightbox)
43
43
1. Optionally, you save the view for later use.
44
44
1. Click a pie chart below the graph to view more detailed data.
45
-

45
+
[](./media/cost-analysis-common-uses/drill-down.png#lightbox)
46
46
47
47
## View costs per day or by month
48
48
@@ -51,7 +51,19 @@ Looking at daily and monthly costs can help you to better understand if there's
51
51
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
52
52
1. Set the **Granularity** to **Monthly** or **Daily**.
53
53
54
-

54
+
[](./media/cost-analysis-common-uses/daily-granularity.png#lightbox)
55
+
56
+
57
+
## View your Spot VM charges
58
+
59
+
Spot VMs can provide large cost savings for workloads that can handle interruptions. Workloads are run on unused Azure capacity. Since they can be evicted at any time, Spot VMs get a significant discount. Use the following steps to view your Spot VM charges.
60
+
61
+
1. In the Azure portal, navigate to cost analysis for your scope. For example, **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
62
+
2. Add a filter for **Pricing Model: Spot**.
63
+
64
+

65
+
66
+
The Pricing Model dimension is also used to view on demand and reservation charges.
55
67
56
68
## View your reservation charges
57
69
@@ -69,17 +81,6 @@ Each metric affects how data is shown for your reservation charges.
69
81
70
82
**Amortized cost** - Shows a reservation purchase split as an amortized cost over the duration of the reservation term. Using the same example above, cost analysis shows a $100 cost for each month throughout the year, if you purchased a one-year reservation for $1200 in January. If you group costs by VM in this example, you'd see cost attributed to each VM that received the reservation benefit.
71
83
72
-
## View your Spot VM charges
73
-
74
-
Spot VMs can provide large cost savings for workloads that can handle interruptions. Workloads are run on unused Azure capacity. Since they can be evicted at any time, Spot VMs get a significant discount. Use the following steps to view your Spot VM charges.
75
-
76
-
1. In the Azure portal, navigate to cost analysis for your scope. For example, **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
77
-
2. Add a filter for **Pricing Model: Spot**.
78
-
79
-

80
-
81
-
The Pricing Model dimension is also used to view on demand and reservation charges.
82
-
83
84
## View your reservation utilization
84
85
85
86
After you buy a reservation, it's important to track its utilization so that you get what you paid for. For example, if you bought 10 VMs for a year and only use five of them, then essentially half of the purchase is wasted. There are two different ways to assess your utilization:
@@ -97,7 +98,7 @@ To identify how much cost is currently being wasted each month for your reservat
97
98
1. Group charges by **Charge Type**.
98
99
1. Review the results for `unusedreservation` values.
@@ -112,15 +113,15 @@ Support for tags applies to usage reported *after* the tag was applied to the re
112
113
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
113
114
1. Select **Group by** for your tag.
114
115
115
-

116
+
[](./media/cost-analysis-common-uses/tag.png#lightbox)
116
117
117
118
## Download your usage details
118
119
119
120
Your usage details report file, in CSV format, provides a breakdown of all the charges that accrued towards an invoice. You can use the report to compare it to, and better understand, your invoice. Each billed charge on your invoice corresponds to broken-down charges in the usage report.
120
121
121
122
1. In the Azure portal, navigate to the **Usage and Charges** tab for a billing account or subscription. For example: **Cost Management + Billing** > **Billing** > **Usage + charges**.
122
123
1. Select the line item to download from and then click the download symbol.
123
-

124
+
[](./media/cost-analysis-common-uses/download1.png#lightbox)
124
125
1. Select the usage file to download.
125
126

126
127
@@ -133,9 +134,9 @@ Costs are only shown for your active enrollment. If you transferred an enrollmen
133
134
134
135
1. In the Azure portal, navigate to **Cost Management + Billing** > **Overview**.
135
136
1. Click **Breakdown** for the current month and view your monetary commitment burn down.
1. Click the **Usage and Charges** tab and view the prior month's breakdown in the chosen timespan.
138
-

139
+
[](./media/cost-analysis-common-uses/breakdown2.png#lightbox)
139
140
140
141
## View enrollment monthly cost by term
141
142
@@ -147,7 +148,7 @@ Use a graphical view of your enrollment's monthly costs to understand the cost t
147
148
148
149
You can group by and filter your data for a more detailed analysis.
149
150
150
-

151
+
[](./media/cost-analysis-common-uses/enrollment-term1.png#lightbox)
151
152
152
153
## View EA enrollment accumulated costs
153
154
@@ -156,7 +157,7 @@ View the net accumulated charges over time to understand overall expenditures fo
156
157
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
157
158
1. Select your enrollment and then view your current accumulated costs.
Copy file name to clipboardExpand all lines: articles/cost-management-billing/manage/review-service-usage-api.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Review Azure service resource usage with REST API
3
3
description: Learn how to use Azure REST APIs to review Azure service resource usage.
4
4
author: lleonard-msft
5
5
ms.service: cost-management-billing
6
-
ms.topic: article
7
-
ms.date: 02/12/2020
6
+
ms.topic: reference
7
+
ms.date: 03/31/2020
8
8
ms.author: banders
9
9
10
10
# As an administrator or developer, I want to use REST APIs to review resource and service usage data under my control.
@@ -30,7 +30,9 @@ Content-Type: application/json
30
30
Authorization: Bearer
31
31
```
32
32
33
-
The `{subscriptionGuid}` parameter is required and should contain a subscription ID that can be read using the credentials provided in the API token. The `{reportName}`
33
+
The `{subscriptionGuid}` parameter is required and should contain a subscription ID that can be read using the credentials provided in the API token.
34
+
35
+
The `{reportName}` parameter specifies the name of the report. To get a list of report names, you can use the Reports_List operation to get a list: `/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reports`. View example output on [GitHub](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/examples/ReportList.json).
Copy file name to clipboardExpand all lines: articles/event-hubs/authenticate-shared-access-signature.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This article covers authenticating the access to Event Hubs resources using SAS.
29
29
30
30
31
31
## Configuring for SAS authentication
32
-
You can configure the EventHubs shared access authorization rule on an Event Hubs namespace, or an entity (event hub instance or Kafka Topic in an Event Hubs for Kafka enabled namespace). Configuring a shared access authorization rule on a consumer group is currently not supported, but you can use rules configured on a namespace or entity to secure access to consumer group.
32
+
You can configure the EventHubs shared access authorization rule on an Event Hubs namespace, or an entity (event hub instance or Kafka Topic in an event hub). Configuring a shared access authorization rule on a consumer group is currently not supported, but you can use rules configured on a namespace or entity to secure access to consumer group.
33
33
34
34
The following image shows how the authorization rules apply on sample entities.
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-kafka-akka-streams-tutorial.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Using Akka Streams for Apache Kafka - Azure Event Hubs| Microsoft Docs
3
-
description: This article provides information on how to connect Akka Streams to an Apache Kafka enabled Azure event hub.
3
+
description: This article provides information on how to connect Akka Streams to an Azure event hub.
4
4
services: event-hubs
5
5
documentationcenter: ''
6
6
author: ShubhaVijayasarathy
@@ -46,7 +46,7 @@ To complete this tutorial, make sure you have the following prerequisites:
46
46
47
47
## Create an Event Hubs namespace
48
48
49
-
An Event Hubs namespace is required to send or receive from any Event Hubs service. See [Create Kafka Enabled Event Hubs](event-hubs-create.md) for information about getting an Event Hubs Kafka endpoint. Make sure to copy the Event Hubs connection string for later use.
49
+
An Event Hubs namespace is required to send or receive from any Event Hubs service. See [Create an event hub](event-hubs-create.md) for detailed information. Make sure to copy the Event Hubs connection string for later use.
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-kafka-connect-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To complete this walkthrough, make sure you have the following prerequisites:
40
40
- Read through the [Event Hubs for Apache Kafka](https://docs.microsoft.com/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview) introduction article
41
41
42
42
## Create an Event Hubs namespace
43
-
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating a Kafka enabled Event Hub](event-hubs-create.md) for instructions on getting an Event Hubs Kafka endpoint. Get the Event Hubs connection string and fully qualified domain name (FQDN) for later use. For instructions, see [Get an Event Hubs connection string](event-hubs-get-connection-string.md).
43
+
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating an event hub](event-hubs-create.md) for instructions to create a namespace and an event hub. Get the Event Hubs connection string and fully qualified domain name (FQDN) for later use. For instructions, see [Get an Event Hubs connection string](event-hubs-get-connection-string.md).
44
44
45
45
## Clone the example project
46
46
Clone the Azure Event Hubs repository and navigate to the tutorials/connect subfolder:
0 commit comments