Skip to content

Commit

Permalink
Merge pull request #427 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
1/2/2025 AM Publish
  • Loading branch information
Albertyang0 authored Jan 2, 2025
2 parents cc35a4a + 20fdb2c commit 9a63b4d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
46 changes: 24 additions & 22 deletions articles/azure-arc/servers/manage-vm-extensions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: VM extension management with Azure Arc-enabled servers
description: Azure Arc-enabled servers can manage deployment of virtual machine extensions that provide post-deployment configuration and automation tasks with non-Azure VMs.
ms.date: 09/25/2024
ms.date: 01/02/2025
ms.topic: conceptual
---

Expand Down Expand Up @@ -159,28 +159,30 @@ The following extensions are available for Windows and Linux machines:

|Operating system |Azure Monitor agent |Dependency VM Insights |Qualys |Custom Script |Key Vault |Hybrid Runbook |Antimalware Extension |Connected Machine agent |
|-----------------|--------------------|-----------------------|-------|--------------|----------|---------------|----------------------|------------------------|
|Amazon Linux 2 | | |X | | |X |X |
|Debian 10 |X | |X |X | |X | |
|Debian 9 |X |X |X |X | | | |
|Debian 8 | |X |X | | |X | |
|Debian 7 | | |X | | |X | |
|OpenSUSE 13.1+ | | |X |X | | | |
|Oracle Linux 8 |X | |X |X | |X |X |
|Oracle Linux 7 |X | |X |X | |X |X |
|Oracle Linux 6 | | |X |X | |X |X |
|Red Hat Enterprise Linux Server 8 |X | |X |X | |X |X |
|Red Hat Enterprise Linux Server 7 |X |X |X |X | |X |X |
|Red Hat Enterprise Linux Server 6 | |X |X | | |X | |
|SUSE Linux Enterprise Server 15.2 |X | |X |X |X | |X |
|SUSE Linux Enterprise Server 15.1 |X | |X |X |X |X |X |
|SUSE Linux Enterprise Server 15 SP1 |X |X |X |X |X |X |X |
|SUSE Linux Enterprise Server 15 |X |X |X |X |X |X |X |
|SUSE Linux Enterprise Server 15 SP5 |X |X |X |X | |X |X |
|Amazon Linux 2 | | |X | | |X |X |X |
|Debian 10 |X | |X |X | |X | |X |
|Debian 9 |X |X |X |X | | | |X |
|Debian 8 | |X |X | | |X | |X |
|Debian 7 | | |X | | |X | |X |
|OpenSUSE 13.1+ | | |X |X | | | |X |
|Oracle Linux 8 |X | |X |X | |X |X |X |
|Oracle Linux 7 |X | |X |X | |X |X |X |
|Oracle Linux 6 | | |X |X | |X |X |X |
|Red Hat Enterprise Linux Server 8 |X | |X |X | |X |X |X |
|Red Hat Enterprise Linux Server 7 |X |X |X |X | |X |X |X |
|Red Hat Enterprise Linux Server 6 | |X |X | | |X | |X |
|SUSE Linux Enterprise Server 15.2 |X | |X |X |X | |X |X |
|SUSE Linux Enterprise Server 15.1 |X | |X |X |X |X |X |X |
|SUSE Linux Enterprise Server 15 SP1 |X |X |X |X |X |X |X |X |
|SUSE Linux Enterprise Server 15 |X |X |X |X |X |X |X |X |
|SUSE Linux Enterprise Server 15 SP5 |X |X |X |X | |X |X |X |
|SUSE Linux Enterprise Server 12 SP5 |X |X |X |X |X | |X |X |
|Ubuntu 20.04 LTS |X |X |X |X | |X |X |
|Ubuntu 18.04 LTS |X |X |X |X |X |X |X |
|Ubuntu 16.04 LTS |X |X |X | | |X |X |
|Ubuntu 14.04 LTS | | |X | | |X | |
|Ubuntu 24.04 LTS |X |X |X |X | |X |X |X |
|Ubuntu 22.04 LTS |X |X |X |X | |X |X |X |
|Ubuntu 20.04 LTS |X |X |X |X | |X |X |X |
|Ubuntu 18.04 LTS |X |X |X |X |X |X |X |X |
|Ubuntu 16.04 LTS |X |X |X | | |X |X |X |
|Ubuntu 14.04 LTS | | |X | | |X | |X |

For the regional availabilities of different Azure services and VM extensions available for Azure Arc-enabled servers, [refer to Azure Global's Product Availability Roadmap](https://global.azure.com/product-availability/roadmap).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Update client tokens, passwords, or scope maps as needed by using [az acr token]

Each connected registry uses a sync token to authenticate with its immediate parent - which could be another connected registry or the cloud registry. The connected registry automatically uses this token when synchronizing content with the parent or performing other updates.

* The sync token and passwords are generated automatically when you create the connected registry resource. Run the [az acr connected-registry install renew-credentials][az-acr-connected-registry-install-renew-credentials] command to regenerate the passwords.
* The sync token and passwords are generated automatically when you create the connected registry resource. Run the [az acr connected-registry get-settings][/cli/azure/acr/connected-registry#az-acr-connected-registry-get-settings] command to regenerate the passwords.
* Include sync token credentials in the configuration used to deploy the connected registry on-premises.
* By default, the sync token is granted permission to synchronize selected repositories with its parent. You must provide an existing sync token or one or more repositories to sync when you create the connected registry resource.
* It also has permissions to read and write synchronization messages on a gateway used to communicate with the connected registry's parent. These messages control the synchronization schedule and manage other updates between the connected registry and its parent.
Expand Down

0 comments on commit 9a63b4d

Please sign in to comment.