-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Recovery Services Site-RecoveryService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reported
Description
Description
Azure requires the Modern appliance for replications; however, the Get-AzRecoveryServicesAsrProtectableItem
command returns no VM's even though the portal view of ASR and AzMigrate show VMs to replicate.
Get-AzRecoveryServicesAsrProtectableItem
should show all VMs that are available for protection.
PS C:\> Get-AzRecoveryServicesAsrProtectableItem -ProtectionContainer $ASRProtectionContainer
PS C:\>
PS C:\> Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $ASRProtectionContainer
ActiveLocation : Primary
AllowedOperations : {UnplannedFailover, DisableProtection, TestFailover}
CurrentScenario : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails
FailoverRecoveryPointId :
FriendlyName : W22Phys01.TestForest.com
ID : /Subscriptions/sub-x-x-x/resourceGroups/lewis-centralus-rg/providers/Microsoft.RecoveryServices/vaults/lew
is-azmigrate-MigrateVault-54260198/replicationFabrics/lewis-azmigrate-migratevault-54260198-vmwarefabric/replicationProtectionContain
ers/lewis-azmic7d2replicationcontainer/replicationProtectedItems/192-168-1-220-78b114fa-0ada-5353-a8e8-c5e92960006f
LastSuccessfulFailoverTime :
LastSuccessfulTestFailoverTime :
Name : 192-168-1-220-78b114fa-0ada-5353-a8e8-c5e92960006f
NicDetailsList :
PolicyFriendlyName : 24-hour-replication-policy
PolicyID : /Subscriptions/sub-x-x-x/resourceGroups/lewis-centralus-rg/providers/Microsoft.RecoveryServices/vaults/lew
is-azmigrate-MigrateVault-54260198/replicationPolicies/24-hour-replication-policy
PrimaryFabricFriendlyName : lewis-azmigrate-migratevault-54260198-vmwarefabric
PrimaryProtectionContainerFriendlyName : lewis-azmic7d2replicationcontainer
ProtectableItemId :
ProtectedItemType :
ProtectionState : Protected
ProtectionStateDescription : Protected
ProviderSpecificDetails : Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmSpecificRPIDetails
RecoveryAzureStorageAccount :
RecoveryAzureVMName : W22Phys01
RecoveryAzureVMSize : Standard_B4s_v2
RecoveryFabricFriendlyName : Microsoft Azure
RecoveryFabricId : Microsoft Azure
RecoveryProtectionContainerFriendlyName : Microsoft Azure
RecoveryResourceGroupId : /subscriptions/sub-x-x-x/resourceGroups/lewis-rg
SelectedSourceNicNetworkId :
RecoveryServicesProviderId : /Subscriptions/sub-x-x-x/resourceGroups/lewis-centralus-rg/providers/Microsoft.RecoveryServices/vaults/lew
is-azmigrate-MigrateVault-54260198/replicationFabrics/lewis-azmigrate-migratevault-54260198-vmwarefabric/replicationRecoveryServicesP
roviders/1410db4d-276c-45d9-b356-ead429d406e8
ReplicationHealth : Normal
ReplicationHealthErrors : {91c74137-75a0-520f-847b-ec41f574887e}
ReplicationProvider : InMageRcm
SelectedRecoveryAzureNetworkId : /subscriptions/sub-x-x-x/resourceGroups/hub-uscentral-network-rg/providers/Microsoft.Network/virtualNetwor
ks/hub-uscentral-vnet
TestFailoverState : None
TestFailoverStateDescription : None
Type : Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems
TfoAzureVMName :
SelectedTfoAzureNetworkId :
ASR

AzMigrate

Issue script & Debug output
PS C:\> $ASRResourceGroup = 'lewis-centralus-rg'
PS C:\> $ASRVaultName = 'lewis-azmigrate-MigrateVault-54260198'
PS C:\> $ASRVaultObject = Get-AzRecoveryServicesVault -ResourceGroupName $ASRResourceGroup -Name $ASRVaultName
PS C:\> $ASRContext = Set-AzRecoveryServicesAsrVaultContext -Vault $ASRVaultObject
#Is this the right fabric??? I don't think it's the HyperV one
PS C:\> $FabricName = "$($ASRVaultName)-vmwarefabric"
PS C:\> $ASRFabricObject = Get-AzRecoveryServicesAsrFabric -Name $FabricName
PS C:\> $ASRProtectionContainer = Get-AzRecoveryServicesAsrProtectionContainer -Fabric $ASRFabricObject
$DebugPreference = 'Continue'
PS C:\> Get-AzRecoveryServicesAsrProtectableItem -ProtectionContainer $ASRProtectionContainer
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisplaySecretsWarning], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 4:44:30 PM - GetAzureRmRecoveryServicesAsrProtectableItem begin processing with ParameterSet 'ByObject'.
DEBUG: 4:44:30 PM - using account id '[email protected]'...
DEBUG: 4:44:30 PM - [ConfigManager] Got [False] from [DisplayBreakingChangeWarning], Module = [Az.RecoveryServices], Cmdlet = [Get-AzRecoveryServicesAsrProtectableItem].
DEBUG: [Common.Authentication]: Authenticating using Account: '[email protected]', environment: 'AzureCloud', tenant: 'tenant-x-x-x'
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 4:44:30 PM - [ConfigManager] Got [False] from [EnableLoginByWam], Module = [], Cmdlet = [].
DEBUG: 4:44:30 PM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'tenant-x-x-x', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'[email protected]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Total number of cache partitions found while getting refresh tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c39ddeed-1577-4c54-9630-abe80ff702a3] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c39ddeed-1577-4c54-9630-abe80ff702a3] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c39ddeed-1577-4c54-9630-abe80ff702a3] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c39ddeed-1577-4c54-9630-abe80ff702a3] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c39ddeed-1577-4c54-9630-abe80ff702a3] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Found 1 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Returning 1 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(1c51ba56-69fb-411e-8fdd-d575826ec3ac)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - 1c51ba56-69fb-411e-8fdd-d575826ec3ac
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] [Internal cache] Total number of cache partitions found while getting access tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] [FindAccessTokenAsync] Discovered 1 access tokens in cache using partition key: 9b34d8e1-b15b-4365-b345-6060396bafc3.tenant-x-x-x
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] Access token is not expired. Returning the found cache entry. [Current time (10/13/2025 21:44:30) - Expiration Time (10/13/2025 22:33:08 +00:00) - Extended Expiration Time (10/13/2025 22:33:08 +00:00)]
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] AT expiration time: 10/13/2025 10:33:08 PM +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Cache
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 0
[LogMetricsFromAuthResult] DurationTotalInMs: 3
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 1c51ba56-69fb-411e-8fdd-d575826ec3ac] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2025-10-13T22:33:08.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'tenant-x-x-x', UserId: '[email protected]'
DEBUG: [Common.Authentication]: Authenticating using Account: '[email protected]', environment: 'AzureCloud', tenant: 'tenant-x-x-x'
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 4:44:30 PM - [ConfigManager] Got [False] from [EnableLoginByWam], Module = [], Cmdlet = [].
DEBUG: 4:44:30 PM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'tenant-x-x-x', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'[email protected]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Total number of cache partitions found while getting refresh tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0efd5a9a-3983-40f7-9236-62cce2e2d75e] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0efd5a9a-3983-40f7-9236-62cce2e2d75e] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0efd5a9a-3983-40f7-9236-62cce2e2d75e] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0efd5a9a-3983-40f7-9236-62cce2e2d75e] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0efd5a9a-3983-40f7-9236-62cce2e2d75e] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Found 1 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Returning 1 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(376f3f49-12ea-464b-8508-0eef44f98730)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - 376f3f49-12ea-464b-8508-0eef44f98730
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] [Internal cache] Total number of cache partitions found while getting access tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] [FindAccessTokenAsync] Discovered 1 access tokens in cache using partition key: 9b34d8e1-b15b-4365-b345-6060396bafc3.tenant-x-x-x
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] Access token is not expired. Returning the found cache entry. [Current time (10/13/2025 21:44:30) - Expiration Time (10/13/2025 22:33:08 +00:00) - Extended Expiration Time (10/13/2025 22:33:08 +00:00)]
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] AT expiration time: 10/13/2025 10:33:08 PM +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Cache
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 0
[LogMetricsFromAuthResult] DurationTotalInMs: 3
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 376f3f49-12ea-464b-8508-0eef44f98730] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2025-10-13T22:33:08.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'tenant-x-x-x', UserId: '[email protected]'
DEBUG: [Common.Authentication]: Authenticating using Account: '[email protected]', environment: 'AzureCloud', tenant: 'tenant-x-x-x'
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 4:44:30 PM - [ConfigManager] Got [False] from [EnableLoginByWam], Module = [], Cmdlet = [].
DEBUG: 4:44:30 PM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'tenant-x-x-x', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'[email protected]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Total number of cache partitions found while getting refresh tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0edd142a-6009-4895-bd16-29169bd1f2f8] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0edd142a-6009-4895-bd16-29169bd1f2f8] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0edd142a-6009-4895-bd16-29169bd1f2f8] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0edd142a-6009-4895-bd16-29169bd1f2f8] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 0edd142a-6009-4895-bd16-29169bd1f2f8] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Found 1 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Returning 1 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(7b6b9a90-7721-4130-8244-35b15d861869)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - 7b6b9a90-7721-4130-8244-35b15d861869
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] [Internal cache] Total number of cache partitions found while getting access tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] [FindAccessTokenAsync] Discovered 1 access tokens in cache using partition key: 9b34d8e1-b15b-4365-b345-6060396bafc3.tenant-x-x-x
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] Access token is not expired. Returning the found cache entry. [Current time (10/13/2025 21:44:30) - Expiration Time (10/13/2025 22:33:08 +00:00) - Extended Expiration Time (10/13/2025 22:33:08 +00:00)]
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] AT expiration time: 10/13/2025 10:33:08 PM +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Cache
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 0
[LogMetricsFromAuthResult] DurationTotalInMs: 13
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 7b6b9a90-7721-4130-8244-35b15d861869] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2025-10-13T22:33:08.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'tenant-x-x-x', UserId: '[email protected]'
DEBUG: [Common.Authentication]: Authenticating using Account: '[email protected]', environment: 'AzureCloud', tenant: 'tenant-x-x-x'
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 4:44:30 PM - [ConfigManager] Got [False] from [EnableLoginByWam], Module = [], Cmdlet = [].
DEBUG: 4:44:30 PM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'tenant-x-x-x', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'[email protected]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Total number of cache partitions found while getting refresh tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 638e0a8d-74cf-49c1-a238-d4c7ffdbbd4b] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 638e0a8d-74cf-49c1-a238-d4c7ffdbbd4b] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 638e0a8d-74cf-49c1-a238-d4c7ffdbbd4b] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 638e0a8d-74cf-49c1-a238-d4c7ffdbbd4b] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 638e0a8d-74cf-49c1-a238-d4c7ffdbbd4b] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Found 1 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Returning 1 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(e9fedfd9-3c99-40d4-a954-862ca1a2f890)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - e9fedfd9-3c99-40d4-a954-862ca1a2f890
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] [Internal cache] Total number of cache partitions found while getting access tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] [FindAccessTokenAsync] Discovered 1 access tokens in cache using partition key: 9b34d8e1-b15b-4365-b345-6060396bafc3.tenant-x-x-x
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] Access token is not expired. Returning the found cache entry. [Current time (10/13/2025 21:44:30) - Expiration Time (10/13/2025 22:33:08 +00:00) - Extended Expiration Time (10/13/2025 22:33:08 +00:00)]
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] AT expiration time: 10/13/2025 10:33:08 PM +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Cache
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 0
[LogMetricsFromAuthResult] DurationTotalInMs: 3
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - e9fedfd9-3c99-40d4-a954-862ca1a2f890] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2025-10-13T22:33:08.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'tenant-x-x-x', UserId: '[email protected]'
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.azure.com/subscriptions/c5d35f87-827d-4224-85d9-a5fac1b90b9b/resourceGroups/lewis-centralus-rg/providers/Microsoft.RecoveryServices/vaults/lewis-azmigrate-MigrateVault-54260198/replicationFabrics/lewis-azmigrate-migratevault-54260198-vmwarefabric/replicationProtectionContainers/lewis-azmic7d2replicationcontainer/replicationProtectableItems?api-version=2024-10-01
Headers:
Accept-Language : en-US
x-ms-client-request-id : 54ee3d39-6a85-4d8e-b338-b002822cc0dd
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Strict-Transport-Security : max-age=31536000; includeSubDomains
x-ms-request-id : 54ee3d39-6a85-4d8e-b338-b002822cc0dd 10/13/2025 9:44:32 PM
X-Content-Type-Options : nosniff
x-ms-client-request-id : 54ee3d39-6a85-4d8e-b338-b002822cc0dd
x-ms-operation-identifier : tenantId=tenant-x-x-x,objectId=9b34d8e1-b15b-4365-b345-6060396bafc3/centralus/20b2ee28-3e64-447b-9653-e3a3bace9b37
x-ms-ratelimit-remaining-subscription-reads: 249
x-ms-ratelimit-remaining-subscription-global-reads: 3749
x-ms-correlation-request-id : 3ee667b1-dd99-453f-aa6e-076b6e1867b9
x-ms-routing-request-id : CENTRALUS:20251013T214432Z:3ee667b1-dd99-453f-aa6e-076b6e1867b9
X-Cache : CONFIG_NOCACHE
X-MSEdge-Ref : Ref A: 6817289276574A0F9607254DCFAE877E Ref B: CH1AA2020620027 Ref C: 2025-10-13T21:44:31Z
Date : Mon, 13 Oct 2025 21:44:31 GMT
Body:
{
"value": [],
"nextLink": null
}
DEBUG: [Common.Authentication]: Authenticating using Account: '[email protected]', environment: 'AzureCloud', tenant: 'tenant-x-x-x'
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 4:44:30 PM - [ConfigManager] Got [False] from [EnableLoginByWam], Module = [], Cmdlet = [].
DEBUG: 4:44:30 PM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'tenant-x-x-x', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'[email protected]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Total number of cache partitions found while getting refresh tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 270ee3c6-fb04-4d55-a4c0-69d15fdc15b2] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 270ee3c6-fb04-4d55-a4c0-69d15fdc15b2] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 270ee3c6-fb04-4d55-a4c0-69d15fdc15b2] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 270ee3c6-fb04-4d55-a4c0-69d15fdc15b2] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 270ee3c6-fb04-4d55-a4c0-69d15fdc15b2] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Found 1 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Returning 1 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(5696825e-4fc9-49ee-a9e2-e44f4dee3fce)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] [Internal cache] Total number of cache partitions found while getting access tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] [FindAccessTokenAsync] Discovered 1 access tokens in cache using partition key: 9b34d8e1-b15b-4365-b345-6060396bafc3.tenant-x-x-x
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] Access token is not expired. Returning the found cache entry. [Current time (10/13/2025 21:44:30) - Expiration Time (10/13/2025 22:33:08 +00:00) - Extended Expiration Time (10/13/2025 22:33:08 +00:00)]
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] AT expiration time: 10/13/2025 10:33:08 PM +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Cache
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 0
[LogMetricsFromAuthResult] DurationTotalInMs: 2
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 5696825e-4fc9-49ee-a9e2-e44f4dee3fce] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2025-10-13T22:33:08.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'tenant-x-x-x', UserId: '[email protected]'
DEBUG: [Common.Authentication]: Authenticating using Account: '[email protected]', environment: 'AzureCloud', tenant: 'tenant-x-x-x'
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 4:44:30 PM - [ConfigManager] Got [False] from [EnableLoginByWam], Module = [], Cmdlet = [].
DEBUG: 4:44:30 PM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'tenant-x-x-x', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'[email protected]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Total number of cache partitions found while getting refresh tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 86b244e2-7323-4d0e-830d-caf364b9084a] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 86b244e2-7323-4d0e-830d-caf364b9084a] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 86b244e2-7323-4d0e-830d-caf364b9084a] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 86b244e2-7323-4d0e-830d-caf364b9084a] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - 86b244e2-7323-4d0e-830d-caf364b9084a] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Found 1 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] Returning 1 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(c8c0e34b-e39e-433b-bb2b-59154c8accef)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - False
HomeAccountId - False
CorrelationId - c8c0e34b-e39e-433b-bb2b-59154c8accef
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] === Token Acquisition (SilentRequest) started:
Scopes: https://management.core.windows.net//.default
Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] [Internal cache] Total number of cache partitions found while getting access tokens: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] [FindAccessTokenAsync] Discovered 1 access tokens in cache using partition key: 9b34d8e1-b15b-4365-b345-6060396bafc3.tenant-x-x-x
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] Access token is not expired. Returning the found cache entry. [Current time (10/13/2025 21:44:30) - Expiration Time (10/13/2025 22:33:08 +00:00) - Extended Expiration Time (10/13/2025 22:33:08 +00:00)]
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef]
=== Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] AT expiration time: 10/13/2025 10:33:08 PM +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Cache
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 0
[LogMetricsFromAuthResult] DurationTotalInMs: 2
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.8 Microsoft Windows 10.0.22621 [2025-10-13 21:44:30Z - c8c0e34b-e39e-433b-bb2b-59154c8accef] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2025-10-13T22:33:08.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'tenant-x-x-x', UserId: '[email protected]'
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisplaySecretsWarning], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [DisplayRegionIdentified], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 4:44:30 PM - [ConfigManager] Got nothing from [CheckForUpgrade], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 4:44:30 PM - No authentication telemetry is found for the current cmdlet with Id 54ee3d39-6a85-4d8e-b338-b002822cc0dd.
DEBUG: AzureQoSEvent: Module: Az.RecoveryServices:7.8.0; CommandName: Get-AzRecoveryServicesAsrProtectableItem; PSVersion: 7.5.3; IsSuccess: True; Duration: 00:00:00.5500382; SanitizeDuration: 00:00:00.0000642
DEBUG: 4:44:30 PM - [ConfigManager] Got [True] from [EnableDataCollection], Module = [], Cmdlet = [].
DEBUG: 4:44:30 PM - GetAzureRmRecoveryServicesAsrProtectableItem end processing.
Environment data
$PSVersionTable
Name Value
---- -----
PSVersion 7.5.3
PSEdition Core
GitCommitId 7.5.3
OS Microsoft Windows 10.0.22621
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Module versions
get-module az*
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Script 5.3.0 Az.Accounts {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…}
Script 7.8.0 Az.RecoveryServices {Add-AzRecoveryServicesAsrReplicationProtectedItemDisk, Backup-AzRecoveryServicesBackupItem, Copy-AzRecov…
Error output
Resolve-AzError
DEBUG: 4:50:39 PM - [ConfigManager] Got nothing from [DisplaySecretsWarning], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 4:50:39 PM - ResolveError begin processing with ParameterSet 'AnyErrorParameterSet'.
DEBUG: 4:50:39 PM - using account id '[email protected]'...
DEBUG: 4:50:39 PM - [ConfigManager] Got [False] from [DisplayBreakingChangeWarning], Module = [Az.Accounts], Cmdlet = [Resolve-AzError].
DEBUG: 4:50:39 PM - [ConfigManager] Got nothing from [DisplayRegionIdentified], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 4:50:39 PM - [ConfigManager] Got nothing from [CheckForUpgrade], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 4:50:39 PM - No authentication telemetry is found for the current cmdlet with Id ade58815-8fa8-4930-9405-4c4871903b5b.
DEBUG: AzureQoSEvent: Module: Az.Accounts:5.3.0; CommandName: Resolve-AzError; PSVersion: 7.5.3; IsSuccess: True; Duration: 00:00:00.0012869; SanitizeDuration: 00:00:00
DEBUG: 4:50:39 PM - [ConfigManager] Got [True] from [EnableDataCollection], Module = [], Cmdlet = [].
DEBUG: 4:50:39 PM - ResolveError end processing.
Metadata
Metadata
Assignees
Labels
Recovery Services Site-RecoveryService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reported