Skip to content

Commit a1edd7b

Browse files
authored
Merge pull request #292561 from MicrosoftDocs/main
1/2/2024 PM Publish
2 parents 6176081 + d330b5c commit a1edd7b

File tree

43 files changed

+253
-140
lines changed

Some content is hidden

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

43 files changed

+253
-140
lines changed

articles/automation/change-tracking/manage-change-tracking-monitoring-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For user-assigned managed identity, follow these steps to assign the user assign
121121
#### Upgrade the extension version
122122

123123
> [!NOTE]
124-
> Ensure that ChangeTracking-Linux/ ChangeTracking-Windows extension version is upgraded to 2.13
124+
> Ensure that ChangeTracking-Linux/ ChangeTracking-Windows extension version is upgraded to the current general release version: [GA Extension Version](../change-tracking/extension-version-details.md)
125125
126126
Use the following command to upgrade the extension version:
127127

articles/azure-functions/functions-bindings-azure-mysql-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ The following table explains the binding configuration properties that you set i
714714
> [!NOTE]
715715
>The output binding supports all special characters including ($, `, -, _) . It is same as mentioned in mysql community [documentation](https://dev.mysql.com/doc/refman/8.0/en/identifiers.html)
716716
>
717-
>It is on different programming language if special character is supported to define members attributes containing special characters. For example, C# have few limitations to define [variables](https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/identifier-names)
717+
>It is on different programming language if special character is supported to define members attributes containing special characters. For example, C# have few limitations to define [variables](/dotnet/csharp/fundamentals/coding-style/identifier-names)
718718
>
719719
>Apart from that, the output binding covering all special characters can be done using 'JObject'. The detailed example can be followed in this [GitHub link](https://github.com/Azure/azure-functions-mysql-extension/blob/main/samples/samples-csharp/OutputBindingSamples/AddProductJObject.cs)
720720
>

articles/azure-functions/functions-bindings-azure-mysql.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ dotnet add package Microsoft.Azure.WebJobs.Extensions.MySql --version 1.0.3-prev
5757

5858
::: zone pivot="programming-language-javascript, programming-language-powershell"
5959

60-
6160
## Install bundle
6261

63-
The MySQL bindings extension is part of the v4 [extension bundle](https://learn.microsoft.com/azure/azure-functions/functions-bindings-register#extension-bundles), which is specified in your host.json project file.
64-
62+
The MySQL bindings extension is part of the v4 [extension bundle](./functions-bindings-register.md#extension-bundles), which is specified in your host.json project file.
6563

6664
### Preview Bundle v4.x
6765

@@ -89,7 +87,7 @@ You can use the preview extension bundle by adding or replacing the following co
8987

9088
## Install bundle
9189

92-
The MySQL bindings extension is part of the v4 [extension bundle](https://learn.microsoft.com/azure/azure-functions/functions-bindings-register#extension-bundles), which is specified in your host.json project file.
90+
The MySQL bindings extension is part of the v4 [extension bundle](./functions-bindings-register.md#extension-bundles), which is specified in your host.json project file.
9391

9492

9593
### Preview Bundle v4.x
@@ -116,7 +114,7 @@ You can use the preview extension bundle by adding or replacing the following co
116114

117115
## Install bundle
118116

119-
The MySQL bindings extension is part of the v4 [extension bundle](https://learn.microsoft.com/azure/azure-functions/functions-bindings-register#extension-bundles), which is specified in your host.json project file.
117+
The MySQL bindings extension is part of the v4 [extension bundle](./functions-bindings-register.md#extension-bundles), which is specified in your host.json project file.
120118

121119
### Preview Bundle v4.x
122120

articles/azure-functions/functions-bindings-warmup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ This article explains how to work with the warmup trigger in Azure Functions. A
1717

1818
The following considerations apply when using a warmup trigger:
1919

20+
* There can be only one warmup trigger function per function app, and it can't be invoked after the instance is already running.
21+
* The name of the function that is the warmup trigger for your app should be `warmup` (case-insensitive).
2022
* The warmup trigger isn't available to apps running on the [Consumption plan](./consumption-plan.md).
2123
* The warmup trigger isn't supported on version 1.x of the Functions runtime.
2224
* Support for the warmup trigger is provided by default in all development environments. You don't have to manually install the package or register the extension.
23-
* There can be only one warmup trigger function per function app, and it can't be invoked after the instance is already running.
2425
* The warmup trigger is only called during scale-out operations, not during restarts or other nonscaling startups. Make sure your logic can load all required dependencies without relying on the warmup trigger. Lazy loading is a good pattern to achieve this goal.
2526
* Dependencies created by warmup trigger should be shared with other functions in your app. To learn more, see [Static clients](manage-connections.md#static-clients).
2627
* If the [built-in authentication](../app-service/overview-authentication-authorization.md) (also known as Easy Auth) is used, [HTTPS Only](../app-service/configure-ssl-bindings.md#enforce-https) should be enabled for the warmup trigger to get invoked.
@@ -215,7 +216,8 @@ Warmup triggers don't require annotations. Just use a name of `warmup` (case-ins
215216

216217
# [Model v4](#tab/nodejs-v4)
217218

218-
There are no properties that need to be set on the `options` object passed to the `app.warmup()` method.
219+
- Your function-trigger must be named `warmupTrigger` (case-insensitive).
220+
- There are no properties that need to be set on the `options` object passed to the `app.warmup()` method.
219221

220222
# [Model v3](#tab/nodejs-v3)
221223

articles/azure-resource-manager/management/move-resource-group-and-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If your move requires setting up new dependent resources, you'll experience an i
2020
Moving a resource only moves it to a new resource group or subscription. It doesn't change the location of the resource.
2121

2222
> [!NOTE]
23-
> You can't move Azure resources to another resource group or another subscription if there's a read-only lock, whether in the source or in the destination.
23+
> Azure resources can't be moved if a read-only lock exists on the source or destination resource group or subscription.
2424
2525
## Changed resource ID
2626

articles/azure-vmware/configure-customer-managed-keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Go to your Key Vault instance and provide access to the SDDC on Key Vault by usi
151151
152152
# [Azure CLI](#tab/azure-cli)
153153
154-
To configure CMKs for an Azure VMware Solution private cloud with automatic updating of the key version, call [az vmware private-cloud add-cmk-encryption](/cli/azure/vmware/private-cloud?view=azure-cli-latest#az-vmware-private-cloud-add-cmk-encryption&preserve-view=true). Get the key vault URL and save it to a variable. You need this value in the next step to enable CMK.
154+
To configure CMKs for an Azure VMware Solution private cloud with automatic updating of the key version, call [az vmware private-cloud enable-cmk-encryption](/cli/azure/vmware/private-cloud?view=azure-cli-latest#az-vmware-private-cloud-enable-cmk-encryption&preserve-view=true). Get the key vault URL and save it to a variable. You need this value in the next step to enable CMK.
155155
156156
```azurecli-interactive
157157
keyVaultUrl =$(az keyvault show --name <keyvault_name> --resource-group <resource_group_name> --query properties.vaultUri --output tsv)
@@ -164,15 +164,15 @@ The following options 1 and 2 demonstrate the difference between not providing a
164164
This example shows the customer not providing a specific key version.
165165

166166
```azurecli-interactive
167-
az vmware private-cloud add-cmk-encryption --private-cloud <private_cloud_name> --resource-group <resource_group_name> --enc-kv-url $keyVaultUrl --enc-kv-key-name <keyvault_key_name>
167+
az vmware private-cloud enable-cmk-encryption --private-cloud <private_cloud_name> --resource-group <resource_group_name> --enc-kv-url $keyVaultUrl --enc-kv-key-name <keyvault_key_name>
168168
```
169169

170170
### Option 2
171171

172172
Supply the key version as an argument to use CMKs with a specific key version, as previously mentioned in the Azure portal option 2. The following example shows the customer providing a specific key version.
173173

174174
```azurecli-interactive
175-
az vmware private-cloud add-cmk-encryption --private-cloud <private_cloud_name> --resource-group <resource_group_name> --enc-kv-url $keyVaultUrl --enc-kv-key-name --enc-kv-key-version <keyvault_key_keyVersion>
175+
az vmware private-cloud enable-cmk-encryption --private-cloud <private_cloud_name> --resource-group <resource_group_name> --enc-kv-url $keyVaultUrl --enc-kv-key-name --enc-kv-key-version <keyvault_key_keyVersion>
176176
```
177177
---
178178

articles/communication-services/concepts/sms/opt-out-api-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.subservice: sms
1515
The Opt-Out Management API enables you to manage opt-out requests for SMS messages. It provides a self-service platform for businesses to handle opt-out requests, ensuring compliance with regulations and protecting customer privacy.
1616
Currently, opt-out handling includes configuring responses to mandatory opt-out keywords, such as STOP/START/HELP and others. The responses to these keywords are stored as part of program/campaign brief. The list of opted-out numbers is maintained in the Azure Communication Services Opt-Out database. This database management is automatic.
1717
The Opt-Out database contains entries added when a recipient sends an opt-out keyword. An entry includes the fields: Sender, Recipient, and Country. If a recipient opts back in, the corresponding entry is deleted.
18-
To learn more about how opt-out is handled at Azure Communication Services, read our [FAQ](https://learn.microsoft.com/azure/communication-services/concepts/sms/sms-faq#how-does-azure-communication-services-handle-opt-outs-for-short-codes.md) page.
18+
To learn more about how opt-out is handled at Azure Communication Services, read our [FAQ](./sms-faq.md#how-does-azure-communication-services-handle-opt-outs-for-short-codes) page.
1919

2020
## Opt-Out management API
2121
We're extending opt-out management by enabling you to manage the Opt-Out database via an API. This API allows adding, removing, or checking opt-out entries, overriding the automatic management.

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Include file - C#
33
description: C# Bidirectional audio streaming how-to
44
services: azure-communication-services
5-
author: Alvin
5+
author: alvin-l-han
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.date: 11/24/2024
@@ -26,7 +26,7 @@ You can review documentation [here](https://azure.microsoft.com/blog/introductio
2626
## Receiving and sending audio streaming data
2727
There are multiple ways to start receiving audio stream, which can be configured using the `startMediaStreaming` flag in the `mediaStreamingOptions` setup. You can also specify the desired sample rate used for receiving or sending audio data using the `audioFormat` parameter. Currently supported formats are PCM 24K mono and PCM 16K mono, with the default being PCM 16K mono.
2828

29-
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](https://learn.microsoft.com/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&tabs=HTTP#mediastreamingoptions).
29+
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&preserve-view=true&tabs=HTTP#mediastreamingoptions).
3030

3131
### Start streaming audio to your webserver at time of answering the call
3232
Enable automatic audio streaming when the call is established by setting the flag `startMediaStreaming: true`.

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Include file - Java
33
description: Java Audio Streaming quickstart
44
services: azure-communication-services
5-
author: Alvin
5+
author: alvin-l-han
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.date: 11/26/2024
@@ -27,7 +27,7 @@ You can review documentation [here](https://azure.microsoft.com/blog/introductio
2727
## Receiving and sending audio streaming data
2828
There are multiple ways to start receiving audio stream, which can be configured using the `startMediaStreaming` flag in the `mediaStreamingOptions` setup. You can also specify the desired sample rate used for receiving or sending audio data using the `audioFormat` parameter. Currently supported formats are PCM 24K mono and PCM 16K mono, with the default being PCM 16K mono.
2929

30-
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](https://learn.microsoft.com/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&tabs=HTTP#mediastreamingoptions).
30+
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&preserve-view=true&tabs=HTTP#mediastreamingoptions).
3131

3232
### Start streaming audio to your webserver at time of answering the call
3333
Enable automatic audio streaming when the call is established by setting the flag `startMediaStreaming: true`.

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Include file - JavaScript
33
description: JavaScript Media Streaming quickstart
44
services: azure-communication-services
5-
author: Alvin
5+
author: alvin-l-han
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.date: 11/26/2024
@@ -26,7 +26,7 @@ You can review documentation [here](https://azure.microsoft.com/blog/introductio
2626
## Receiving and sending audio streaming data
2727
There are multiple ways to start receiving audio stream, which can be configured using the `startMediaStreaming` flag in the `mediaStreamingOptions` setup. You can also specify the desired sample rate used for receiving or sending audio data using the `audioFormat` parameter. Currently supported formats are PCM 24K mono and PCM 16K mono, with the default being PCM 16K mono.
2828

29-
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](https://learn.microsoft.com/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&tabs=HTTP#mediastreamingoptions).
29+
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&preserve-view=true&tabs=HTTP#mediastreamingoptions).
3030

3131
### Start streaming audio to your webserver at time of answering the call
3232
Enable automatic audio streaming when the call is established by setting the flag `startMediaStreaming: true`.

0 commit comments

Comments
 (0)