Skip to content

Commit b53af39

Browse files
authored
Merge pull request #288245 from MicrosoftDocs/main
10/11/2024 AM Publish
2 parents f4a5cdd + 59f5817 commit b53af39

File tree

49 files changed

+1997
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1997
-155
lines changed

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ After a rewrite, two sets of AOF files exist in storage. Rewrites occur in the b
355355

356356
### Will having firewall exceptions on the storage account affect persistence?
357357

358-
Using managed identity adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to carry out. If you aren't using managed identity and instead authorizing to a storage account using a key, then having firewall exceptions on the storage account tends to break the persistence process. This only applies to persistence in the Premium tier.
358+
Yes. Using [firewall settings on the storage account](../storage/common/storage-network-security.md) can prevent the persistence feature from working. You can see if there are errors in persisting data by viewing the [Errors metric](monitor-cache-reference.md#azure-cache-for-redis-metrics). This metric will indicate if the cache is unable to persist data due to firewall restrictions on the storage account or other problems.
359+
360+
In order to use data persistence with a storage account that has a firewall set up, use [managed identity based authentication](cache-managed-identity.md) to connect to storage. Using managed identity adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to carry out. If you aren't using managed identity and instead authorizing to a storage account using a key, then having firewall exceptions on the storage account tends to break the persistence process. This only applies to persistence in the Premium tier.
359361

360362
### Can I have AOF persistence enabled if I have more than one replica?
361363

Loading
Loading

articles/azure-large-instances/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Large Instances FAQ
33
titleSuffix: Azure Large Instances
44
description: Provides resolutions for common issues that arise in working with Azure Large Instances for the Epic workload.
5-
ms.topic: conceptual
5+
ms.topic: faq
66
author: jjaygbay1
77
ms.author: jacobjaygbay
88
ms.custom: references_regions

articles/azure-large-instances/work-with-azure-large-instances-in-azure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Work with Azure Large Instances in the Azure portal
33
titleSuffix: Azure Large Instances
44
description: Shows how to what you can do in the Azure portal with Azure Large Instances.
5-
ms.topic: conceptual
5+
ms.topic: how-to
66
author: jjaygbay1
77
ms.title: Work with Azure Large Instances in the Azure portal
88
ms.author: jacobjaygbay
@@ -249,4 +249,4 @@ You can submit support requests specifically for Azure Large Instances.
249249
Support response depends on the support plan chosen by the customer.
250250
For more information, see [Support scope and responsiveness](https://azure.microsoft.com/support/plans/response/).
251251

252-
252+

articles/azure-resource-manager/bicep/operator-safe-dereference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ A safe-dereference operator applies a member access, `.?<property>`, or element
1919

2020
- If `a` evaluates to `null`, the result of `a.?x` or `a[?x]` is `null`.
2121
- If `a` is an object that doesn't have an `x` property, then `a.?x` is `null`.
22+
- If `a` is an object that doesn't have an element at index `x`, then `a[?x]` is `null`
2223
- If `a` is an array whose length is less than or equal to `x`, then `a[?x]` is `null`.
2324
- If `a` is non-null and has a property named `x`, the result of `a.?x` is the same as the result of `a.x`.
2425
- If `a` is non-null and has an element at index `x`, the result of `a[?x]` is the same as the result of `a[x]`

articles/baremetal-infrastructure/workloads/nc2-on-azure/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FAQ
33
author: jjaygbay1
44
ms.author: jacobjaygbay
55
description: Questions frequently asked about NC2 on Azure
6-
ms.topic: conceptual
6+
ms.topic: faq
77
ms.subservice: baremetal-nutanix
88
ms.custom: engagement-fy23
99
ms.date: 08/15/2024

articles/baremetal-infrastructure/workloads/nc2-on-azure/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting started
33
author: jjaygbay1
44
ms.author: jacobjaygbay
55
description: Learn how to sign up, set up, and use Nutanix Cloud Clusters on Azure.
6-
ms.topic: conceptual
6+
ms.topic: get-started
77
ms.subservice: baremetal-nutanix
88
ms.custom: engagement-fy23
99
ms.date: 8/15/2024

articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.subservice: advanced-messaging
1616

1717
Azure Communication Services enables you to send and receive WhatsApp messages using the Azure Communication Services Messaging SDK. You can use this SDK to engage in conversations with customers for product inquiry and customer service scenarios. You can also use it to send messages such as appointment reminders, shipping updates, two-factor authentication, and other notification scenarios.
1818

19-
[!INCLUDE [Survey Request](../../../includes/survey-request.md)]
19+
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
2020

2121
## Advanced Messaging for WhatsApp features
2222

articles/communication-services/concepts/email/email-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure Communication Services email enables rich collaboration in communication m
2222

2323
With Azure Communication Services, you can speed up your market entry with scalable and reliable email features by using your own SMTP domains. As with other communication channels, when you use Azure Communication Services to send email, you pay for only what you use.
2424

25-
[!INCLUDE [Survey Request](../../includes/survey-request.md)]
25+
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
2626

2727
## Key principles
2828

0 commit comments

Comments
 (0)