Azure Arc or Azure Stack HCI

Sreedhar Poli 0 Reputation points
2025-11-05T06:02:47.5366667+00:00

I'm deploying Azure Local 23H2 and attempting to install the AzureEdgeDeviceSupport and AzureEdgeRemoteSupport extensions on Arc-connected machines in the eastus region. The PowerShell and CLI commands return errors indicating the extensions are not published in this region. Please confirm whether these extensions are available for my tenant and region, or advise on how to proceed.

I am getting below error. how to resolve it.?
AzureEdgeDeviceSupport extension is not published in the eastus region for your tenant, and cannot be installed via PowerShell or CLI.

AzureEdgeRemoteSupport extension is not published in the eastus region for your tenant, and cannot be installed via PowerShell or CLI.

AzureEdgeTelemetryAndDiagnostics extension is not published in the eastus region for your tenant, and cannot be installed via PowerShell or CLI.

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
{count} votes

2 answers

Sort by: Most helpful
  1. Sandhya Kommineni 2,730 Reputation points Microsoft External Staff Moderator
    2025-11-05T11:06:27.6566667+00:00

    Hello Sreedhar Poli,

    The error about the AzureEdgeDeviceSupport & AzureEdgeRemoteSupport extension not being published in the eastus region for your tenant is consistent with known issues when deploying Azure Local 23H2 or 24H2 clusters in specific regions.

    This issue may occur due to resource provider registration or Data Plane endpoints not being fully initialized or published in the region.

    Recommended Approach

    • Make sure that your Azure subscription is registered against the required resource providers. To register, you must be an owner or contributor on your subscription. You can also ask an administrator to register.

    Refer document: Register your Azure Local machines with Azure Arc and assign permissions for deployment - Azure Loc…

    • Double-check RP status and available features. Ensure you see Registered, and inspect the ResourceTypes list for: clusters, edgeDevices,provisioningRequests.
    • If edgeDevices is not listed, the backend rollout may not be complete in your region. Re-register the RP (forces re-init of DP endpoints)
    • The recommended region parameter for installation commands must be exactly the region your Azure Arc machine resource is registered. System requirements for Azure Local, version 23H2 - Azure Local | Microsoft Learn
    • Test another region to check if the issue is region specific
    • Make sure Resource Group created in eastus and try registering everything again using New-AzConnectedMachineExtension commands with the correct parameters
    • If the errors persist, opening a support ticket File a support ticket with Microsoft might be necessary, as some internal service-level endpoint setups may be pending.

    Refer document: https://learn.microsoft.com/en-us/azure/azure-local/manage/get-support-for-deployment-issues?view=azloc-2510

    I hope the provided answer is helpful, do let me know if you have any further questions on this Please accept as Yes if the answer is helpful so that it can help others in the community.

    1 person found this answer helpful.
    0 comments No comments

  2. Sreedhar Poli 0 Reputation points
    2025-11-06T18:10:07.2466667+00:00

    Hi @Sandhya Kommineni Thanks for the help. I can install two extension by re-installing the hosts with latest azure HCI Local OS and then installed. But still validation of host failing with error **"Update the Device Management Extension on the selected nodes."
    **

    AzureEdgeRemoteSupport - installed
    AzureEdgeTelemetryAndDiagnostics - installed
    AzureEdgeDeviceSupport - can't found in eastus

    PS C:\Users\Administrator> New-AzConnectedMachineExtension `

    -Name "AzureEdgeDeviceSupport" `

    -ResourceGroupName $ResourceGroup `

    -MachineName $env:COMPUTERNAME `

    -Location $Region `

    -Publisher "Microsoft.AzureStack.Observability" `

    -ExtensionType "EdgeDeviceSupport" `

    -EnableAutomaticUpgrade

    New-AzConnectedMachineExtension : The VM extension with publisher 'microsoft.azurestack.observability' and type 'edgedevicesupport' could not be found in location

    'eastus'.

    At line:1 char:1

    • New-AzConnectedMachineExtension `
    • 
          + CategoryInfo          : InvalidOperation: ({ SubscriptionI...DeviceSupport }:<>f__AnonymousType7`4) [New-AzConnected..._CreateExpanded], UndeclaredResponseExceptio
      
         n
      
          + FullyQualifiedErrorId : OK,Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Cmdlets.NewAzConnectedMachineExtension_CreateExpanded
      
      

    PS C:\Users\Administrator>


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.