Skip to content

Commit f5e7aa2

Browse files
Merge pull request #308988 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-03 12:00 UTC
2 parents 1c62221 + d38e981 commit f5e7aa2

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

articles/azure-functions/functions-bindings-azure-sql-trigger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Changes are processed in the order that their changes were made, with the oldest
4343
2. Changes are "batched" together for a row. If multiple changes are made to a row between each iteration of the loop then only a single change entry exists for that row which will show the difference between the last processed state and the current state
4444
3. If changes are made to a set of rows, and then another set of changes are made to half of those same rows, then the half of the rows that weren't changed a second time are processed first. This processing logic is due to the above note with the changes being batched - the trigger will only see the "last" change made and use that for the order it processes them in
4545

46+
> [!NOTE]
47+
> Azure SQL change tracking can detect row-level changes in tables that use encryption technologies such as Always Encrypted or Transparent Data Encryption (TDE). However, the Azure SQL trigger doesn’t decrypt or expose encrypted column values in the change payload. The trigger can detect that a change occurred but can’t access the decrypted data for those columns.
48+
4649
For more information on change tracking and how it's used by applications such as Azure SQL triggers, see [work with change tracking](/sql/relational-databases/track-changes/work-with-change-tracking-sql-server) .
4750

4851
[!INCLUDE [functions-sql-database-authentication-note](../../includes/functions-sql-database-authentication-note.md)]

articles/backup/backup-azure-private-endpoints-configure-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage private endpoints (with v2 experience) for Azure
33
description: This article explains how to configure and manage private endpoints for Azure Backup.
44
ms.topic: how-to
55
ms.service: azure-backup
6-
ms.date: 09/09/2025
6+
ms.date: 12/03/2025
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
99
# Customer intent: As a cloud administrator, I want to configure private endpoints for Azure Backup, so that I can enhance the security of backup and restore operations within my Virtual Network.
@@ -143,7 +143,7 @@ Once the private endpoints created for the vault in your VNet have been approved
143143
>Ensure that you've completed all the steps mentioned above in the document successfully before proceeding. To recap, you must have completed the steps in the following checklist:
144144
>
145145
>1. Created a (new) Recovery Services vault.
146-
>2. Enabled the vault to use system assigned Managed Identity.
146+
>2. [Enabled the vault to use system assigned Managed Identity](encryption-at-rest-with-cmk.md?tabs=portal#enable-a-system-assigned-managed-identity-for-the-vault).
147147
>3. Created a Private Endpoint for your vault.
148148
>4. Approved the Private Endpoint (if not auto approved).
149149
>5. Ensured all DNS records are appropriately added (except blob and queue records for custom servers, which will be discussed in the following sections).

articles/backup/manage-monitor-sql-database-backup.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage and monitor SQL Server DBs on an Azure VM
33
description: This article describes how to manage and monitor SQL Server databases that are running on an Azure VM.
44
ms.topic: how-to
5-
ms.date: 08/05/2025
5+
ms.date: 12/03/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -54,16 +54,11 @@ To monitor database backup alerts, follow these steps:
5454

5555
## Stop protection for a SQL Server database
5656

57-
You can stop backing up a SQL Server database in a couple of ways:
57+
Azure Backup provides the following options to stop protection of a SQL Server database:
5858

59-
- Stop all future backup jobs, and delete all recovery points.
60-
- Stop all future backup jobs, and leave the recovery points intact.
61-
62-
If you choose to leave recovery points, keep these details in mind:
63-
64-
- All recovery points will remain intact forever, and all pruning will stop at stop protection with retain data.
65-
- You'll be charged for the protected instance and the consumed storage. For more information, see [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/).
66-
- If you delete a data source without stopping backups, new backups will fail. Old recovery points will expire according to the policy, but the most recent recovery point will always be kept until you stop the backups and delete the data.
59+
- **Stop protection and retain backup data (Retain forever)**: Stops all future backup jobs from protecting a SQL Server database and retains the existing backup data in the Recovery Services vault forever. This retention incurs a storage fee as per [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/). If needed, you can use the backup data to restore the SQL Server database and use the **Resume backup** option to resume protection.
60+
- **Stop protection and retain backup data (Retain as per policy)**: Stops all future backup jobs from protecting a SQL Server database and retains the existing backup data in the Recovery Services vault as per policy. However, the latest recovery point is retained forever. This retention incurs a storage fee as per [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/). If needed, you can use the backup data to restore the SQL Server database and use the **Resume backup** option to resume protection.
61+
- **Stop protection and delete backup data**: Stops future backup jobs for a SQL Server database and deletes all backup data. You can't restore the SQL Server database or use the **Resume backup** option.
6762

6863
To stop protection for a database:
6964

articles/container-apps/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ items:
5555
href: environment.md
5656
- name: Containers
5757
href: containers.md
58+
- name: Functions
59+
href: functions-overview.md
5860
- name: Revisions
5961
href: revisions.md
6062
- name: Application lifecycle management
@@ -81,6 +83,8 @@ items:
8183
href: tutorial-deploy-from-code.md
8284
- name: Update a container app deployed from code
8385
href: tutorial-update-from-code.md
86+
- name: Create a functions app deployed from code
87+
href: functions-container-apps.md
8488
- name: Connect to apps & services
8589
items:
8690
- name: Communicate between multiple apps
@@ -139,6 +143,8 @@ items:
139143
items:
140144
- name: With a job
141145
href: tutorial-event-driven-jobs.md
146+
- name: With Azure Functions
147+
href: functions-unified-platform.md
142148
- name: Workflow
143149
href: workflows-overview.md
144150
- name: Troubleshooting

0 commit comments

Comments
 (0)