Skip to content

Commit a6969a5

Browse files
author
gitName
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into oas
2 parents 2fe8630 + 5153050 commit a6969a5

File tree

36 files changed

+304
-358
lines changed

36 files changed

+304
-358
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,7 @@ In the [Flex Consumption plan](./flex-consumption-plan.md), these site propertie
910910
| `WEBSITE_CONTENTOVERVNET` |Not used for networking in Flex Consumption|
911911
| `WEBSITE_CONTENTSHARE` |Replaced by functionAppConfig's deployment section|
912912
| `WEBSITE_DNS_SERVER` |DNS is inherited from the integrated virtual network in Flex|
913+
| `WEBSITE_MAX_DYNAMIC_APPLICATION_SCALE_OUT` |Replaced by `maximumInstanceCount` in `properties.functionAppConfig.scaleAndConcurrency`|
913914
| `WEBSITE_NODE_DEFAULT_VERSION` |Replaced by `version` in `properties.functionAppConfig.runtime`|
914915
| `WEBSITE_RUN_FROM_PACKAGE`|Not used for deployments in Flex Consumption|
915916
| `WEBSITE_SKIP_CONTENTSHARE_VALIDATION` |Content share is not used in Flex Consumption|

articles/azure-maps/power-bi-visual-add-path-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Examine the connections and insights revealed by the path layer visualization. F
6969

7070
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:
7171

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".
7373
- **Styling by Legend**: Configure the style (color, line width, opacity) using the legend to visually differentiate path groups.
7474
- **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.
7575

articles/azure-maps/power-bi-visual-add-reference-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To use the custom styling options for reference layers, follow these steps:
130130

131131
| Setting name | Description | Setting values |
132132
|---------------------|------------------------------------------------------|----------------------------------------------------------------------|
133-
| Fill colors | Fill color of points and polygons. | Set colors for different data category or gradient for numeric data. |
133+
| Fill color | Fill color of points and polygons. | Set colors for different data category or gradient for numeric data. |
134134
| Border color | The color of the points, lines, and polygons outline.| Color picker |
135135
| Border width | The width of the border in pixels. Default: 3 px | Width 1-20 pixels |
136136
| Border transparency | The transparency of the borders. Default: 0% | Transparency 0-100% |

articles/azure-vmware/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ sections:
275275
- name: Hosts, clusters, and private clouds
276276
questions:
277277

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.
280280

281281
- question: Do I use the same tools that I use now to manage private cloud resources?
282282
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.

articles/communication-services/concepts/rooms/room-concept.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,14 @@ Virtual Rooms empower developers with essential security and control capabilitie
2626
| Voice (VoIP) | ✔️ |
2727
| Video | ✔️ |
2828
| Client initiated dial-out to a PSTN number | ✔️ |
29-
| Server initiated dial-out to a PSTN number** | ✔️ |
29+
| Server initiated dial-out to a PSTN number | ✔️ |
3030
| Server-side call management (Call Automation)* | ✔️ |
3131
| PSTN Dial-in ||
3232
| Async Messaging (Chat) ||
3333
| Interoperability with Microsoft Teams ||
3434

3535
\* Some exceptions apply. The full list of supported [Call Automation capabilities](#how-to-conduct-calls-in-virtual-rooms) are listed in this document.
3636

37-
\*\* Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
38-
3937
## When to use Virtual Rooms
4038

4139
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
7068
| Virtual Rooms security-controls management - Set/Update flag to allow PSTN dial-out from specific Virtual Rooms | ✔️ |||
7169
| Get list of users invited to join a Virtual Room | ✔️ |||
7270
| 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 || ✔️ | ✔️ |
7674
| Start/Stop call captions and change captions language || ✔️ ||
7775
| Manage call recording ||| ✔️ |
78-
| Send/Receive DTMF to/from PSTN participants ||| ✔️* |
79-
| Play audio prompts to participants ||| ✔️* |
76+
| Send/Receive DTMF to/from PSTN participants ||| ✔️ |
77+
| Play audio prompts to participants ||| ✔️ |
8078

8179
[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.
8280

83-
\* Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
84-
8581
## Managing Virtual Rooms calls from the server-side using Call Automation Server SDK
8682

8783
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.
8884

8985
| Call Automation capability | Supported in Rooms call |
9086
| ------ | :------: |
91-
| Dial-out to PSTN participant * | ✔️ |
92-
| Send/Read DTMF to/from PSTN participant * | ✔️ |
93-
| 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 | ✔️ |
9490
| Add/Remove a VoIP participant from an ongoing call | ✔️ |
9591
| End call for all users | ✔️ |
9692
| Call transcriptions ||
@@ -129,7 +125,6 @@ Developers can allow/disallow the ability for call participants to dial-out to a
129125
1. A participant with Presenter role adds PSTN number into a call
130126
1. PSTN user accepts and joins a room call
131127

132-
133128
### Virtual Rooms API/SDKs
134129

135130
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
156151

157152
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.
158153

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.
155+
159156
| Capability | Role: Presenter | Role: Attendee | Role: Consumer
160157
|---------------------------------------------| :--------: | :--------: | :--------: |
161158
| **Mid call controls** | | |

articles/container-apps/ip-restrictions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 03/28/2023
9+
ms.date: 12/02/2024
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-or-portal
1212
---
@@ -62,7 +62,6 @@ You can manage IP access restrictions rules through the Azure portal or Azure CL
6262
1. Select **Add**.
6363
1. Repeat steps 4-6 to add more rules.
6464
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.":::
6665

6766
### Update a rule
6867

articles/container-apps/log-streaming.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 03/24/2023
9+
ms.date: 12/02/2024
1010
ms.author: cshoe
1111
---
1212

@@ -30,23 +30,18 @@ To troubleshoot issues in your container app environment, you can view the syste
3030
1. Go to your environment in the Azure portal.
3131
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
3232

33-
:::image type="content" source="media/observability/system-log-streaming-env.png" alt-text="Screenshot of Container Apps environment system log stream page.":::
34-
3533
### Container app log stream
3634

3735
You can view a log stream of your container app's system or console logs from your container app page.
3836

3937
1. Go to your container app in the Azure portal.
4038
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
4139
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.
4340

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.
4542

4643
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.
4744

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-
5045
## View log streams via the Azure CLI
5146

5247
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.
28.8 KB
Loading
33.2 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)