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/azure-maps/power-bi-visual-add-path-layer.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
@@ -69,7 +69,7 @@ Examine the connections and insights revealed by the path layer visualization. F
69
69
70
70
Adding a field to the legend field well creates a higher level of grouping. So, paths and locations associated with the same legend are colored identically. Here's the process:
71
71
72
-
-**Grouping by Legend**: When a legend is provided, the paths and locations are grouped based on the legend. For instance, if visualizing flight paths with the airline as the legend, all paths and locations associated with the same airline share the same color. Moreover, if there are two rows, one with legend "Contoso" and path ID "A123," and another with legend "MSAirline" and path ID "A123," the path layer interprets these as two distinct paths: "Contoso-A123" and "MSAirline-A123".
72
+
-**Grouping by Legend**: When a legend is provided, the paths and locations are grouped based on the legend. For instance, if visualizing flight paths with the airline as the legend, all paths and locations associated with the same airline share the same color. Moreover, if there are two rows, one with legend "Contoso" and path ID "A123" and another with legend "MSAirline" and path ID "A123" the path layer interprets these as two distinct paths: "Contoso-A123" and "MSAirline-A123".
73
73
-**Styling by Legend**: Configure the style (color, line width, opacity) using the legend to visually differentiate path groups.
74
74
-**Interaction by Legend**: When interacting with the path layer, selecting a path or point also selects other reports based on legend, path ID, location, and point order. This ensures all related data points are highlighted together.
Copy file name to clipboardExpand all lines: articles/azure-vmware/faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -275,8 +275,8 @@ sections:
275
275
- name: Hosts, clusters, and private clouds
276
276
questions:
277
277
278
-
- question: Is there more than one type of host available?
279
-
answer: No. There's only one type available.
278
+
- question: Is there more than one type of host available per private cloud? Is it possible to combine different host types in a cluster or private cloud?
279
+
answer: With the exception of AV64 cluster requiring a separate 3-node cluster minimum of AV36, AV36P, or AV52, you cannot combine different host types in a private cloud. In all scenarios, clusters require the same host type. Multiple clusters can be deployed within a single private cloud. All hosts must be the same type within a private cloud. If different host types are required to meet use case needs, additional private clouds must be deployed.
280
280
281
281
- question: Do I use the same tools that I use now to manage private cloud resources?
282
282
answer: Yes. The Azure portal is used for deployment and several management operations. vCenter Server and NSX Manager are used to manage vSphere and NSX resources.
\* Some exceptions apply. The full list of supported [Call Automation capabilities](#how-to-conduct-calls-in-virtual-rooms) are listed in this document.
36
36
37
-
\*\* Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
38
-
39
37
## When to use Virtual Rooms
40
38
41
39
Following table shows when to use Virtual Rooms.
@@ -70,27 +68,25 @@ At a high level, to conduct calls in a Virtual Rooms you need to create and mana
70
68
| Virtual Rooms security-controls management - Set/Update flag to allow PSTN dial-out from specific Virtual Rooms | ✔️ | ❌ | ❌ |
71
69
| Get list of users invited to join a Virtual Room | ✔️ | ❌ | ❌ |
72
70
| A user initiates a Virtual Rooms call or joins an in-progress call | ❌ | ✔️ | ❌ |
73
-
| Dial-out to a PSTN user | ❌ | ✔️ | ✔️*|
74
-
| Add/Remove VoIP participants to an in-progress call | ❌ | ✔️ | ✔️*|
75
-
| Get list of participants who joined the in-progress call | ❌ | ✔️ | ✔️*|
71
+
| Dial-out to a PSTN user | ❌ | ✔️ | ✔️ |
72
+
| Add/Remove VoIP participants to an in-progress call | ❌ | ✔️ | ✔️ |
73
+
| Get list of participants who joined the in-progress call | ❌ | ✔️ | ✔️ |
76
74
| Start/Stop call captions and change captions language | ❌ | ✔️ | ❌ |
| Play audio prompts to participants | ❌ | ❌ | ✔️ |
80
78
81
79
[Calling client SDK](../voice-video-calling/calling-sdk-features.md#detailed-capabilities) provides the full list of client-side in-call operations and explains how to use them.
82
80
83
-
\* Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
84
-
85
81
## Managing Virtual Rooms calls from the server-side using Call Automation Server SDK
86
82
87
83
Call Automation SDK empowers developers to manage Virtual Rooms calls from the server-side and execute in-call operations. Call Automation capabilities are being progressively enabled in Virtual Rooms calls. The following table shows the current status of these capabilities. Developers manage and control Call Automation capabilities from the server-side, which operate at a higher level than a call participant's privileges. So Call Automation capabilities aren't controlled through user roles and permissions.
88
84
89
85
| Call Automation capability | Supported in Rooms call |
| Send announcements to specific call participants * | ✔️ |
87
+
| Dial-out to PSTN participant | ✔️ |
88
+
| Send/Read DTMF to/from PSTN participant | ✔️ |
89
+
| Send announcements to specific call participants | ✔️ |
94
90
| Add/Remove a VoIP participant from an ongoing call | ✔️ |
95
91
| End call for all users | ✔️ |
96
92
| Call transcriptions | ❌ |
@@ -129,7 +125,6 @@ Developers can allow/disallow the ability for call participants to dial-out to a
129
125
1. A participant with Presenter role adds PSTN number into a call
130
126
1. PSTN user accepts and joins a room call
131
127
132
-
133
128
### Virtual Rooms API/SDKs
134
129
135
130
Rooms are created and managed via rooms APIs or SDKs. Use the rooms API/SDKs in your server application for `room` operations:
@@ -156,6 +151,8 @@ Room participants can be assigned one of the following roles: **Presenter**, **A
156
151
157
152
The following table provides detailed capabilities mapped to the roles. At a high level, **Presenter** role has full control, **Attendee** capabilities are limited to audio and video, while **Consumer** can only receive audio, video, and screen sharing.
158
153
154
+
<b>Note:</b> A PSTN call participant is not a part of Room roster, so a user role is not assigned to them. They capabilities are limited to mute/unmute themselves on the local device.
Copy file name to clipboardExpand all lines: articles/container-apps/ip-restrictions.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom: devx-track-azurecli
8
8
ms.topic: how-to
9
-
ms.date: 03/28/2023
9
+
ms.date: 12/02/2024
10
10
ms.author: cshoe
11
11
zone_pivot_groups: azure-cli-or-portal
12
12
---
@@ -62,7 +62,6 @@ You can manage IP access restrictions rules through the Azure portal or Azure CL
62
62
1. Select **Add**.
63
63
1. Repeat steps 4-6 to add more rules.
64
64
1. When you have finished adding rules, select **Save**.
65
-
:::image type="content" source="media/ingress/screenshot-save-ip-restriction.png" alt-text="Screenshot to save IP restrictions on container app Ingress page.":::
Copy file name to clipboardExpand all lines: articles/container-apps/log-streaming.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom: devx-track-azurecli
8
8
ms.topic: how-to
9
-
ms.date: 03/24/2023
9
+
ms.date: 12/02/2024
10
10
ms.author: cshoe
11
11
---
12
12
@@ -30,23 +30,18 @@ To troubleshoot issues in your container app environment, you can view the syste
30
30
1. Go to your environment in the Azure portal.
31
31
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
32
32
33
-
:::image type="content" source="media/observability/system-log-streaming-env.png" alt-text="Screenshot of Container Apps environment system log stream page.":::
34
-
35
33
### Container app log stream
36
34
37
35
You can view a log stream of your container app's system or console logs from your container app page.
38
36
39
37
1. Go to your container app in the Azure portal.
40
38
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
41
39
1. To view the console log stream, select **Console**.
42
-
1. If you have multiple revisions, replicas, or containers, you can select from the drop-down menus to choose a container. If your app has only one container, you can skip this step.
43
40
44
-
:::image type="content" source="media/observability/screenshot-log-stream-console-app.png" alt-text="Screenshot of Container Apps console log stream from app page.":::
41
+
1. If you have multiple revisions, replicas, or containers, you can select from the drop-down menus to choose a container. If your app has only one container, you can skip this step.
45
42
46
43
1. To view the system log stream, select **System**. The system log stream displays the system logs for all running containers in your container app.
47
44
48
-
:::image type="content" source="media/observability/screenshot-log-stream-system-app.png" alt-text="Screenshot of Container Apps system log stream from app page.":::
49
-
50
45
## View log streams via the Azure CLI
51
46
52
47
You can view your container app's log streams from the Azure CLI with the `az containerapp logs show` command or your container app's environment system log stream with the `az containerapp env logs show` command.
0 commit comments