Skip to content

Commit 7849da9

Browse files
committed
Merge branch 'main' into release-psqlflex-backup
2 parents 3ca12de + 465c98a commit 7849da9

File tree

79 files changed

+475
-226
lines changed

Some content is hidden

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

79 files changed

+475
-226
lines changed

articles/azure-vmware/remove-arc-enabled-azure-vmware-solution-vsphere-resources-from-azure.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.custom: references_regions, engagement-fy23
99

1010
# Remove Arc-enabled Azure VMware Solution vSphere resources from Azure
1111

12-
> [!CAUTION]
13-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
14-
1512
In this article, learn how to cleanly remove your VMware vCenter environment from Azure Arc-enabled VMware vSphere. For VMware vSphere environments that you no longer want to manage with Azure Arc-enabled VMware vSphere, use the information in this article to perform the following actions:
1613

1714
- Remove guest management from VMware virtual machines (VMs).
@@ -72,7 +69,7 @@ To uninstall the Linux agent, the command to use depends on the Linux operating
7269
sudo apt purge azcmagent
7370
```
7471

75-
- For RHEL, CentOS, Oracle Linux run the following command:
72+
- For RHEL and Oracle Linux run the following command:
7673

7774
```bash
7875
sudo yum remove azcmagent

articles/azure-vmware/tutorial-scale-private-cloud.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ We do not allow the mixing of AV36, AV36P, or AV52 SKUs within the same cluster.
4444
> [!NOTE]
4545
> Scaling down a cluster successfully requires all objects (VM/vmdk/iso/etc) on a vSAN datastore to be configured with a storage policy below or equal to [RAID level requirements](configure-storage-policy.md).
4646
47+
> [!CAUTION]
48+
> Deleting a cluster terminates all running workloads and components and is an irreversible operation. Once you delete a cluster, you cannot recover the data.
49+
4750
1. In your Azure VMware Solution private cloud, under **Manage**, select **Clusters**.
4851

4952
2. Select the cluster you want to scale, select **More** (...), then select **Edit**.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Microsoft Teams shared line appearance
3+
titleSuffix: An Azure Communication Services concept document
4+
description: Provides an overview of Teams shared line appearance and delegate calling for Teams users in Azure Communication Services Calling SDK.
5+
author: jamescadd
6+
manager: chpalmer
7+
services: azure-communication-services
8+
9+
ms.author: jacadd
10+
ms.date: 2/6/2025
11+
ms.topic: conceptual
12+
ms.service: azure-communication-services
13+
ms.subservice: teams-interop
14+
---
15+
# Microsoft Teams shared line appearance
16+
17+
[!INCLUDE [Public Preview Notice](../../../includes/public-preview-include.md)]
18+
Microsoft Teams shared line appearance lets a user choose a delegate to answer or handle calls on their behalf. This feature is helpful if a user has an administrative assistant who regularly handles the user's calls. In the context of Teams shared line appearance, a manager is someone who authorizes a delegate to make or receive calls on their behalf. A delegate can make or receive calls on behalf of the delegator.
19+
20+
## Prerequisites
21+
22+
- An Azure account with an active subscription. See [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23+
- A deployed Communication Services resource. See [Create a Communication Services resource](../../../quickstarts/create-communication-resource.md).
24+
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../../quickstarts/identity/access-tokens.md).
25+
- Licensing requirements for delegator and delegates. See [Teams Phone license](/microsoftteams/shared-line-appearance#license-required).
26+
- Enable delegation and shared line appearance. See [Enable delegation](/microsoftteams/shared-line-appearance#enable-delegation-and-shared-line-appearance)
27+
- Assign delegates using [Microsoft Teams Client](https://support.microsoft.com/office/share-a-phone-line-with-a-delegate-in-microsoft-teams-16307929-a51f-43fc-8323-3b1bf115e5a8) or [Teams PowerShell](/microsoftteams/shared-line-appearance#use-powershell).
28+
- Optional: Complete the quickstart to add voice calling to Microsoft Teams user. See [Quickstart: Add voice calling to Microsoft Teams user](../../../quickstarts/voice-video-calling/get-started-call-to-teams-user.md).
29+
30+
## Use Cases
31+
32+
**Business Enterprises**: Team leads can delegate their call responsibilities during meetings or vacations to their assistants or colleagues, ensuring uninterrupted communication with stakeholders.
33+
34+
**Contact Centers:** Supervisors can allocate their call flows to other available agents during breaks, making certain that no client query goes unanswered.
35+
36+
**Healthcare:** Doctors or nurses can delegate their call flows to peers or assistants during surgeries or when attending critical cases, ensuring patient queries are addressed promptly.
37+
38+
## Platform capabilities
39+
The following Azure Communication Services and Graph platforms currently support shared line appearance:
40+
41+
| Capability | Calling SDK JS | Graph SDK |
42+
|------------------------------------------------------------|----------------|-----------|
43+
| Set up delegation (add/remove/update delegate permissions) |||
44+
| Receive calls on behalf of another | ✔️ ||
45+
| Call a phone number on behalf of another | ✔️ ||
46+
| Call a Teams user on behalf of another | ✔️ ||
47+
| Receive an ACS user call on behalf of another Teams user | ✔️ ||
48+
| Get the delegate view of shared lines || ✔️ |
49+
| Get the delegate view of manager’s call activities |||
50+
| Get the manager view of delegates || ✔️ |
51+
| Get shared call history |||
52+
| Delegate or manager can hold or resume | ✔️ ||
53+
54+
> [!NOTE]
55+
> Calling SDK for iOS, Android, and Windows do not currently support shared line appearance.
56+
57+
For more information on the capabilities available during a shared line appearance call, see [Calling capabilities for Teams users](../teams-user-calling.md).

articles/communication-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,8 @@ items:
10591059
href: concepts/interop/teams-user/meeting-capabilities.md
10601060
- name: Teams client experience
10611061
href: concepts/interop/teams-user/teams-client-experience.md
1062+
- name: Teams shared line appearance
1063+
href: concepts/interop/teams-user/teams-shared-line-appearance.md
10621064
- name: Teams license requirements
10631065
href: quickstarts/eligible-teams-licenses.md
10641066
- name: Microsoft Entra API permissions

articles/cost-management-billing/manage/subscription-disabled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you're the Account Administrator or subscription Owner and you canceled a pay
4848
1. Select **Reactivate**.
4949
:::image type="content" source="./media/subscription-disabled/reactivate-sub.png" alt-text="Screenshot that shows Confirm reactivation." :::
5050

51-
For other subscription types (for example, Enterprise Subscription), [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to have your subscription reactivated.
51+
If you have questions or need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
5252

5353
## Reactivation process time
5454

articles/data-factory/connector-google-adwords.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 05/06/2024
10+
ms.date: 02/13/2025
1111
---
1212

1313
# Copy data from Google Ads using Azure Data Factory or Synapse Analytics
@@ -324,8 +324,6 @@ Upgrade your Google AdWords linked service to the latest Google Ads linked servi
324324
| USER_AD_DISTANCE_REPORT | distance_view |
325325
| VIDEO_PERFORMANCE_REPORT | video |
326326

327-
1. If the pipeline is using query to retrieve data from Google AdWords, use [Query Migration tool](https://developers.google.com/google-ads/scripts/docs/reference/query-migration-tool) to translate the AWQL (AdWords Query Language) into GAQL (Google Ads Query Language).
328-
329327
1. Be aware that there are certain limitations with this upgrade:
330328
1. Not all report types from AWQL are supported in GAQL.
331329
1. Not all AWQL queries are cleanly translated to GAQL queries.
44.1 KB
Loading
37.5 KB
Loading
6.68 KB
Loading
38.8 KB
Loading

0 commit comments

Comments
 (0)