Skip to content

Commit abea79b

Browse files
Merge pull request #294576 from MicrosoftDocs/main
2/13/2025 11:00 AM IST Publish
2 parents dd61317 + c3c7585 commit abea79b

File tree

80 files changed

+1062
-273
lines changed

Some content is hidden

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

80 files changed

+1062
-273
lines changed

.github/policies/disallow-edits.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,18 @@ configuration:
177177
label: do-not-merge
178178
- removeLabel:
179179
label: ready-to-merge
180-
180+
181+
- description: Write a message if the breadcrumb file is modified in the azure-docs-pr repository.
182+
if:
183+
- payloadType: Pull_Request
184+
- isAction:
185+
action: Opened
186+
- filesMatchPattern:
187+
matchAny: true
188+
pattern: bread/*
189+
190+
then:
191+
- addReply:
192+
reply: >-
193+
@${issueAuthor} - This PR modifies the breadcrumb file for the entire repository in this pull request; the breadcrumb supports 100s of services. Please make sure your changes to the breadcrumb file are intentional. Do not delete this file.
194+

articles/azure-web-pubsub/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,5 +320,5 @@
320320
href: resource-faq.md
321321
- name: Microsoft Q&A
322322
href: /answers/topics/azure-web-pubsub.html
323-
- name: StackOverflow
323+
- name: Stack Overflow
324324
href: https://stackoverflow.com/questions/tagged/azure-web-pubsub

articles/backup/blob-backup-configure-manage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure and manage backup for Azure Blobs using Azure Backup
33
description: Learn how to configure and manage operational and vaulted backups for Azure Blobs.
44
ms.topic: how-to
5-
ms.date: 02/12/2025
5+
ms.date: 02/13/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -27,7 +27,6 @@ For more information about the supported scenarios, limitations, and availabilit
2727

2828
- Vaulted backup of blobs is a managed offsite backup solution that transfers data to the backup vault and retains as per the retention configured in the backup policy. You can retain data for a maximum of *10 years*.
2929
- Currently, you can use the vaulted backup solution to restore data to a different storage account only. While performing restores, ensure that the target storage account doesn't contain any *containers* with the same name as those backed up in a recovery point. If any conflicts arise due to the same name of containers, the restore operation fails.
30-
- **Ensure the storage accounts that need to be backed up have cross-tenant replication enabled. You can check this by navigating to the storage account > Object replication > Advanced settings. Once here, ensure that the check-box is enabled.**
3130

3231
For more information about the supported scenarios, limitations, and availability, See the [support matrix](blob-backup-support-matrix.md).
3332

@@ -157,7 +156,7 @@ You can use [Azure Business Continuity Center](../business-continuity-center/bus
157156
- As we've seen above, you can use it for creating Backup vaults and policies. You can also view all vaults and policies under the selected subscriptions.
158157
- Azure Business Continuity Center gives you an easy way to [monitor the state of protection](../business-continuity-center/tutorial-monitor-protection-summary.md) of protected storage accounts as well as storage accounts for which [backup isn't currently configured](../business-continuity-center/quick-understand-protection-estate.md#identify-unprotected-resources).
159158
- You can configure backup for any storage accounts using the **+Configure protection** button.
160-
- You can initiate restores using the **Restore** button and track restores using **Jobs**. For more information on performing restores, see [Restore Azure Blobs](blob-backup-support-matrix.md).
159+
- You can initiate restores using the **Restore** button and track restores using **Jobs**. For more information on performing restores, see [Restore Azure Blobs](blob-restore.md?tabs=vaulted-backup).
161160
- Analyze your backup usage using Backup reports.
162161

163162
:::image type="content" source="./media/blob-backup-configure-manage/manage-azure-blob-backup.png" alt-text="Screenshot shows the Azure Business Continuity Center console to manage the Azure Blob backups." lightbox="./media/blob-backup-configure-manage/manage-azure-blob-backup.png":::

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/interactive/messages-quickstart-interactive-messages-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Follow these steps to add required code snippets to the main function of your `A
6464
Follow these steps to add required code snippets to the main function of your `App.java` file.
6565
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
6666
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
67-
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-click-to-action-url-based-message-to-a-whatsapp-user)
67+
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user)
6868

6969
### Send an Interactive List options message to a WhatsApp user
7070

@@ -144,7 +144,7 @@ for (MessageReceipt messageReceipt : textMessageResult.getReceipts()) {
144144
}
145145
```
146146

147-
### Send an Interactive Click-to-action Url based message to a WhatsApp user
147+
### Send an Interactive Call-To-Action Url based message to a WhatsApp user
148148

149149
The Messages SDK enables Contoso to send interactive WhatsApp messages, when initiated by a WhatsApp users. To send interactive messages:
150150
- [WhatsApp Channel ID](#set-channel-registration-id).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/interactive/messages-quickstart-interactive-messages-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Follow these steps to add required code snippets to your `send-messages.js` file
5959
Follow these steps to add required code snippets to your `send-messages.js` file.
6060
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
6161
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
62-
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-click-to-action-url-based-message-to-a-whatsapp-user)
62+
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user)
6363

6464

6565
### Send an Interactive List options message to a WhatsApp user
@@ -245,7 +245,7 @@ main().catch((error) => {
245245
});
246246
```
247247

248-
### Send an Interactive Click-to-action Url based message to a WhatsApp user
248+
### Send an Interactive Call-To-Action Url based message to a WhatsApp user
249249

250250
The Messages SDK enables Contoso to send interactive WhatsApp messages, when initiated by a WhatsApp users. To send interactive messages:
251251
- [WhatsApp Channel ID](#set-channel-registration-id).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/interactive/messages-quickstart-interactive-messages-net.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Messages SDK supports the following WhatsApp Interactive messages:
5959

6060
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-list-options-message-to-a-whatsapp-user).
6161
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
62-
- [Send an Interactive Click-to-action URL-based message to a WhatsApp user](#send-an-interactive-click-to-action-url-based-message-to-a-whatsapp-user).
62+
- [Send an Interactive Click-to-action URL-based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user).
6363

6464
### Send an Interactive List options message to a WhatsApp user
6565

@@ -168,14 +168,13 @@ public async Task SendWhatsAppReplyButtonMessage()
168168
}
169169
```
170170

171-
### Send an Interactive Click-to-action URL-based message to a WhatsApp user
171+
### Send an Interactive Call-To-Action URL-based message to a WhatsApp user
172172

173173
To send Click-To-Action or URL-based messages:
174174

175175
- [WhatsApp Channel ID](#set-channel-registration-id).
176176
- [Recipient Phone Number in E.164 format](#set-recipient-list).
177-
178-
Click-To-Action Messages can be created using the following properties:
177+
- Call-To-Action Messages can be created using the following properties:
179178

180179
| Action type | Description |
181180
| --- | --- |

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/interactive/messages-quickstart-interactive-messages-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The Messages SDK supports the following WhatsApp Interactive messages:
6262

6363
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-list-options-message-to-a-whatsapp-user).
6464
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
65-
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-click-to-action-url-based-message-to-a-whatsapp-user).
65+
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user).
6666

6767
### Send an Interactive List options message to a WhatsApp user
6868

@@ -207,12 +207,12 @@ To run `send_whatsappreplybutton_message()`, update the [main method](#basic-pro
207207

208208
:::image type="content" source="../../media/interactive-reaction-sticker/reply-button-interactive-message.jpg" lightbox="../../media/interactive-reaction-sticker/reply-button-interactive-message.jpg" alt-text="Screenshot that shows WhatsApp Reply Button interactive message from Business to User.":::
209209

210-
### Send an Interactive Click-to-action Url based message to a WhatsApp user
210+
### Send an Interactive Call-To-Action Url based message to a WhatsApp user
211211

212212
The Messages SDK enables Contoso to send image WhatsApp messages to WhatsApp users. To send image embedded messages:
213213
- [WhatsApp Channel ID](#set-channel-registration-id)
214214
- [Recipient Phone Number in E16 format](#set-recipient-list)
215-
- Click-To-Action or Link content Message can be created using given properties:
215+
- Call-To-Action or Link content can be created using given properties:
216216

217217
| Action type | Description |
218218
| --- | --- |

articles/communication-services/samples/includes/call-automation-ai-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This Azure Communication Services Call Automation AI sample demonstrates how to
2525
- Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/)
2626
- Create an Azure Communication Services resource. For details, see [Create an Azure Communication Resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp). You need to record your resource **connection string** for this sample.
2727
- A Calling-enabled telephone number. [Get a phone number](../../quickstarts/telephony/get-phone-number.md).
28-
- Azure Dev Tunnels CLI. For details, see [Enable dev tunnel](https://docs.tunnels.api.visualstudio.com/cli)
28+
- Azure Dev Tunnels CLI. For details, see [Enable dev tunnel](/azure/developer/dev-tunnels/get-started)
2929
- Create an Azure AI services resource. For details, see [Create an Azure AI services Resource](/azure/ai-services/multi-service-resource)
3030
- An Azure OpenAI Resource and Deployed Model. See [instructions](/azure/ai-services/openai/how-to/create-resource?pivots=web-portal).
3131

articles/communication-services/samples/includes/call-automation-ai-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This Azure Communication Services Call Automation AI sample demonstrates how to
2626
- Create an Azure Communication Services resource. For details, see [Create an Azure Communication Resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp). You need to record your resource **connection string** for this sample.
2727
- A Calling-enabled telephone number. [Get a phone number](../../quickstarts/telephony/get-phone-number.md).
2828
-- [Node.js](https://nodejs.org/en/download) installed
29-
- Azure Dev Tunnels CLI. For details, see [Enable dev tunnel](https://docs.tunnels.api.visualstudio.com/cli)
29+
- Azure Dev Tunnels. For details, see [Enable dev tunnel](/azure/developer/dev-tunnels/get-started)
3030
- Create an Azure AI Multi service resource. For details, see [Create an Azure AI services Resource](/azure/ai-services/multi-service-resource)
3131
- An Azure OpenAI Resource and Deployed Model. See [instructions](/azure/ai-services/openai/how-to/create-resource?pivots=web-portal).
3232

articles/communication-services/samples/includes/call-automation-ai-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This Azure Communication Services Call Automation AI sample demonstrates how to
2525
- Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/).
2626
- Create an Azure Communication Services resource. For details, see [Create an Azure Communication Resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp). You need to record your resource **connection string** for this sample.
2727
- A Calling-enabled telephone number. [Get a phone number](../../quickstarts/telephony/get-phone-number.md).
28-
- Azure Dev Tunnels CLI. For details, see [Enable dev tunnel](https://docs.tunnels.api.visualstudio.com/cli).
28+
- Azure Dev Tunnels. For details, see [Enable dev tunnel](/azure/developer/dev-tunnels/get-started).
2929
- Create an Azure AI Multi service resource. For details, see [Create an Azure AI services Resource](/azure/ai-services/multi-service-resource).
3030
- An Azure OpenAI Resource and Deployed Model. See [instructions](/azure/ai-services/openai/how-to/create-resource?pivots=web-portal).
3131
- Create and host an Azure Dev Tunnel. Instructions [here](/azure/ai-services/multi-service-resource).

0 commit comments

Comments
 (0)