Skip to content

Commit 9e7dfc7

Browse files
authored
Merge pull request #290782 from MicrosoftDocs/main
11/20 11:00 AM IST Publish
2 parents e983fc6 + 3cb1917 commit 9e7dfc7

27 files changed

+286
-125
lines changed

articles/azure-cache-for-redis/TOC.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@
159159
href: managed-redis/managed-redis-how-to-import-export-data.md
160160
- name: Configure disk encryption
161161
href: managed-redis/managed-redis-how-to-encryption.md
162-
- name: Reboot
163-
href: managed-redis/managed-redis-administration.md#reboot
164-
- name: Update channel and schedule updates
165-
href: managed-redis/managed-redis-administration.md#update-channel-and-schedule-updates
166162
- name: Configure redis-cli access
167163
href: managed-redis/managed-redis-how-to-redis-cli-tool.md
168164
- name: Management FAQs
@@ -488,4 +484,4 @@
488484
- name: Build your skills with Microsoft Learn training
489485
href: /training/browse/?products=azure-redis-cache
490486
- name: Azure Roadmap
491-
href: https://azure.microsoft.com/roadmap/?category=databases
487+
href: https://azure.microsoft.com/roadmap/?category=databases

articles/azure-maps/power-bi-visual-add-reference-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Optionally, select the **Use custom colors** toggle switch to toggle On/Off cust
177177
178178
#### Semantic model
179179
180-
| Datapoint | Country | City | Office name |
180+
| Datapoint | Country/region | City | Office name |
181181
|-------------|---------|----------|-------------|
182182
| Datapoint_1 | US | New York | Office C |
183183
| Datapoint_1 | US | Seattle | Office A |

articles/backup/blob-backup-support-matrix.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support matrix for Azure Blobs backup
33
description: Provides a summary of support settings and limitations when backing up Azure Blobs.
44
ms.topic: reference
5-
ms.date: 11/11/2024
5+
ms.date: 11/20/2024
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -41,7 +41,6 @@ Operational backup of blobs uses blob point-in-time restore, blob versioning, so
4141
- Operational backup supports block blobs in standard general-purpose v2 storage accounts only. Storage accounts with hierarchical namespace enabled (that is, ADLS Gen2 accounts) aren't supported. <br><br> Also, any page blobs, append blobs, and premium blobs in your storage account won't be restored and only block blobs will be restored.
4242

4343
- Blob backup is also supported when the storage account has private endpoints.
44-
- The backup operation isn't supported for blobs that are uploaded by using [Data Lake Storage APIs](/rest/api/storageservices/data-lake-storage-gen2).
4544

4645
**Other limitations**:
4746

@@ -64,7 +63,7 @@ Operational backup of blobs uses blob point-in-time restore, blob versioning, so
6463
- Currently, you can perform only *one backup* per day (that includes scheduled and on-demand backups). Backup fails if you attempt to perform more than one backup operation a day.
6564
- If you stop protection (vaulted backup) on a storage account, it doesn't delete the object replication policy created on the storage account. In these scenarios, you need to manually delete the *OR policies*.
6665
- Cool and archived blobs are currently not supported.
67-
66+
- The backup operation isn't supported for blobs that are uploaded by using [Data Lake Storage APIs](/rest/api/storageservices/data-lake-storage-gen2).
6867

6968
---
7069
## Next steps

articles/communication-services/concepts/chat/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Azure Communication Services supports three levels of user access control, using
4040
### Chat Data
4141
Azure Communication Services stores chat threads according to the [data retention policy](/purview/create-retention-policies) in effect when the thread is created. You can update the retention policy if needed during the retention time period you set. After you delete a chat thread (by policy or by a Delete API request), it can't be retrieved.
4242

43-
[!INCLUDE [public-preview-notice.md](../../includes/public-preview-include-document.md)]
43+
[!INCLUDE [chat-retention-policy.md](../../includes/chat-retention-policy.md)]
4444

4545
You can choose between indefinite thread retention, automatic deletion between 30 and 90 days via the retention policy on the [Create Chat Thread API](/rest/api/communication/chat/chat/create-chat-thread), or immediate deletion using the APIs [Delete Chat Message](/rest/api/communication/chat/chat-thread/delete-chat-message) or [Delete Chat Thread](/rest/api/communication/chat/chat/delete-chat-thread).
4646

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: kperla97
3+
ms.service: azure-communication-services
4+
ms.topic: include
5+
ms.date: 11/19/2024
6+
ms.author: kaperla
7+
---
8+
> [!IMPORTANT]
9+
> The data retention policy described in this section is currently in public preview.
10+
> This preview version of the service is provided without a service-level agreement, and we don't recommend it for production workloads.
11+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

articles/confidential-computing/confidential-vm-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Pricing depends on your confidential VM size. For more information, see the [Pri
118118

119119
Confidential VMs *don't support*:
120120

121-
- Azure Batch
122121
- Azure Backup
123122
- Azure Site Recovery
124123
- Limited Azure Compute Gallery support

articles/container-apps/dapr-component-resiliency.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: container-apps
66
author: hhunter-ms
77
ms.service: azure-container-apps
88
ms.topic: conceptual
9-
ms.date: 08/02/2024
9+
ms.date: 11/19/2024
1010
ms.author: hannahhunter
1111
ms.custom: ignite-fall-2023, ignite-2023, devx-track-azurecli
1212
# Customer Intent: As a developer, I'd like to learn how to make my container apps resilient using Azure Container Apps.
@@ -340,7 +340,11 @@ Click **Run** to run the query and view the result with the log message indicati
340340

341341
:::image type="content" source="media/dapr-component-resiliency/dapr-resiliency-query-results-loading.png" alt-text="Screenshot showing resiliency query results based on provided query example for checking if resiliency policy has loaded.":::
342342

343-
Or, you can find the actual resiliency policy by enabling debugging on your component and using a query similar to the following example:
343+
Or, you can find the actual resiliency policy by enabling debug logs on your container app and querying to see if a resiliency resource is loaded.
344+
345+
:::image type="content" source="media/dapr-component-resiliency/dapr-debug-logs.png" alt-text="Screenshot demonstrating how to enable debug logs on your container app via the portal.":::
346+
347+
Once debug logs are enabled, use a query similar to the following:
344348

345349
```
346350
ContainerAppConsoleLogs_CL
110 KB
Loading

articles/container-apps/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: overview
8-
ms.date: 11/14/2023
8+
ms.date: 11/19/2024
99
ms.author: cshoe
1010
ms.custom: build-2023
1111
---
@@ -75,7 +75,7 @@ With Azure Container Apps, you can:
7575

7676
## Introductory video
7777

78-
> [!VIDEO https://www.youtube.com/embed/b3dopSTnSRg]
78+
> [!VIDEO https://www.youtube.com/embed/OxmVds31qL8]
7979
8080
### Next steps
8181

0 commit comments

Comments
 (0)