Skip to content

Commit d492d85

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ingress-legacy
2 parents 15aad7a + c7f55fa commit d492d85

File tree

4 files changed

+22
-18
lines changed

4 files changed

+22
-18
lines changed

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides information about deploying the extension-bas
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-bicep
7-
ms.date: 04/10/2023
7+
ms.date: 02/26/2024
88
ms.topic: how-to
99
#Customer intent: As a developer, I want to learn about extension so that I can efficiently deploy Hybrid Runbook Workers.
1010
---
@@ -16,21 +16,21 @@ The extension-based onboarding is only for **User** Hybrid Runbook Workers. This
1616
For **System** Hybrid Runbook Worker onboarding, see [Deploy an agent-based Windows Hybrid Runbook Worker in Automation](./automation-windows-hrw-install.md) or [Deploy an agent-based Linux Hybrid Runbook Worker in Automation](./automation-linux-hrw-install.md).
1717

1818

19-
You can use the user Hybrid Runbook Worker feature of Azure Automation to run runbooks directly on an Azure or non-Azure machine, including [Azure Arc-enabled servers](../azure-arc/servers/overview.md) and [Arc-enabled VMware vSphere (preview)](../azure-arc/vmware-vsphere/overview.md). From the machine or server that's hosting the role, you can run runbooks directly against it and against resources in the environment to manage those local resources.
19+
You can use the user Hybrid Runbook Worker feature of Azure Automation to run runbooks directly on an Azure or non-Azure machine, including [Azure Arc-enabled servers](../azure-arc/servers/overview.md), [Arc-enabled VMware vSphere](../azure-arc/vmware-vsphere/overview.md), and [Arc-enabled SCVMM](../azure-arc/system-center-virtual-machine-manager/overview.md). From the machine or server that's hosting the role, you can run runbooks directly against it and against resources in the environment to manage those local resources.
2020
Azure Automation stores and manages runbooks and then delivers them to one or more chosen machines. After you successfully deploy a runbook worker, review [Run runbooks on a Hybrid Runbook Worker](automation-hrw-run-runbooks.md) to learn how to configure your runbooks to automate processes in your on-premises datacenter or other cloud environment.
2121

2222

2323
> [!NOTE]
24-
> A hybrid worker can co-exist with both platforms: **Agent based (V1)** and **Extension based (V2)**. If you install Extension based (V2)on a hybrid worker already running Agent based (V1), then you would see two entries of the Hybrid Runbook Worker in the group. One with Platform Extension based (V2) and the other Agent based (V1). [**Learn more**](#migrate-an-existing-agent-based-to-extension-based-hybrid-workers).
24+
> A hybrid worker can co-exist with both platforms: **Agent based (V1)** and **Extension based (V2)**. If you install Extension based (V2) on a hybrid worker already running Agent based (V1), then you would see two entries of the Hybrid Runbook Worker in the group. One with Platform Extension based (V2) and the other Agent based (V1). [**Learn more**](#migrate-an-existing-agent-based-to-extension-based-hybrid-workers).
2525
2626
## Prerequisites
2727

2828
### Machine minimum requirements
2929

3030
- Two cores
3131
- 4 GB of RAM
32-
- **Non-Azure machines** must have the [Azure Connected Machine agent](../azure-arc/servers/agent-overview.md) installed. To install the `AzureConnectedMachineAgent`, see [Connect hybrid machines to Azure from the Azure portal](../azure-arc/servers/onboard-portal.md) for Arc-enabled servers or see [Manage VMware virtual machines Azure Arc](../azure-arc/vmware-vsphere/manage-vmware-vms-in-azure.md#enable-guest-management) to enable guest management for Arc-enabled VMware vSphere VMs.
33-
- The system-assigned managed identity must be enabled on the Azure virtual machine, Arc-enabled server or Arc-enabled VMware vSphere VM. If the system-assigned managed identity isn't enabled, it will be enabled as part of the adding process.
32+
- **Non-Azure machines** must have the [Azure Connected Machine agent](../azure-arc/servers/agent-overview.md) installed. To install the `AzureConnectedMachineAgent`, see [Connect hybrid machines to Azure from the Azure portal](../azure-arc/servers/onboard-portal.md) for Arc-enabled servers. See [Install Arc agent for Arc-enabled VMware VMs](../azure-arc/vmware-vsphere/enable-guest-management-at-scale.md) to enable guest management for Arc-enabled VMware vSphere VMs and install [Arc agent for Arc-enabled SCVMM](../azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale.md) to enable guest management for Arc-enabled SCVMM VMs.
33+
- The system-assigned managed identity must be enabled on the Azure virtual machine, Arc-enabled server, Arc-enabled VMware vSphere VM or Arc-enabled SCVMM VM. If the system-assigned managed identity isn't enabled, it will be enabled as part of the adding process.
3434

3535
### Supported operating systems
3636

@@ -172,7 +172,7 @@ To create a hybrid worker group in the Azure portal, follow these steps:
172172
- If you select **Default**, the hybrid extension will be installed using the local system account.
173173
- If you select **Custom**, then from the drop-down list, select the credential asset.
174174

175-
1. Select **Next** to advance to the **Hybrid workers** tab. You can select Azure virtual machines, Azure Arc-enabled servers or Azure Arc-enabled VMware vSphere (preview) to be added to this Hybrid worker group. If you don't select any machines, an empty Hybrid worker group will be created. You can still add machines later.
175+
1. Select **Next** to advance to the **Hybrid workers** tab. You can select Azure virtual machines, Azure Arc-enabled servers, Azure Arc-enabled VMware vSphere and Arc-enabled SCVMM to be added to this Hybrid worker group. If you don't select any machines, an empty Hybrid worker group will be created. You can still add machines later.
176176

177177
:::image type="content" source="./media/extension-based-hybrid-runbook-worker-install/basics-tab-portal.png" alt-text="Screenshot showing to enter name and credentials in basics tab.":::
178178

@@ -205,11 +205,11 @@ You can also add machines to an existing hybrid worker group.
205205

206206
1. Select the checkbox next to the machine(s) you want to add to the hybrid worker group.
207207

208-
If you don't see your non-Azure machine listed, ensure Azure Arc Connected Machine agent is installed on the machine. To install the `AzureConnectedMachineAgent` see [Connect hybrid machines to Azure from the Azure portal](../azure-arc/servers/onboard-portal.md) for Arc-enabled servers or see [Manage VMware virtual machines Azure Arc](../azure-arc/vmware-vsphere/manage-vmware-vms-in-azure.md#enable-guest-management) to enable guest management for Arc-enabled VMware vSphere VMs.
208+
If you don't see your non-Azure machine listed, ensure Azure Arc Connected Machine agent is installed on the machine. To install the `AzureConnectedMachineAgent` see [Connect hybrid machines to Azure from the Azure portal](../azure-arc/servers/onboard-portal.md) for Arc-enabled servers. See [Install Arc agent for Arc-enabled VMs](../azure-arc/vmware-vsphere/enable-guest-management-at-scale.md) to enable guest management for Arc-enabled VMware vSphere and [Install Arc agent for Arc-enabled SCVMM](../azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale.md) to enable guest management for Arc-enabled SCVMM VMs.
209209

210210
1. Select **Add** to add the machine to the group.
211211

212-
After adding, you can see the machine type as Azure virtual machine, Server-Azure Arc or VMware virtual machine-Azure Arc. The **Platform** field shows the worker as **Agent based (V1)** or **Extension based (V2)**.
212+
After adding, you can see the machine type as Azure virtual machine, Machine – Azure Arc , Machine – Azure Arc (VMware) or Machine – Azure Arc SCVMM. The **Platform** field shows the worker as **Agent based (V1)** or **Extension based (V2)**.
213213

214214
:::image type="content" source="./media/extension-based-hybrid-runbook-worker-install/hybrid-worker-group-platform-inline.png" alt-text="Screenshot of platform field showing agent or extension based." lightbox="./media/extension-based-hybrid-runbook-worker-install/hybrid-worker-group-platform-expanded.png":::
215215

@@ -1121,4 +1121,7 @@ Using [VM insights](../azure-monitor/vm/vminsights-overview.md), you can monitor
11211121
- To learn about Azure VM extensions, see [Azure VM extensions and features for Windows](../virtual-machines/extensions/features-windows.md) and [Azure VM extensions and features for Linux](../virtual-machines/extensions/features-linux.md).
11221122

11231123
- To learn about VM extensions for Arc-enabled servers, see [VM extension management with Azure Arc-enabled servers](../azure-arc/servers/manage-vm-extensions.md).
1124-
- To learn about VM extensions for Arc-enabled VMware vSphere VMs, see [Manage VMware VMs in Azure through Arc-enabled VMware vSphere (preview)](../azure-arc/vmware-vsphere/manage-vmware-vms-in-azure.md).
1124+
1125+
- To learn about Azure management services for Arc-enabled VMware VMs, see [Install Arc agents at scale for your VMware VMs](../azure-arc/vmware-vsphere/enable-guest-management-at-scale.md).
1126+
1127+
- To learn about Azure management services for Arc-enabled SCVMM VMs, see [Install Arc agents at scale for Arc-enabled SCVMM VMs](../azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale.md).

articles/communication-services/concepts/voice-video-calling/includes/known-issues/known-issues-all-browser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ms.custom: template-how-to
5151
Excessive use of mute/unmute is blocked in Azure Communication Services infrastructure. Throttling happens if the participant (or application on behalf of participant) attempts to mute/unmute continuously, every second, more than 15 times in a 30-second rolling window.
5252
<br>
5353

54-
## All mobile browser
54+
## All mobile browsers
5555

5656

5757
### It isn't possible to render multiple previews from multiple devices on web
@@ -96,4 +96,4 @@ Excessive use of mute/unmute is blocked in Azure Communication Services infrastr
9696

9797
It's best to build user experiences that don't require end users to refresh the page of your application while in a call. If a user refreshes the page, reuse the same Communication Services user ID after that user returns back to the application. By rejoining with the same user ID, the user is represented as the same, existing object in the `remoteParticipants` collection. From the perspective of other participants in the call, the user remains in the call during the time it takes to refresh the page, up to a minute or two.
9898

99-
If the user was sending video before refreshing, the `videoStreams` collection keeps the previous stream information until the service times out and removes it. In this scenario, the application might decide to observe any new streams added to the collection, and render one with the highest `id`.
99+
If the user was sending video before refreshing, the `videoStreams` collection keeps the previous stream information until the service times out and removes it. In this scenario, the application might decide to observe any new streams added to the collection, and render one with the highest `id`.

articles/communication-services/concepts/voice-video-calling/includes/known-issues/known-issues-chrome-browser.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: template-how-to
2121
**Known issue reference:** This regression is a known issue introduced on [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1295815).<br>
2222
**Recommended workaround:** Updating Google Chrome to the latest version.<br>
2323

24-
### Chrome Mobile Android
24+
## Chrome Mobile Android
2525

2626
### Chrome M115 - No outgoing video in Group and Azure Communication Services-Microsoft Teams calls
2727
**Browser version:** Google Chrome version 115 (Jul 2023) installed on Android devices.<br>
@@ -67,10 +67,11 @@ Occasionally, microphone or camera devices aren't released on time, and that can
6767
<br>
6868

6969
### Some Android devices (A326U, A125U and A215U) failing call scenarios except for group calls
70-
**Browser versions:**
70+
**Devices affected:**
7171
- Samsung Galaxy A32 (Model A326U)
7272
- Samsung Galaxy A12 (Model A125U)
7373
- Samsung Galaxy A21 (Model A215U)<br>
74+
7475
**Description:** Many specific Android devices fail to start, accept calls, and meetings. The devices that run into this issue, can't recover and fails on every attempt. These are mostly Samsung model A devices, particularly models A326U, A125U and A215U.<br>
7576

7677
### Rotation of a device can create poor video quality - Google Pixel 3a, Google Pixel 5
@@ -87,7 +88,7 @@ Occasionally, microphone or camera devices aren't released on time, and that can
8788
**Description:** When a Communication Services user joins a call by using the JavaScript calling SDK, and then selects the camera switch button, the UI might become unresponsive. The user must then refresh the application, or push the browser to the background.<br>
8889

8990

90-
## iOS Chrome
91+
## Chrome Mobile iOS
9192

9293
### No outgoing and incoming audio when switching browser to background or locking the device - fixed in iOS version 16.4+
9394
**iOS version:** All iOS versions up to iOS 16.3.<br>
@@ -106,4 +107,4 @@ Issue isn't reproducible on iOS 16.<br>
106107
### A mobile iOS user has dropped the call but is still showing up on the participant list
107108
**Browser version:** All.<br>
108109
**Azure Communication Service calling SDK version:** All.<br>
109-
**Description:** The problem can occur if a mobile user leaves the Azure Communication Services group call without using the Call.hangUp() API. When a mobile user closes the browser or refreshes the webpage without hang up, other participants in the group call can still see this mobile user on the participant list for about 60 seconds.
110+
**Description:** The problem can occur if a mobile user leaves the Azure Communication Services group call without using the Call.hangUp() API. When a mobile user closes the browser or refreshes the webpage without hang up, other participants in the group call can still see this mobile user on the participant list for about 60 seconds.

articles/storage/blobs/map-rest-apis-transaction-categories.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ The price of each type appears in the [Azure Blob Storage pricing](https://azure
6363
| [Abort Copy Blob](/rest/api/storageservices/abort-copy-blob) | Other | Other | Write |
6464
| [Delete Blob](/rest/api/storageservices/delete-blob) | Free | Free | Free |
6565
| [Undelete Blob](/rest/api/storageservices/undelete-blob) | Write | Write | Write |
66-
| [Set Blob Tier](/rest/api/storageservices/set-blob-tier) (tier down) | Write | Write | Write |
67-
| [Set Blob Tier](/rest/api/storageservices/set-blob-tier) (tier up) | Read | Read | Read |
68-
| [Blob Batch](/rest/api/storageservices/blob-batch) (Set Blob Tier) | Other | Other | Other |
66+
| [Set Blob Tier](/rest/api/storageservices/set-blob-tier) (tier down) | Write | Write | N/A |
67+
| [Set Blob Tier](/rest/api/storageservices/set-blob-tier) (tier up) | Read | Read | N/A |
68+
| [Blob Batch](/rest/api/storageservices/blob-batch) (Set Blob Tier) | Other | Other | N/A |
6969
| [Set Immutability Policy](/rest/api/storageservices/set-blob-immutability-policy) | Other | Other | Other |
7070
| [Delete Immutability Policy](/rest/api/storageservices/delete-blob-immutability-policy) | Other | Other | Other |
7171
| [Set Legal Hold](/rest/api/storageservices/set-blob-legal-hold) | Other | Other | Other |

0 commit comments

Comments
 (0)