Skip to content

Commit 4b0aa78

Browse files
committed
punctuation
1 parent 36f8dd6 commit 4b0aa78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/time-series-insights/time-series-insights-update-storage-ingress.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Below is the list of supported data types.
5454
|---|---|
5555
| **bool** | A data type having one of two states: `true` or `false`. |
5656
| **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. |
5858
| **string** | Text values, comprised of Unicode characters. |
5959

6060
#### Objects and arrays
@@ -111,7 +111,7 @@ When planning your Time Series Insights environment, it's important to consider
111111

112112
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.
113113

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)
115115

116116
> [!NOTE]
117117
> 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
134134

135135
We recommend the following:
136136

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.
139139

140140
> [!IMPORTANT]
141141
> 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
151151

152152
### Data storage
153153

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:
155155

156156
* An Azure Time Series Insights Preview environment that can be configured for warm storage.
157157
* 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
178178

179179
### Your storage account
180180

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.
182182

183183
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.
184184

0 commit comments

Comments
 (0)