Skip to content

Commit f8bb801

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into dns-new
2 parents 6c9100e + 46c1a14 commit f8bb801

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

articles/azure-maps/map-show-traffic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ There are two different traffic controls that can be added to the map. The first
5959
The following code shows how to add the traffic controls to the map.
6060

6161
```JavaScript
62-
//Att the traffic control toogle button to the top right corner of the map.
62+
//Att the traffic control toggle button to the top right corner of the map.
6363
map.controls.add(new atlas.control.TrafficControl(), { position: 'top-right' });
6464

6565
//Att the traffic legend control to the bottom left corner of the map.

articles/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Attach Azure NetApp Files datastores to Azure VMware Solution hosts
33
description: Learn how to create Azure NetApp Files-based NFS datastores for Azure VMware Solution hosts.
44
ms.topic: how-to
55
ms.service: azure-vmware
6-
ms.date: 12/13/2024
6+
ms.date: 01/29/2025
77
ms.custom: "references_regions, engagement-fy23"
88
---
99

@@ -98,6 +98,26 @@ There are some important best practices to follow for optimal performance of NFS
9898

9999
For performance benchmarks that Azure NetApp Files datastores deliver for VMs on Azure VMware Solution, see [Azure NetApp Files datastore performance benchmarks for Azure VMware Solution](../azure-netapp-files/performance-benchmarks-azure-vmware-solution.md).
100100

101+
102+
### Considerations for Azure NetApp Files storage with cool access
103+
104+
When choosing to use [Azure NetApp Files storage with cool access](../azure-netapp-files/cool-access-introduction.md) on datastores for AVS, consider the performance characteristics of your workloads. Cool access is best suited for applications and workloads that primarily involve sequential I/O operations or tolerate varying read latency. Workloads with high random I/O and latency sensitivity should avoid using cool access due to an increase in latency when reading data from the cool tier.
105+
106+
Also consider adjusting cool access settings for the workload to fit the expected access patterns. For more information, see [Performance considerations for Azure NetApp Files storage with cool access](../azure-netapp-files/performance-considerations-cool-access.md).
107+
108+
**Use cases where cool access is a good fit:**
109+
110+
- Virtual machine templates and ISO files
111+
- VMDKs with home directories (if not using Azure NetApp Files directly for this purpose)
112+
- VMDKs with content repositories
113+
- VMDKs with application data
114+
- VMDKs with archive and application-level backup data
115+
116+
**Use cases to not use cool access:**
117+
118+
- VMDKs containing production database files with high random I/O and latency sensitivity
119+
- VMDKs with operating system boot disks
120+
101121
## Attach an Azure NetApp Files volume to your private cloud
102122

103123
### [Portal](#tab/azure-portal)

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: dobett
66
ms.topic: troubleshooting-known-issue
77
ms.custom:
88
- ignite-2023
9-
ms.date: 01/07/2025
9+
ms.date: 01/28/2025
1010
---
1111

1212
# Known issues: Azure IoT Operations
@@ -112,3 +112,5 @@ kubectl delete pod aio-opc-opc.tcp-1-f95d76c54-w9v9c -n azure-iot-operations
112112
- When connecting multiple IoT Operations instances to the same Event Grid MQTT namespace, connection failures may occur due to client ID conflicts. Client IDs are currently derived from dataflow resource names, and when using Infrastructure as Code (IaC) patterns for deployment, the generated client IDs may be identical. As a temporary workaround, add randomness to the dataflow names in your deployment templates.
113113

114114
- When network connection is disrupted, Dataflows may encounter errors sending messages due to a mismatched producer ID. If you experience this issue, restart your Dataflows pods.
115+
116+
- When using control characters in Kafka headers, you might encounter disconnections. Control characters in Kafka headers such as `0x01`, `0x02`, `0x03`, `0x04` are UTF-8 compliant but the IoT Operations MQTT broker rejects them. This issue happens during the data flow process when Kafka headers are converted to MQTT properties using a UTF-8 parser. Packets with control characters might be treated as invalid and rejected by the broker and lead to data flow failures.

0 commit comments

Comments
 (0)