You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/api-version-deprecation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@ This version contains support for the latest GA features like Whisper, DALL-E 3,
69
69
70
70
We recommend first testing the upgrade to new API versions to confirm there's no impact to your application from the API update before making the change globally across your environment.
71
71
72
-
If you're using the OpenAI Python client library or the REST API, you'll need to update your code directly to the latest preview API version.
72
+
If you're using the OpenAI Python or JavaScript client libraries, or the REST API, you'll need to update your code directly to the latest preview API version.
73
73
74
-
If you're using one of the Azure OpenAI SDKs for C#, Go, Java, or JavaScript you'll instead need to update to the latest version of the SDK. Each SDK release is hardcoded to work with specific versions of the Azure OpenAI API.
74
+
If you're using one of the Azure OpenAI SDKs for C#, Go, or Java, you'll instead need to update to the latest version of the SDK. Each SDK release is hardcoded to work with specific versions of the Azure OpenAI API.
|[Microsoft Entra ID (Free)](../../active-directory/fundamentals/active-directory-whatis.md#what-are-the-azure-ad-licenses)|✅|✅|
71
+
|[Microsoft Entra ID (Free)](../../active-directory/fundamentals/active-directory-whatis.md#what-are-the-azure-ad-licenses)*****|✅|✅|
72
72
|[Microsoft Entra ID (P1 + P2)](../../active-directory/fundamentals/active-directory-whatis.md#what-are-the-azure-ad-licenses)|✅|✅|
73
73
|[Azure Active Directory B2C](../../active-directory-b2c/index.yml)|✅|✅|
***** FedRAMP High authorization for edge devices (such as Azure Data Box and Azure Stack Edge) applies only to Azure services that support on-premises, customer-managed devices. For example, FedRAMP High authorization for Azure Data Box covers datacenter infrastructure services and Data Box pod and disk service, which are the online software components supporting your Data Box hardware appliance. You are wholly responsible for the authorization package that covers the physical devices. For assistance with accelerating your onboarding and authorization of devices, contact your Microsoft account representative.
254
+
***** FedRAMP High and DoD SRG Impact Level 2 authorization for Microsoft Entra ID applies to Microsoft Entra External ID. To learn more about Entra External ID, refer to the documentation [here](/entra/)
256
255
257
256
****** FedRAMP High authorization for Azure Databricks is applicable to limited regions in Azure. To configure Azure Databricks for FedRAMP High use, contact your Microsoft or Databricks representative.
258
257
258
+
******* FedRAMP High authorization for edge devices (such as Azure Data Box and Azure Stack Edge) applies only to Azure services that support on-premises, customer-managed devices. For example, FedRAMP High authorization for Azure Data Box covers datacenter infrastructure services and Data Box pod and disk service, which are the online software components supporting your Data Box hardware appliance. You are wholly responsible for the authorization package that covers the physical devices. For assistance with accelerating your onboarding and authorization of devices, contact your Microsoft account representative.
259
+
259
260
## Azure Government services by audit scope
260
261
*Last updated: June 2024*
261
262
@@ -295,7 +296,6 @@ This article provides a detailed list of Azure, Dynamics 365, Microsoft 365, and
295
296
|[Azure Cache for Redis](../../azure-cache-for-redis/index.yml)|✅|✅|✅|✅|✅|
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/metrics-custom-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In general, there's no cost to ingest standard metrics (platform metrics) into a
31
31
Custom metrics are retained for the [same amount of time as platform metrics](../essentials/data-platform-metrics.md#retention-of-metrics).
32
32
33
33
> [!NOTE]
34
-
> Metrics sent to Azure Monitor via the Application Insights SDK are billed as ingested log data.
34
+
> To provide a better experience, custom metrics sent to Azure Monitor from the Application Insights Classic API (SDKs) are always stored in both Log Analytics and the Metrics Store. Your cost to store these metrics is only based on the volume ingested by Log Analytics. There is no additional cost for data stored in the Metrics Store.
Copy file name to clipboardExpand all lines: articles/azure-monitor/includes/alerts-wizard-custom-properties.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ Use the format of the [common alert schema](../alerts/alerts-common-schema.md) t
17
17
> [!NOTE]
18
18
> - The common alert schema overwrites custom configurations. You can't use both custom properties and the common schema.
19
19
> - Custom properties are added to the payload of the alert, but they don't appear in the email template or in the alert details in the Azure portal.
20
-
> - Azure Service Health alerts don't support custom properties.
21
20
22
21
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-rule-custom-props.png" alt-text="Screenshot that shows custom properties for creating a new alert rule.":::
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/ui-library/includes/mobile-ui-use-cases.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ You can use the call composite in Communication Services to create these use cas
22
22
|[Teams interoperability](../../teams-interop.md)| Join the call lobby |
23
23
|| Display a transcription and recording alert banner |
24
24
|| Admit/Reject lobby participants |
25
+
| Closed Captions | Teams interoperability |
26
+
|| Group call, Rooms call, and 1:1 call |
25
27
| Participant gallery | Show remote participants on a grid |
26
28
|| Make video preview available throughout a call for a local user |
27
29
|| Make default avatars available when video is off |
@@ -69,6 +71,17 @@ The distinction between each role lies in the capabilities they possess during a
69
71
> [!NOTE]
70
72
> The Rooms API serves the purpose of creating rooms, managing users, and adjusting the lifetime of rooms. It is important to note that the Rooms API is a back-end service that is separate from the UI Library.
71
73
74
+
### Closed captions
75
+
76
+
Closed captions enable a wide range of scenarios, including interoperability with Teams, Azure Communication Services Group calls, Rooms calls, and one-on-one calls. This feature ensures that users can follow along with conversations in various calling environments, **enhancing accessibility** and user experience. However, it's important to note that users need to manually select the language for captions using the UI Library out of the box, as the system doesn't automatically detect the spoken language.
77
+
78
+
:::image type="content" source="mobile-ui-closed-captions.png" alt-text="Screenshot that shows the experience of closed captions integration in the UI Library.":::
79
+
80
+
> [!NOTE]
81
+
>Closed Captions will not be billed at the beginning of its Public Preview. This is for a limited time only, usage of Captions will likely be billed starting from June.
82
+
83
+
If you're looking more detailed information about closed captions, feel free to visit [the documentation](../../voice-video-calling/closed-captions.md) to review explanations and usage guidelines. Additionally, if you want to jump directly into the configuration of closed captions directly within the UI Library, you can follow our [tutorial](../../../how-tos/ui-library-sdk/closed-captions.md) for easy setup.
84
+
72
85
### View shared content
73
86
74
87
Through the UI Library for mobile native platforms, call participants can view shared content when other participants share their screens during a Teams call. A remote participant can use stretch and pinch gestures to zoom in or out on the shared content in the call.
0 commit comments