Skip to content

Get-AzResource -ExpandProperties is not returning subproperties of siteconfig correctly. especially iprestrictions #27904

Open
@andreacapriplexure

Description

@andreacapriplexure

Description

While running this against the slot on one of our web apps I noticed the siteConfig is mostly returning null for values that I have verified are set in the portal
https://learn.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions?tabs=powershell#change-unmatched-rule-action-for-main-site suggests a powershell script that does not work because those properties are set.

Issue script & Debug output

48> $A = Get-AzResource -Name "********-1/staging" -ResourceGroupName ************** -ExpandProperties ; $A.Properties.siteConfig
DEBUG: 12:57:06 pm - [ConfigManager] Got nothing from [DisplaySecretsWarning], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 12:57:06 pm - GetAzureResourceCmdlet begin processing with ParameterSet 'ByTagNameValueParameterSet'.
DEBUG: 12:57:06 pm - using account id '*********'...
DEBUG: 12:57:06 pm - [ConfigManager] Got [False] from [DisplayBreakingChangeWarning], Module = [Az.Resources], Cmdlet = [Get-AzResource].
DEBUG: [Common.Authentication]: Authenticating using Account: '*********', environment: 'AzureCloud', tenant: '********************'
DEBUG: 12:57:06 pm - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 12:57:06 pm - [ConfigManager] Got nothing from [EnableLoginByWam], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 12:57:06 pm - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'********************', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'*********'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - fe64ae38-e1ee-4d92-9efb-6f30a0cbf94d] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - fe64ae38-e1ee-4d92-9efb-6f30a0cbf94d] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - fe64ae38-e1ee-4d92-9efb-6f30a0cbf94d] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - fe64ae38-e1ee-4d92-9efb-6f30a0cbf94d] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - fe64ae38-e1ee-4d92-9efb-6f30a0cbf94d] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - fe64ae38-e1ee-4d92-9efb-6f30a0cbf94d] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Runtime] WAM supported OS.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [RuntimeBroker] ListWindowsWorkAndSchoolAccounts option was not enabled.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 508b692d-9743-4e4b-9c02-44381a976adf] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] Found 2 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] Returning 2 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(99cecba4-1fed-4543-9eee-d8e85bebdd97)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97]
=== 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 - True
HomeAccountId - False
CorrelationId - 99cecba4-1fed-4543-9eee-d8e85bebdd97
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:

DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] === 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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Broker is configured and enabled, attempting to use broker instead.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Runtime] WAM supported OS.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Can invoke broker. Will attempt to acquire token with broker.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0001]      WARNING SetAuthorityUri:78      Initializing authority from URI 'https://login.microsoftonline.com/********************/' without authority type, defaulting to MsSts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:422    Printing Telemetry for Correlation ID: 99cecba4-1fed-4543-9eee-d8e85bebdd97
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: start_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: api_name, Value: ReadAccountById
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: was_request_throttled, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: authority_type, Value: Unknown
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: msal_version, Value: 1.1.0+local
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: correlation_id, Value: 99cecba4-1fed-4543-9eee-d8e85bebdd97
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: broker_app_used, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: stop_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: msalruntime_version, Value: 0.16.2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: is_successful, Value: true
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    LogTelemetryData:430    Key: request_duration, Value: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    SetCorrelationId:258    Set correlation ID: 99cecba4-1fed-4543-9eee-d8e85bebdd97
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    EnqueueBackgroundRequest:1000   The original authority is 'https://login.microsoftonline.com/********************'
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    ModifyAndValidateAuthParameters:219     Additional query parameter added successfully. Key: '(pii)' Value: '(pii)'
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      INFO    ModifyAndValidateAuthParameters:243     Authority Realm: ********************
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0144]      WARNING TryEnqueueMsaDeviceCredentialAcquisitionAndContinue:1052        MsaDeviceOperationProvider is not available. Not attempting to register the device.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    StorageTokenResponse:84 StorageTokenResponse account constructor invoked. This is only expected in Runtime flows
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:422    Printing Telemetry for Correlation ID: 99cecba4-1fed-4543-9eee-d8e85bebdd97
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: start_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: api_name, Value: AcquireTokenSilently
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: was_request_throttled, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: authority_type, Value: AAD
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: access_token_expiry_time, Value: 2025-06-10T01:32:23.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: read_token, Value: ID|AT
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: msal_version, Value: 1.1.0+local
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: client_id, Value: 1950a258-227b-4e31-a9cf-717495945fc2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: correlation_id, Value: 99cecba4-1fed-4543-9eee-d8e85bebdd97
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: broker_app_used, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: stop_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: msalruntime_version, Value: 0.16.2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: original_authority, Value: https://login.microsoftonline.com/********************
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: request_eligible_for_broker, Value: true
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: additional_query_parameters_count, Value: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: storage_read, Value: DAC|DAT|DID
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: auth_flow, Value: AT
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: is_successful, Value: true
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: authorization_type, Value: WindowsIntegratedAuth
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: request_duration, Value: 2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:435    Printing Execution Flow:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:443    {"t":"4s7uc","tid":144,"ts":0,"l":2},{"t":"4sufd","tid":144,"ts":0,"s":2,"l":2},{"t":"4swgg","tid":144,"ts":0,"s":142,"l":2},{"t":"4swgf","tid":144,"ts":0,"s":1,"l":2},{"t":"4swgi","tid":3,"ts":0,"s":142,"l":2},{"t":"8b2yn","tid":3,"ts":0,"l":2},{"t":"8dqkx","tid":3,"ts":0,"l":2},{"t":"8dqik","tid":3,"ts":0,"l":2},{"t":"4q2di","tid":3,"ts":0,"l":2},{"t":"4qnng","tid":3,"ts":0,"l":2,"a":2,"ie":0},{"t":"4qnnf","tid":3,"ts":1,"l":2,"a":2,"ie":1},{"t":"8dqit","tid":3,"ts":1,"l":2},{"t":"8b2ht","tid":3,"ts":1,"l":2},{"t":"4qnno","tid":3,"ts":1,"l":2,"a":2,"ie":0},{"t":"4qnnn","tid":3,"ts":3,"l":2,"a":2,"ie":1},{"t":"6xuag","tid":3,"ts":3,"l":2}
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [RuntimeBroker] WAM response status success
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Checking MsalTokenResponse returned from broker.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Success. Response contains an access token.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Checking client info returned from the server..
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Saving token response to cache..
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] [Instance Discovery] Instance discovery is enabled and will be performed
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] [SaveTokenResponseAsync] Saving Id Token and Account in cache ...
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97]
        === Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97]  AT expiration time: 10/06/2025 1:32:22 am +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Broker
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] Fetched access token from host login.microsoftonline.com.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 2
[LogMetricsFromAuthResult] DurationTotalInMs: 12
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 99cecba4-1fed-4543-9eee-d8e85bebdd97] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2025-06-10T01:32:22.5674247+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '********************', UserId: '*********'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/**************/resourceGroups/**************/resources?$filter=name EQ '********-1/staging'&api-version=2016-09-01

Headers:
User-Agent                    : Az.Resources/8.0.0,AzurePowershell/v14.1.0,PSVersion/v7.5.1
ParameterSetName              : ByTagNameValueParameterSet
CommandName                   : Get-AzResource

Body:



DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 249
x-ms-ratelimit-remaining-subscription-global-reads: 3749
x-ms-request-id               : fb4dd6fe-3452-41fe-83f0-53be78062c42
x-ms-correlation-request-id   : fb4dd6fe-3452-41fe-83f0-53be78062c42
x-ms-routing-request-id       : AUSTRALIAEAST:20250610T005706Z:fb4dd6fe-3452-41fe-83f0-53be78062c42
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
X-Cache                       : CONFIG_NOCACHE
X-MSEdge-Ref                  : Ref A: D0F58AB8234745FDA7624C88C6B531B6 Ref B: SYD03EDGE0805 Ref C: 2025-06-10T00:57:06Z
Date                          : Tue, 10 Jun 2025 00:57:06 GMT

Body:
{
  "value": [
    {
      "id": "/subscriptions/**************/resourceGroups/**************/providers/Microsoft.Web/sites/********-1/slots/staging",
      "name": "********-1/staging",
      "type": "Microsoft.Web/sites/slots",
      "kind": "app",
      "location": "southeastasia",
      "identity": {
        "principalId": "***************************",
        "tenantId": "********************",
        "type": "SystemAssigned"
      }
    }
  ]
}


DEBUG: [Common.Authentication]: Authenticating using Account: '*********', environment: 'AzureCloud', tenant: '********************'
DEBUG: 12:57:06 pm - [ConfigManager] Got nothing from [DisableInstanceDiscovery], Module = [], Cmdlet = []. Returning default value [False].
DEBUG: 12:57:06 pm - [ConfigManager] Got nothing from [EnableLoginByWam], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 12:57:06 pm - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'********************', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'*********'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 9f5e8626-21c7-4a81-a52f-8a6ce9c35e42] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 9f5e8626-21c7-4a81-a52f-8a6ce9c35e42] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 9f5e8626-21c7-4a81-a52f-8a6ce9c35e42] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 9f5e8626-21c7-4a81-a52f-8a6ce9c35e42] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 9f5e8626-21c7-4a81-a52f-8a6ce9c35e42] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - 9f5e8626-21c7-4a81-a52f-8a6ce9c35e42] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Runtime] WAM supported OS.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [RuntimeBroker] ListWindowsWorkAndSchoolAccounts option was not enabled.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - cd85833f-f93e-4486-9497-11371ea70d18] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] Found 2 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] Returning 2 accounts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] MSAL MSAL.CoreCLR with assembly version '4.65.0.0'. CorrelationId(c63a30e7-e9b2-4d58-b33f-c08f48e025a0)
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] LoginHint provided: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Account provided: True
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] ForceRefresh: False
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0]
=== 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 - True
HomeAccountId - False
CorrelationId - c63a30e7-e9b2-4d58-b33f-c08f48e025a0
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:

DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] === 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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Broker is configured and enabled, attempting to use broker instead.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Runtime] WAM supported OS.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Can invoke broker. Will attempt to acquire token with broker.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0001]      WARNING SetAuthorityUri:78      Initializing authority from URI 'https://login.microsoftonline.com/********************/' without authority type, defaulting to MsSts
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:422    Printing Telemetry for Correlation ID: c63a30e7-e9b2-4d58-b33f-c08f48e025a0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: start_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: api_name, Value: ReadAccountById
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: was_request_throttled, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: authority_type, Value: Unknown
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: msal_version, Value: 1.1.0+local
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: correlation_id, Value: c63a30e7-e9b2-4d58-b33f-c08f48e025a0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: broker_app_used, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: stop_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: msalruntime_version, Value: 0.16.2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: is_successful, Value: true
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    LogTelemetryData:430    Key: request_duration, Value: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    SetCorrelationId:258    Set correlation ID: c63a30e7-e9b2-4d58-b33f-c08f48e025a0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    EnqueueBackgroundRequest:1000   The original authority is 'https://login.microsoftonline.com/********************'
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    ModifyAndValidateAuthParameters:219     Additional query parameter added successfully. Key: '(pii)' Value: '(pii)'
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      INFO    ModifyAndValidateAuthParameters:243     Authority Realm: ********************
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0145]      WARNING TryEnqueueMsaDeviceCredentialAcquisitionAndContinue:1052        MsaDeviceOperationProvider is not available. Not attempting to register the device.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    StorageTokenResponse:84 StorageTokenResponse account constructor invoked. This is only expected in Runtime flows
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:422    Printing Telemetry for Correlation ID: c63a30e7-e9b2-4d58-b33f-c08f48e025a0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: start_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: api_name, Value: AcquireTokenSilently
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: was_request_throttled, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: authority_type, Value: AAD
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: access_token_expiry_time, Value: 2025-06-10T01:32:23.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: read_token, Value: ID|AT
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: msal_version, Value: 1.1.0+local
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: client_id, Value: 1950a258-227b-4e31-a9cf-717495945fc2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: correlation_id, Value: c63a30e7-e9b2-4d58-b33f-c08f48e025a0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: broker_app_used, Value: false
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: stop_time, Value: 2025-06-10T00:57:06.000Z
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: msalruntime_version, Value: 0.16.2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: original_authority, Value: https://login.microsoftonline.com/********************
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: request_eligible_for_broker, Value: true
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: additional_query_parameters_count, Value: 1
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: storage_read, Value: DAC|DAT|DID
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: auth_flow, Value: AT
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: is_successful, Value: true
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: authorization_type, Value: WindowsIntegratedAuth
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:430    Key: request_duration, Value: 2
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:435    Printing Execution Flow:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [MSAL:0003]      INFO    LogTelemetryData:443    {"t":"4s7uc","tid":145,"ts":0,"l":2},{"t":"4sufd","tid":145,"ts":0,"s":2,"l":2},{"t":"4swgg","tid":145,"ts":0,"s":143,"l":2},{"t":"4swgf","tid":145,"ts":0,"s":1,"l":2},{"t":"4swgi","tid":3,"ts":0,"s":143,"l":2},{"t":"8b2yn","tid":3,"ts":0,"l":2},{"t":"8dqkx","tid":3,"ts":0,"l":2},{"t":"8dqik","tid":3,"ts":0,"l":2},{"t":"4q2di","tid":3,"ts":0,"l":2},{"t":"4qnng","tid":3,"ts":0,"l":2,"a":2,"ie":0},{"t":"4qnnf","tid":3,"ts":0,"l":2,"a":2,"ie":1},{"t":"8dqit","tid":3,"ts":0,"l":2},{"t":"8b2ht","tid":3,"ts":0,"l":2},{"t":"4qnno","tid":3,"ts":0,"l":2,"a":2,"ie":0},{"t":"4qnnn","tid":3,"ts":2,"l":2,"a":2,"ie":1},{"t":"6xuag","tid":3,"ts":2,"l":2}
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [RuntimeBroker] WAM response status success
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Checking MsalTokenResponse returned from broker.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Success. Response contains an access token.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Checking client info returned from the server..
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Saving token response to cache..
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] [Instance Discovery] Instance discovery is enabled and will be performed
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [Internal cache] Clearing user token cache accessor.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] [SaveTokenResponseAsync] Saving Id Token and Account in cache ...
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z] [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.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0]
        === Token Acquisition finished successfully:
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0]  AT expiration time: 10/06/2025 1:32:22 am +00:00, scopes: https://management.core.windows.net//.default https://management.core.windows.net//user_impersonation. source: Broker
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] Fetched access token from host login.microsoftonline.com.
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0]
[LogMetricsFromAuthResult] Cache Refresh Reason: NotApplicable
[LogMetricsFromAuthResult] DurationInCacheInMs: 5
[LogMetricsFromAuthResult] DurationTotalInMs: 24
[LogMetricsFromAuthResult] DurationInHttpInMs: 0
DEBUG: False MSAL 4.65.0.0 MSAL.CoreCLR .NET 9.0.4 Microsoft Windows 10.0.26100 [2025-06-10 00:57:06Z - c63a30e7-e9b2-4d58-b33f-c08f48e025a0] TokenEndpoint: ****
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2025-06-10T01:32:22.9679065+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '********************', UserId: '*********'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/**************/resourceGroups/**************/providers/Microsoft.Web/sites/********-1/slots/staging?api-version=2024-04-01

Headers:
User-Agent                    : Az.Resources/8.0.0,AzurePowershell/v14.1.0,PSVersion/v7.5.1
ParameterSetName              : ByTagNameValueParameterSet
CommandName                   : Get-AzResource

Body:



DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
ETag                          : "1DBD9A076251CA0"
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-request-id               : c422dceb-f7b2-4284-b972-28f4992a7601
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 249
x-ms-ratelimit-remaining-subscription-global-reads: 3749
x-ms-correlation-request-id   : 9b569256-6ad7-46df-b88c-c60f5b842739
x-ms-routing-request-id       : AUSTRALIASOUTHEAST:20250610T005709Z:9b569256-6ad7-46df-b88c-c60f5b842739
X-Content-Type-Options        : nosniff
X-Cache                       : CONFIG_NOCACHE
X-MSEdge-Ref                  : Ref A: 6330C718777D48F09C75539C3F089B55 Ref B: SYD03EDGE1711 Ref C: 2025-06-10T00:57:07Z
Date                          : Tue, 10 Jun 2025 00:57:08 GMT

Body:
{
  "id": "/subscriptions/**************/resourceGroups/**************/providers/Microsoft.Web/sites/********-1/slots/staging",
  "name": "********-1/staging",
  "type": "Microsoft.Web/sites/slots",
  "kind": "app",
  "location": "Southeast Asia",
  "properties": {
    "name": "********-1(staging)",
    "state": "Stopped",
    "hostNames": [
      "********-1-staging.azurewebsites.net"
    ],
    "webSpace": "**************-SoutheastAsiawebspace",
    "selfLink": "https://waws-prod-sg1-077.api.azurewebsites.windows.net:454/subscriptions/**************/webspaces/**************-SoutheastAsiawebspace/sites/********-1",
    "repositorySiteName": "********-1",
    "owner": null,
    "usageState": "Normal",
    "enabled": true,
    "adminEnabled": true,
    "siteScopedCertificatesEnabled": false,
    "afdEnabled": false,
    "enabledHostNames": [
      "********-1-staging.azurewebsites.net",
      "********-1-staging.scm.azurewebsites.net"
    ],
    "siteProperties": {
      "metadata": null,
      "properties": [
        {
          "name": "LinuxFxVersion",
          "value": ""
        },
        {
          "name": "WindowsFxVersion",
          "value": null
        }
      ],
      "appSettings": null
    },
    "availabilityState": "Normal",
    "sslCertificates": null,
    "csrs": [],
    "cers": null,
    "siteMode": null,
    "hostNameSslStates": [
      {
        "name": "********-1-staging.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "virtualIPv6": null,
        "thumbprint": null,
        "certificateResourceId": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Standard"
      },
      {
        "name": "********-1-staging.scm.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "virtualIPv6": null,
        "thumbprint": null,
        "certificateResourceId": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Repository"
      }
    ],
    "computeMode": null,
    "serverFarm": null,
    "serverFarmId": "/subscriptions/**************/resourceGroups/**************/providers/Microsoft.Web/serverfarms/*************************",
    "reserved": false,
    "isXenon": false,
    "hyperV": false,
    "sandboxType": null,
    "lastModifiedTimeUtc": "2025-06-10T00:41:53.77",
    "storageRecoveryDefaultState": "Running",
    "contentAvailabilityState": "Normal",
    "runtimeAvailabilityState": "Normal",
    "dnsConfiguration": {},
    "vnetRouteAllEnabled": false,
    "containerAllocationSubnet": null,
    "useContainerLocalhostBindings": null,
    "vnetImagePullEnabled": false,
    "vnetContentShareEnabled": false,
    "siteConfig": {
      "numberOfWorkers": 1,
      "defaultDocuments": null,
      "netFrameworkVersion": null,
      "phpVersion": null,
      "pythonVersion": null,
      "nodeVersion": null,
      "powerShellVersion": null,
      "linuxFxVersion": "",
      "windowsFxVersion": null,
      "sandboxType": null,
      "windowsConfiguredStacks": null,
      "requestTracingEnabled": null,
      "remoteDebuggingEnabled": null,
      "remoteDebuggingVersion": null,
      "httpLoggingEnabled": null,
      "azureMonitorLogCategories": null,
      "acrUseManagedIdentityCreds": false,
      "acrUserManagedIdentityID": null,
      "logsDirectorySizeLimit": null,
      "detailedErrorLoggingEnabled": null,
      "publishingUsername": null,
      "publishingPassword": null,
      "appSettings": null,
      "metadata": null,
      "connectionStrings": null,
      "machineKey": null,
      "handlerMappings": null,
      "documentRoot": null,
      "scmType": null,
      "use32BitWorkerProcess": null,
      "webSocketsEnabled": null,
      "alwaysOn": true,
      "javaVersion": null,
      "javaContainer": null,
      "javaContainerVersion": null,
      "appCommandLine": null,
      "managedPipelineMode": null,
      "virtualApplications": null,
      "winAuthAdminState": null,
      "winAuthTenantState": null,
      "customAppPoolIdentityAdminState": null,
      "customAppPoolIdentityTenantState": null,
      "runtimeADUser": null,
      "runtimeADUserPassword": null,
      "loadBalancing": null,
      "routingRules": null,
      "experiments": null,
      "limits": null,
      "autoHealEnabled": null,
      "autoHealRules": null,
      "tracingOptions": null,
      "vnetName": null,
      "vnetRouteAllEnabled": null,
      "vnetPrivatePortsCount": null,
      "publicNetworkAccess": null,
      "cors": null,
      "push": null,
      "apiDefinition": null,
      "apiManagementConfig": null,
      "autoSwapSlotName": null,
      "localMySqlEnabled": null,
      "managedServiceIdentityId": null,
      "xManagedServiceIdentityId": null,
      "keyVaultReferenceIdentity": null,
      "ipSecurityRestrictions": null,
      "ipSecurityRestrictionsDefaultAction": null,
      "scmIpSecurityRestrictions": null,
      "scmIpSecurityRestrictionsDefaultAction": null,
      "scmIpSecurityRestrictionsUseMain": null,
      "http20Enabled": true,
      "minTlsVersion": null,
      "minTlsCipherSuite": null,
      "scmMinTlsCipherSuite": null,
      "supportedTlsCipherSuites": null,
      "scmSupportedTlsCipherSuites": null,
      "scmMinTlsVersion": null,
      "ftpsState": null,
      "preWarmedInstanceCount": null,
      "functionAppScaleLimit": 0,
      "elasticWebAppScaleLimit": null,
      "healthCheckPath": null,
      "fileChangeAuditEnabled": null,
      "functionsRuntimeScaleMonitoringEnabled": null,
      "websiteTimeZone": null,
      "minimumElasticInstanceCount": 1,
      "azureStorageAccounts": null,
      "http20ProxyFlag": null,
      "sitePort": null,
      "antivirusScanEnabled": null,
      "storageType": null,
      "sitePrivateLinkHostEnabled": null,
      "clusteringEnabled": false
    },
    "functionAppConfig": null,
    "daprConfig": null,
    "deploymentId": "********-1",
    "slotName": null,
    "trafficManagerHostNames": null,
    "sku": "PremiumV3",
    "scmSiteAlsoStopped": false,
    "targetSwapSlot": null,
    "hostingEnvironment": null,
    "hostingEnvironmentProfile": null,
    "clientAffinityEnabled": false,
    "clientAffinityProxyEnabled": false,
    "useQueryStringAffinity": false,
    "blockPathTraversal": false,
    "clientCertEnabled": false,
    "clientCertMode": "Required",
    "clientCertExclusionPaths": null,
    "clientCertExclusionEndPoints": null,
    "hostNamesDisabled": false,
    "ipMode": "IPv4",
    "vnetBackupRestoreEnabled": false,
    "domainVerificationIdentifiers": null,
    "customDomainVerificationId": "882080B0EA49B30D9B1322F51C6ED8A83C1FF60746DB337BBCDC1A6FAC1A93D5",
    "kind": "app",
    "managedEnvironmentId": null,
    "workloadProfileName": null,
    "resourceConfig": null,
    "inboundIpAddress": "20.212.64.5",
    "possibleInboundIpAddresses": "20.212.64.5",
    "inboundIpv6Address": "2603:1040:5:5::6",
    "possibleInboundIpv6Addresses": "2603:1040:5:5::6",
    "ftpUsername": "********-1__staging\\$********-1__staging",
    "ftpsHostName": "ftps://waws-prod-sg1-077.ftp.azurewebsites.windows.net/site/wwwroot",
    "outboundIpAddresses": "20.197.98.109,20.197.98.127,20.197.97.106,20.197.98.142,20.197.98.164,20.197.98.174,20.212.64.5",
    "possibleOutboundIpAddresses": "20.197.96.42,20.197.96.54,20.197.96.157,20.197.96.178,20.197.96.217,20.197.97.237,57.155.24.37,20.197.98.3,20.197.98.16,20.197.98.29,20.197.98.65,20.197.98.76,20.197.98.78,20.197.98.109,20.197.98.127,20.197.97.106,20.197.98.142,20.197.98.164,20.197.98.174,20.197.98.203,20.197.98.239,20.197.98.242,20.197.98.248,20.197.98.253,20.197.99.18,20.197.99.25,20.197.99.70,20.197.99.110,20.197.99.195,20.197.100.19,20.197.100.26,20.212.64.5",
    "outboundIpv6Addresses": "2603:1040:2:7::1bc,2603:1040:2:6::1a7,2603:1040:2:e::1a0,2603:1040:2:a::1ab,2603:1040:2:d::1bc,2603:1040:2:5::20c,2603:1040:5:5::6,2603:10e1:100:2::14d4:4005",
    "possibleOutboundIpv6Addresses": "2603:1040:2:6::1a2,2603:1040:2:5::208,2603:1040:2:a::1aa,2603:1040:2:3::2b2,2603:1040:2:d::1b7,2603:1040:2:6::1a4,2603:1040:2:e::19e,2603:1040:2:3::2b3,2603:1040:2:d::1b9,2603:1040:2:3::2b4,2603:1040:2:5::20a,2603:1040:2:3::2b5,2603:1040:2:7::1bc,2603:1040:2:6::1a7,2603:1040:2:e::1a0,2603:1040:2:a::1ab,2603:1040:2:d::1bc,2603:1040:2:5::20c,2603:1040:2:d::1bd,2603:1040:2:b::1ae,2603:1040:2:8::221,2603:1040:2:9::19e,2603:1040:2:3::2b8,2603:1040:2:3::2b9,2603:1040:2:7::1bd,2603:1040:2:8::223,2603:1040:2:e::1a3,2603:1040:2:c::1ab,2603:1040:2:8::225,2603:1040:2:7::1be,2603:1040:5:5::6,2603:10e1:100:2::14d4:4005",
    "containerSize": 0,
    "dailyMemoryTimeQuota": 0,
    "suspendedTill": null,
    "siteDisabledReason": 0,
    "functionExecutionUnitsCache": null,
    "maxNumberOfWorkers": null,
    "homeStamp": "waws-prod-sg1-077",
    "cloningInfo": null,
    "hostingEnvironmentId": null,
    "tags": null,
    "resourceGroup": "**************",
    "defaultHostName": "********-1-staging.azurewebsites.net",
    "slotSwapStatus": {
      "timestampUtc": "2025-06-09T21:39:16.708Z",
      "sourceSlotName": "staging",
      "destinationSlotName": "Production"
    },
    "httpsOnly": true,
    "endToEndEncryptionEnabled": false,
    "functionsRuntimeAdminIsolationEnabled": false,
    "redundancyMode": "None",
    "inProgressOperationId": null,
    "geoDistributions": null,
    "privateEndpointConnections": [],
    "publicNetworkAccess": "Enabled",
    "buildVersion": null,
    "targetBuildVersion": null,
    "migrationState": null,
    "eligibleLogCategories": "AppServiceAppLogs,AppServiceAuditLogs,AppServiceConsoleLogs,AppServiceHTTPLogs,AppServiceIPSecAuditLogs,AppServicePlatformLogs,ScanLogs,AppServiceFileAuditLogs,AppServiceAntivirusScanAuditLogs,AppServiceAuthenticationLogs",
    "inFlightFeatures": [
      "SiteContainers"
    ],
    "storageAccountRequired": false,
    "virtualNetworkSubnetId": "/subscriptions/**************/resourceGroups/**************/providers/Microsoft.Network/virtualNetworks/***************/subnets/***************",
    "keyVaultReferenceIdentity": "SystemAssigned",
    "autoGeneratedDomainNameLabelScope": null,
    "privateLinkIdentifiers": null,
    "sshEnabled": null
  },
  "identity": {
    "type": "SystemAssigned, UserAssigned",
    "tenantId": "********************",
    "principalId": "***************************",
    "userAssignedIdentities": {
      "/subscriptions/**************/resourcegroups/**************/providers/Microsoft.ManagedIdentity/userAssignedIdentities/********************": {
        "principalId": "*************************",
        "clientId": "*****************************"
      }
    }
  }
}


DEBUG: 12:57:09 pm - [ConfigManager] Got nothing from [DisplaySecretsWarning], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 12:57:09 pm - [ConfigManager] Got nothing from [DisplayRegionIdentified], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 12:57:09 pm - [ConfigManager] Got [True] from [CheckForUpgrade], Module = [], Cmdlet = [].
DEBUG: 12:57:09 pm - No authentication telemetry is found for the current cmdlet with Id c2af80ff-840c-436e-82ea-acc53d2002ec.
DEBUG: AzureQoSEvent:  Module: Az.Resources:8.0.0; CommandName: Get-AzResource; PSVersion: 7.5.1; IsSuccess: True; Duration: 00:00:02.5441760; SanitizeDuration: 00:00:00.0000276
DEBUG: 12:57:09 pm - [ConfigManager] Got nothing from [EnableDataCollection], Module = [], Cmdlet = []. Returning default value [True].
DEBUG: 12:57:09 pm - GetAzureResourceCmdlet end processing.

numberOfWorkers                        : 1
defaultDocuments                       :
netFrameworkVersion                    :
phpVersion                             :
pythonVersion                          :
nodeVersion                            :
powerShellVersion                      :
linuxFxVersion                         :
windowsFxVersion                       :
sandboxType                            :
windowsConfiguredStacks                :
requestTracingEnabled                  :
remoteDebuggingEnabled                 :
remoteDebuggingVersion                 :
httpLoggingEnabled                     :
azureMonitorLogCategories              :
acrUseManagedIdentityCreds             : False
acrUserManagedIdentityID               :
logsDirectorySizeLimit                 :
detailedErrorLoggingEnabled            :
publishingUsername                     :
publishingPassword                     :
appSettings                            :
metadata                               :
connectionStrings                      :
machineKey                             :
handlerMappings                        :
documentRoot                           :
scmType                                :
use32BitWorkerProcess                  :
webSocketsEnabled                      :
alwaysOn                               : True
javaVersion                            :
javaContainer                          :
javaContainerVersion                   :
appCommandLine                         :
managedPipelineMode                    :
virtualApplications                    :
winAuthAdminState                      :
winAuthTenantState                     :
customAppPoolIdentityAdminState        :
customAppPoolIdentityTenantState       :
runtimeADUser                          :
runtimeADUserPassword                  :
loadBalancing                          :
routingRules                           :
experiments                            :
limits                                 :
autoHealEnabled                        :
autoHealRules                          :
tracingOptions                         :
vnetName                               :
vnetRouteAllEnabled                    :
vnetPrivatePortsCount                  :
publicNetworkAccess                    :
cors                                   :
push                                   :
apiDefinition                          :
apiManagementConfig                    :
autoSwapSlotName                       :
localMySqlEnabled                      :
managedServiceIdentityId               :
xManagedServiceIdentityId              :
keyVaultReferenceIdentity              :
ipSecurityRestrictions                 :
ipSecurityRestrictionsDefaultAction    :
scmIpSecurityRestrictions              :
scmIpSecurityRestrictionsDefaultAction :
scmIpSecurityRestrictionsUseMain       :
http20Enabled                          : True
minTlsVersion                          :
minTlsCipherSuite                      :
scmMinTlsCipherSuite                   :
supportedTlsCipherSuites               :
scmSupportedTlsCipherSuites            :
scmMinTlsVersion                       :
ftpsState                              :
preWarmedInstanceCount                 :
functionAppScaleLimit                  : 0
elasticWebAppScaleLimit                :
healthCheckPath                        :
fileChangeAuditEnabled                 :
functionsRuntimeScaleMonitoringEnabled :
websiteTimeZone                        :
minimumElasticInstanceCount            : 1
azureStorageAccounts                   :
http20ProxyFlag                        :
sitePort                               :
antivirusScanEnabled                   :
storageType                            :
sitePrivateLinkHostEnabled             :
clusteringEnabled                      : False

DEBUG: Setting WindowTitle: deployment [develop] - PowerShell 7.5 (53164)

Environment data

Name                           Value
----                           -----
PSVersion                      7.5.1
PSEdition                      Core
GitCommitId                    7.5.1
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Module versions

ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     5.0.2                 Az.Accounts                         {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…}
Script     8.0.0                 Az.Resources                        {Export-AzResourceGroup, Export-AzTemplateSpec, Get-AzDenyAssignment, Get-AzDeployment…}
Script     1.1.3                 Az.Tools.Predictor                  {Disable-AzPredictor, Enable-AzPredictor, Open-AzPredictorSurvey, Send-AzPredictorRating}
Script     3.4.1                 Az.Websites                         {Add-AzWebAppAccessRestrictionRule, Add-AzWebAppTrafficRouting, Edit-AzWebAppBackupConfiguration, Get-AzAppServiceEnvironment…}

Error output

No error thrown here

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions