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/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.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
@@ -64,7 +64,7 @@ There are some important best practices to follow for optimal performance of NFS
64
64
- Create Azure NetApp Files volumes using **Standard** network features to enable optimized connectivity from Azure VMware Solution private cloud via ExpressRoute FastPath connectivity.
65
65
- For optimized performance, choose **UltraPerformance** gateway and enable [ExpressRoute FastPath](../expressroute/expressroute-howto-linkvnet-arm.md#configure-expressroute-fastpath) from a private cloud to Azure NetApp Files volumes virtual network. View more detailed information on gateway SKUs at [About ExpressRoute virtual network gateways](../expressroute/expressroute-about-virtual-network-gateways.md).
66
66
- Based on your performance requirements, select the correct service level needed for the Azure NetApp Files capacity pool. For best performance, it's recommended to use the Ultra tier.
67
-
- Create multiple datastores of 4-TB size for better performance. The default limit is 8 but it can be increased up to a maximum of 256 by submitting a support ticket. To submit a support ticket, go to [Create an Azure support request](../azure-portal/supportability/how-to-create-azure-support-request.md).
67
+
- Create multiple datastores of 4-TB size for better performance. The default limit is 64 but it can be increased up to a maximum of 256 by submitting a support ticket. To submit a support ticket, go to [Create an Azure support request](../azure-portal/supportability/how-to-create-azure-support-request.md).
68
68
- Work with your Microsoft representative to ensure that the Azure VMware Solution private cloud and the Azure NetApp Files volumes are deployed within same [Availability Zone](../availability-zones/az-overview.md#availability-zones).
69
69
70
70
## Attach an Azure NetApp Files volume to your private cloud
*[Customer-managed key disk encryption](disk-encryption.md)
42
42
43
-
HDInsight will automatically renew the certificates for the managed identities you use for these scenarios. However, there is a limitation when multiple different managed identities are used for long running clusters, the certificate renewal may not work as expected for all of the managed identities. Due to this limitation, if you are planning to use long running clusters (e.g. more than 60 days), we recommend to use the same managed identity for all of the above scenarios.
43
+
HDInsight will automatically renew the certificates for the managed identities you use for these scenarios. However, there is a limitation when multiple different managed identities are used for long running clusters, the certificate renewal may not work as expected for all of the managed identities. Due to this limitation, we recommend to use the same managed identity for all of the above scenarios.
44
44
45
45
If you have already created a long running cluster with multiple different managed identities and are running into one of these issues:
46
46
* In ESP clusters, cluster services starts failing or scale up and other operations start failing with authentications errors.
Copy file name to clipboardExpand all lines: articles/hdinsight/kafka/kafka-mirrormaker-2-0-guide.md
+31-31Lines changed: 31 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ The summary of the broker setup process is as follows:
42
42
43
43
**MirrorCheckpointConnector:**
44
44
45
-
1. Consumes offset-syncsr.
46
-
1. Emits checkpoints to enable failover points.
45
+
1. Consumes offset-syncsr.
46
+
1. Emits checkpoints to enable failover points.
47
47
48
48
**MirrorHeartBeatConnector:**
49
49
@@ -53,47 +53,48 @@ The summary of the broker setup process is as follows:
53
53
54
54
1. Connect-mirror-maker.sh script bundled with the Kafka library implements a distributed MM2 cluster, which manages the Connect workers internally based on a config file. Internally MirrorMaker driver creates and handles pairs of each connector – MirrorSourceConnector, MirrorSinkConnector, MirrorCheckpoint connector and MirrorHeartbeatConnector.
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/enable-partitions-premium.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
@@ -23,7 +23,7 @@ Service Bus partitions enable queues and topics, or messaging entities, to be pa
23
23
> Some limitations may be encountered during public preview, which will be resolved before going into GA.
24
24
> - It is currently not possible to use JMS on partitioned entities.
25
25
> - Metrics are currently only available on an aggregated namespace level, not for individual partitions.
26
-
> - This feature is rolling out during Ignite 2022, and will initially be available in East US and South Central US, with more regions following later.
26
+
> - This feature is rolling out during Ignite 2022, and will initially be available in East US and North Europe, with more regions following later.
27
27
28
28
## Use Azure portal
29
29
When creating a **namespace** in the Azure portal, set the **Partitioning** to **Enabled** and choose the number of partitions, as shown in the following image.
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-dead-letter-queues.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,10 @@ If you enable dead-lettering on filter evaluation exceptions, any errors that oc
53
53
## Application-level dead-lettering
54
54
In addition to the system-provided dead-lettering features, applications can use the DLQ to explicitly reject unacceptable messages. They can include messages that can't be properly processed because of any sort of system issue, messages that hold malformed payloads, or messages that fail authentication when some message-level security scheme is used.
55
55
56
+
This can be done by calling [QueueClient.DeadLetterAsync(Guid lockToken, string deadLetterReason, string deadLetterErrorDescription) method](/dotnet/api/microsoft.servicebus.messaging.queueclient.deadletterasync#microsoft-servicebus-messaging-queueclient-deadletterasync(system-guid-system-string-system-string)).
57
+
58
+
It is recommended to include the type of the exception in the DeadLetterReason and the StackTrace of the exception in the DeadLetterDescription as this makes it easier to troubleshoot the cause of the problem resulting in messages being dead-lettered. Be aware that this may result in some messages exceeding [the 256KB quota limit for the Standard Tier of Azure Service Bus](/azure/service-bus-messaging/service-bus-quotas), further indicating that the Premium Tier is what should be used for production environments.
59
+
56
60
## Dead-lettering in ForwardTo or SendVia scenarios
57
61
Messages will be sent to the transfer dead-letter queue under the following conditions:
0 commit comments