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/time-series-insights/time-series-insights-update-storage-ingress.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
@@ -54,7 +54,7 @@ Below is the list of supported data types.
54
54
|---|---|
55
55
|**bool**| A data type having one of two states: `true` or `false`. |
56
56
|**dateTime**| Represents an instant in time, typically expressed as a date and time of day. Expressed in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |
57
-
|**double**| A double-precision 64-bit [IEEE 754](https://ieeexplore.ieee.org/document/8766229) floating point |
57
+
|**double**| A double-precision 64-bit [IEEE 754](https://ieeexplore.ieee.org/document/8766229) floating point.|
58
58
|**string**| Text values, comprised of Unicode characters. |
59
59
60
60
#### Objects and arrays
@@ -111,7 +111,7 @@ When planning your Time Series Insights environment, it's important to consider
111
111
112
112
A *partition* is an ordered sequence of events held in a hub. The partition count is set during the hub creation phase and cannot be changed.
113
113
114
-
For Event Hubs partitioning best practices, review [How many partitions do I need?](../event-hubs/event-hubs-faq#how-many-partitions-do-i-need).
114
+
For Event Hubs partitioning best practices, review [How many partitions do I need?](../event-hubs/event-hubs-faq#how-many-partitions-do-i-need)
115
115
116
116
> [!NOTE]
117
117
> Most IoT Hubs used with Azure Time Series Insights only need four partitions.
@@ -134,8 +134,8 @@ When messages from multiple devices are forwarded to the hub using the same gate
134
134
135
135
We recommend the following:
136
136
137
-
* Calculate your per environment and per partition ingestion rate before deploying your solution
138
-
* Ensure that your IoT Hub devices (and thus partitions) are load-balanced to the furthest extend possible
137
+
* Calculate your per environment and per partition ingestion rate before deploying your solution.
138
+
* Ensure that your IoT Hub devices (and thus partitions) are load-balanced to the furthest extend possible.
139
139
140
140
> [!IMPORTANT]
141
141
> For environments using IoT Hub as an event source, calculate the ingestion rate using the number of hub devices in use to be sure that the rate falls below the 0.5 MBps per partition limitation in preview.
@@ -151,7 +151,7 @@ Refer to the following resources to learn more about optimizing hub throughput a
151
151
152
152
### Data storage
153
153
154
-
When you create a Time Series Insights Preview pay-as-you-go SKU environment, you create two Azure resources:
154
+
When you create a Time Series Insights Preview *pay-as-you-go* (PAYG) SKU environment, you create two Azure resources:
155
155
156
156
* An Azure Time Series Insights Preview environment that can be configured for warm storage.
157
157
* An Azure Storage general-purpose V1 blob account for cold data storage.
@@ -178,7 +178,7 @@ For a thorough description of Azure Blob storage, read the [Storage blobs introd
178
178
179
179
### Your storage account
180
180
181
-
When you create an Azure Time Series Insights Preview *pay-as-you-go* (PAYG) environment, an Azure Storage general-purpose V1 blob account is created as your long-term cold store.
181
+
When you create an Azure Time Series Insights Preview PAYG environment, an Azure Storage general-purpose V1 blob account is created as your long-term cold store.
182
182
183
183
Azure Time Series Insights Preview publishes up to two copies of each event in your Azure Storage account. The initial copy has events ordered by ingestion time. That event order is **always preserved** so other services can access your events without sequencing issues.
0 commit comments