Skip to content

Commit 12adec9

Browse files
authored
Merge pull request #273199 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST 4/24
2 parents 90d4cb9 + 552f51e commit 12adec9

File tree

9 files changed

+162
-73
lines changed

9 files changed

+162
-73
lines changed

articles/backup/offline-backup-azure-data-box-dpm-mabs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Offline Backup with Azure Data Box for DPM and MABS
33
description: You can use Azure Data Box to seed initial Backup data offline from DPM and MABS.
44
ms.topic: conceptual
5-
ms.date: 04/16/2024
5+
ms.date: 04/24/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -54,7 +54,7 @@ Ensure the following:
5454

5555
- A valid Azure subscription.
5656
- The user intended to perform the offline backup policy must be an owner of the Azure subscription.
57-
- Ensure that you have the necessary permissions to create the Microsoft Entra application. The Offline Backup workflow creates a Microsoft Entra application in the subscription associated with the Azure Storage account. The goal of the application is to provide Azure Backup with secure and scoped access to the Azure Import Service, required for the Offline Backup workflow.
57+
- Ensure that you have the [necessary permissions](/entra/identity-platform/howto-create-service-principal-portal) to create the Microsoft Entra application. The Offline Backup workflow creates a Microsoft Entra application in the subscription associated with the Azure Storage account. The goal of the application is to provide Azure Backup with secure and scoped access to the Azure Import Service, required for the Offline Backup workflow.
5858
- The Data Box job and the Recovery Services vault to which the data needs to be seeded must be available in the same subscriptions.
5959

6060
>[!NOTE]

articles/communication-services/how-tos/calling-sdk/includes/install-sdk/install-sdk-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ npm install @azure/communication-calling --save
1616

1717
## Initialize required objects
1818

19-
A `CallClient` instance is required for most call operations. Here, you create a new `CallClient` instance. You can configure it with custom options like a `Logger` instance.
19+
A `CallClient` instance is required for most call operations. When you create a new `CallClient` instance, you can configure it with custom options like a `Logger` instance.
2020

21-
When you have a `CallClient` instance, you can create a `CallAgent` instance by calling the `createCallAgent` method on the `CallClient` instance. This method asynchronously returns a `CallAgent` instance object.
21+
With the `CallClient` instance, you can create a `CallAgent` instance by calling the `createCallAgent`. This method asynchronously returns a `CallAgent` instance object.
2222

2323
The `createCallAgent` method uses `CommunicationTokenCredential` as an argument. It accepts a [user access token](../../../../quickstarts/identity/access-tokens.md).
2424

articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md

Lines changed: 143 additions & 61 deletions
Large diffs are not rendered by default.

articles/communication-services/tutorials/migrating-to-azure-communication-services-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ However, there are some key differences between them that may affect your choice
5252
| **Codecs** | | | | [✔️](../concepts/voice-video-calling/about-call-types.md#supported-video-standards) |
5353
| **WebView** | | [✔️](../quickstarts/voice-video-calling/get-started-webview.md?pivots=platform-ios) | [✔️](../quickstarts/voice-video-calling/get-started-webview.md?pivots=platform-android) | |
5454
| **Video Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#device-management) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
55-
| **Speaker Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-microphone-and-speaker) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
56-
| **Microphone Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-microphone-and-speaker) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
55+
| **Speaker Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
56+
| **Microphone Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
5757
| **Data Channel API** | [✔️](../quickstarts/voice-video-calling/get-started-data-channel.md?pivots=platform-web) | [✔️](../quickstarts/voice-video-calling/get-started-data-channel.md?pivots=platform-ios) | [✔️](../quickstarts/voice-video-calling/get-started-data-channel.md?pivots=platform-android) | |
5858
| **Analytics/Video Insights** | | | | [✔️](../concepts/analytics/insights/voice-and-video-insights.md) |
5959
| **Diagnostic Tooling** | | | | [✔️](../concepts/voice-video-calling/call-diagnostics.md) |

articles/machine-learning/prompt-flow/get-started-prompt-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you aren't already connected to AzureOpenAI, select the **Create** button the
3636

3737
:::image type="content" source="./media/get-started-prompt-flow/connection-creation-entry-point.png" alt-text="Screenshot of the connections tab with create highlighted." lightbox = "./media/get-started-prompt-flow/connection-creation-entry-point.png":::
3838

39-
Then a right-hand panel will appear. Here, you'll need to select the subscription and resource name, provide the connection name, API key, API base, API type, and API version before selecting the **Save** button.
39+
Then a right-hand panel will appear. Here, you'll need to select the subscription and resource name, provide the connection name, API key (if auth type equals to API key), API base, API type, and API version before selecting the **Save** button. Prompt flow also support Microsoft Entra ID as auth type for identity based auth for Azure OpenAI resource. Learn more about [How to configure Azure OpenAI Service with managed identities](../../ai-services/openai/how-to/managed-identity.md).
4040

4141
:::image type="content" source="./media/get-started-prompt-flow/azure-openai-connection.png" alt-text="Screenshot of the add Azure OpenAI connections." lightbox = "./media/get-started-prompt-flow/azure-openai-connection.png":::
4242

5.96 KB
Loading

articles/machine-learning/prompt-flow/tools-reference/llm-tool.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ Set up connections to provisioned resources in prompt flow.
4848
| Type | Name | API key | API type | API version |
4949
|-------------|----------|----------|----------|-------------|
5050
| OpenAI | Required | Required | - | - |
51-
| Azure OpenAI| Required | Required | Required | Required |
51+
| Azure OpenAI - API key| Required | Required | Required | Required |
52+
| Azure OpenAI - Microsoft Entra ID| - | Required | Required | Required |
53+
54+
> [!TIP]
55+
> - To use Microsoft Entra ID auth type for Azure OpenAI connection, you need assign either the `Cognitive Services OpenAI User` or `Cognitive Services OpenAI Contributor role` to user or user assigned managed identity.
56+
> - Learn more about [how to specify to use user identity to submit flow run](../how-to-create-manage-runtime.md#create-an-automatic-runtime-preview-on-a-flow-page).
57+
> - Learn more about [How to configure Azure OpenAI Service with managed identities](../../../ai-services/openai/how-to/managed-identity.md).
5258
5359
## Inputs
5460

articles/mysql/flexible-server/release-notes/april-2024.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ ms.topic: conceptual
1414
We're pleased to announce the April 2024 maintenance for Azure Database for MySQL Flexible Server. This maintenance incorporates several new features and improvement, along with known issue fix, minor version upgrade, and security patches.
1515

1616
> [!NOTE]
17-
> During our routine preparatory evaluations for the upcoming April maintenance cycle, we identified a high likelihood of potential failure specifically affecting the B1S SKU servers of Azure MySQL. This discovery necessitated a reassessment of our planned maintenance activities. As a result, all maintenance sessions originally scheduled for B1S SKU servers in April have been canceled.
18-
17+
> We regret to inform our users that after a thorough assessment of our current maintenance processes, we have observed an unusually high failure rate across the board. Consequently, we have made the difficult decision to cancel the minor version upgrade maintenance scheduled for April. The rescheduling of the next minor version upgrade maintenance remains undetermined at this time. We commit to providing at least one month's notice prior to the rescheduled maintenance to ensure all users are adequately prepared.
18+
>
19+
> Please notes that if your maintenance has already been completed, whether it was rescheduled to an earlier date or carried out as initially scheduled, and concluded successfully, your services are not affected by this cancellation. Your maintenance is considered successful and will not be impacted by the current round of cancellations.
1920
2021
## Engine version changes
2122
All existing engine version server upgrades to 8.0.36 engine version.

articles/postgresql/flexible-server/azure-pipelines-deploy-database-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Enable Azure Database for PostgreSQL - Flexible Server CLI task for
44
ms.service: postgresql
55
ms.subservice: flexible-server
66
ms.topic: quickstart
7-
ms.author: sunila
8-
author: sunilagarwal
7+
ms.author: ialonso
8+
author: nachoalonsoportillo
99
ms.custom: mode-other
1010
ms.date: 02/03/2024
1111
---

0 commit comments

Comments
 (0)