Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.25k stars 3.85k forks source link

WebApp:Set-AzWebApp // Set-AzWebAppSlot remove DOCKER_REGISTRY_SERVER_PASSWORD appsetting #13865

Closed Willem-J-an closed 3 years ago

Willem-J-an commented 3 years ago

Description

We update app settings by retrieving existing app settings, then adding new ones to the hashtable, and then run Set-AzWebApp(Slot). When doing this, the DOCKER_REGISTRY_SERVER_PASSWORD is removed from the hashtable, and therefore finally from the app settings, causing problems.

This happens because the cmdlet does not check if a new DOCKER_REGISTRY_SERVER_PASSWORD is provided, as it does with other docker parameters, this one is simply removed in all cases. (Row 242 see: https://github.com/Azure/azure-powershell/blob/75952e8149f64da6f579566573bdccddbbcfe79d/src/Websites/Websites/Cmdlets/WebApps/SetAzureWebApp.cs)

The app continues to run fine until it tries to pull the image again.

Steps to reproduce

Make sure the DOCKER_REGISTRY_SERVER_PASSWORD app setting is available on the app settings, then:

$WebApp = Get-AzWebAppSlot -ResourceGroupName $ResourceGroupName `
    -Name $AppName `
    -Slot $Slot

[hashtable]$AppSettingsNew = @{ }
foreach ( $Setting in $WebApp.SiteConfig.AppSettings ) {
    $AppSettingsNew[$Setting.Name] = $Setting.Value
}
# Setting exists here on $AppSettingsNew and on the app
Set-AzWebAppSlot `
    -ResourceGroupName $WebApp.ResourceGroup `
    -Name $WebApp.Name `
    -AppSettings $AppSettingsNew `
    -Slot $Slot `
    -Debug:$true
# Setting removed here from $AppSettingsNew and from the app

Environment data

Name                           Value
----                           -----
PSVersion                      7.1.0
PSEdition                      Core
GitCommitId                    7.1.0
OS                             Microsoft Windows 10.0.18363
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                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Binary     1.3                   AvroTools                           Desk      Read-Avro
Script     5.2.0                 Az                                  Core,Desk
Script     2.2.2                 Az.Accounts                         Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-A…
Script     1.1.1                 Az.Advisor                          Core,Desk {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendation, Disable-AzAdvisorRecommen…
Script     2.0.1                 Az.Aks                              Core,Desk {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, Import-AzAksCredential…}      
Script     1.1.4                 Az.AnalysisServices                 Core,Desk {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServicesServer, Get-AzAnalysisServi…
Script     2.2.0                 Az.ApiManagement                    Core,Desk {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiToProduct, Add-AzApiManagementP…
Script     1.0.0                 Az.AppConfiguration                 Core,Desk {Get-AzAppConfigurationStore, Get-AzAppConfigurationStoreKey, New-AzAppConfigurationSto…
Script     1.1.0                 Az.ApplicationInsights              Core,Desk {Get-AzApplicationInsights, New-AzApplicationInsights, Remove-AzApplicationInsights, Up…
Script     1.4.0                 Az.Automation                       Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomat…
Script     3.1.0                 Az.Batch                            Core,Desk {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAccountKey, New-AzBatchAccount…} 
Script     2.0.0                 Az.Billing                          Core,Desk {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollmentAccount, Get-AzConsumptionB…
Script     1.6.0                 Az.Cdn                              Core,Desk {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfile, Remove-AzCdnProfile…}      
Script     1.8.0                 Az.CognitiveServices                Core,Desk {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAccountKey, Get-AzCognitiveServ…
Script     4.7.0                 Az.Compute                          Core,Desk {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAvailabilitySet, Update-AzAvail…
Script     1.0.3                 Az.ContainerInstance                Core,Desk {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzContainerGroup, Get-AzContainerIn…
Script     2.1.0                 Az.ContainerRegistry                Core,Desk {New-AzContainerRegistry, Get-AzContainerRegistry, Update-AzContainerRegistry, Remove-A…
Script     1.1.0                 Az.DataBoxEdge                      Core,Desk {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzDataBoxEdgeDevice, New-AzDataB… 
Script     1.0.1                 Az.Databricks                       Core,Desk {Get-AzDatabricksVNetPeering, Get-AzDatabricksWorkspace, New-AzDatabricksVNetPeering, N… 
Script     1.11.2                Az.DataFactory                      Core,Desk {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFactoryV2, Remove-AzDataFactory… 
Script     1.0.2                 Az.DataLakeAnalytics                Core,Desk {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalyticsCatalogCredential, Remove-Az… 
Script     1.3.0                 Az.DataLakeStore                    Core,Desk {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreTrustedIdProvider, Remove-…
Script     1.0.0                 Az.DataShare                        Core,Desk {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-AzDataShareAccount, New-AzDataS… 
Script     1.1.0                 Az.DeploymentManager                Core,Desk {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentManagerArtifactSource, Set-AzDe… 
Script     2.0.1                 Az.DesktopVirtualization            Core,Desk {Disconnect-AzWvdUserSession, Expand-AzWvdMsixImage, Get-AzWvdApplication, Get-AzWvdApp…
Script     1.0.2                 Az.DevTestLabs                      Core,Desk {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolicy, Get-AzDtlAutoStartPolicy, … 
Script     1.1.2                 Az.Dns                              Core,Desk {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRecordSet, Set-AzDnsRecordSet…}  
Script     1.7.1                 Az.EventHub                         Core,Desk {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzEventHubNamespace, Remove-AzEv… 
Script     1.6.1                 Az.FrontDoor                        Core,Desk {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove-AzFrontDoor…}
Script     2.0.0                 Az.Functions                        Core,Desk {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Get-AzFunctionAppPlan, Get-AzFu… 
Script     4.1.0                 Az.HDInsight                        Core,Desk {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wait-AzHDInsightJob, New-AzHDIn… 
Script     1.2.0                 Az.HealthcareApis                   Core,Desk {New-AzHealthcareApisService, Remove-AzHealthcareApisService, Set-AzHealthcareApisServi… 
Script     2.7.1                 Az.IotHub                           Core,Desk {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-AzIotHubConnectionString, Get-…
Script     3.2.0                 Az.KeyVault                         Core,Desk {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, Stop-AzKeyVaultCertificateOpe… 
Script     1.0.0                 Az.Kusto                            Core,Desk {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabasePrincipal, Get-AzKustoAttached… 
Script     1.4.0                 Az.LogicApp                         Core,Desk {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccountAssembly, Get-AzIntegration… 
Script     1.1.3                 Az.MachineLearning                  Core,Desk {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssociation, Get-AzMlCommitmentPlanU… 
Script     1.1.0                 Az.Maintenance                      Core,Desk {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzMaintenanceConfiguration, Get-… 
Script     2.0.0                 Az.ManagedServices                  Core,Desk {Get-AzManagedServicesAssignment, New-AzManagedServicesAssignment, Remove-AzManagedServ… 
Script     1.0.2                 Az.MarketplaceOrdering              Core,Desk {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms}
Script     1.1.1                 Az.Media                            Core,Desk {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get-AzMediaServiceKey, Get-AzMed… 
Script     2.3.0                 Az.Monitor                          Core,Desk {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile, Get-AzLogProfile…}
Script     4.3.0                 Az.Network                          Core,Desk {Add-AzApplicationGatewayAuthenticationCertificate, Get-AzApplicationGatewayAuthenticat…
Script     1.1.1                 Az.NotificationHubs                 Core,Desk {Get-AzNotificationHub, Get-AzNotificationHubAuthorizationRule, Get-AzNotificationHubLi… 
Script     2.3.0                 Az.OperationalInsights              Core,Desk {New-AzOperationalInsightsAzureActivityLogDataSource, New-AzOperationalInsightsCustomLo… 
Script     1.3.1                 Az.PolicyInsights                   Core,Desk {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSummary, Get-AzPolicyRemediatio… 
Script     1.1.2                 Az.PowerBIEmbedded                  Core,Desk {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollection, Get-AzPowerBIWo…
Script     1.0.3                 Az.PrivateDns                       Core,Desk {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPrivateDnsZone, New-AzPrivateDnsZ… 
Script     3.1.0                 Az.RecoveryServices                 Core,Desk {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServicesVault, Get-AzRecoveryServi… 
Script     1.4.0                 Az.RedisCache                       Core,Desk {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheScheduleEntry, Get-AzRedisCachePatch… 
Script     1.0.3                 Az.Relay                            Core,Desk {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNamespace, Remove-AzRelayNamesp… 
Script     3.1.0                 Az.Resources                        Core,Desk {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzRoleAssignment, New-AzRoleAssi… 
Script     1.4.1                 Az.ServiceBus                       Core,Desk {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set-AzServiceBusNamespace, Remov… 
Script     2.2.1                 Az.ServiceFabric                    Core,Desk {Add-AzServiceFabricClientCertificate, Add-AzServiceFabricClusterCertificate, Add-AzSer…
Script     1.2.0                 Az.SignalR                          Core,Desk {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSignalRKey…}
Script     2.13.0                Az.Sql                              Core,Desk {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlDatabaseTransparentDataEncryption… 
Script     1.1.0                 Az.SqlVirtualMachine                Core,Desk {New-AzSqlVM, Get-AzSqlVM, Update-AzSqlVM, Remove-AzSqlVM…}
Script     3.1.0                 Az.Storage                          Core,Desk {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStorageAccount, New-AzStorageAcco… 
Script     1.4.0                 Az.StorageSync                      Core,Desk {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSyncService, Get-AzStorageSyncSer… 
Script     1.0.1                 Az.StreamAnalytics                  Core,Desk {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefaultFunctionDefinition, New-AzS… 
Script     1.0.0                 Az.Support                          Core,Desk {Get-AzSupportService, Get-AzSupportProblemClassification, Get-AzSupportTicket, Get-AzS… 
Script     1.0.4                 Az.TrafficManager                   Core,Desk {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTrafficManagerCustomHeaderFromEnd… 
Script     2.1.1                 Az.Websites                         Core,Desk {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServicePlan, Remove-AzAppServiceP… 

Debug output

DEBUG: 11:38:04 AM - SetAzureWebAppSlotCmdlet begin processing with ParameterSet 'S1'.
DEBUG: 11:38:04 AM - using account id ''...
DEBUG: [Common.Authentication]: Authenticating using Account: '', environment: 'AzureCloud', tenant: ''
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-01-01T11:04:38.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-01-01T11:04:38.0000000+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/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 4cd737ae-0b72-4f85-8fea-1c6ea808e8e9
Accept-Language               : en-US

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

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
ETag                          : "1D6E02A269733E0"
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-request-id               : f6dbf7d0-3df6-44ce-aa89-1b7541e2d1f4
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 11995
x-ms-correlation-request-id   : 8530b134-2218-46a4-a104-b2434f9b74b7
x-ms-routing-request-id       : WESTEUROPE:20210101T103804Z:8530b134-2218-46a4-a104-b2434f9b74b7
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:03 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname",
  "name": "cleaned_appname",
  "type": "Microsoft.Web/sites",
  "kind": "app,linux,container",
  "location": "West Europe",
  "properties": {
    "name": "cleaned_appname",
    "state": "Running",
    "hostNames": [
      "cleaned_appname.azurewebsites.net"
    ],
    "webSpace": "cleaned_rg-WestEuropewebspace",
    "selfLink": "https://cleaned_host.api.azurewebsites.windows.net:454/subscriptions/cleaned_subid/webspaces/cleaned_rg-WestEuropewebspace/sites/cleaned_appname",
    "repositorySiteName": "cleaned_appname",
    "owner": null,
    "usageState": "Normal",
    "enabled": true,
    "adminEnabled": true,
    "enabledHostNames": [
      "cleaned_appname.azurewebsites.net",
      "cleaned_appname.scm.azurewebsites.net"
    ],
    "siteProperties": {
      "metadata": null,
      "properties": [
        {
          "name": "LinuxFxVersion",
          "value": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59"
        },
        {
          "name": "WindowsFxVersion",
          "value": null
        }
      ],
      "appSettings": null
    },
    "availabilityState": "Normal",
    "sslCertificates": null,
    "csrs": [],
    "cers": null,
    "siteMode": null,
    "hostNameSslStates": [
      {
        "name": "cleaned_appname.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "thumbprint": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Standard"
      },
      {
        "name": "cleaned_appname.scm.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "thumbprint": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Repository"
      }
    ],
    "computeMode": null,
    "serverFarm": null,
    "serverFarmId": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/serverfarms/cleaned_asp",
    "reserved": true,
    "isXenon": false,
    "hyperV": false,
    "lastModifiedTimeUtc": "2021-01-01T10:37:49.47",
    "storageRecoveryDefaultState": "Running",
    "contentAvailabilityState": "Normal",
    "runtimeAvailabilityState": "Normal",
    "siteConfig": {
      "numberOfWorkers": null,
      "defaultDocuments": null,
      "netFrameworkVersion": null,
      "phpVersion": null,
      "pythonVersion": null,
      "nodeVersion": null,
      "powerShellVersion": null,
      "linuxFxVersion": null,
      "windowsFxVersion": 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,
      "azureStorageAccounts": null,
      "metadata": null,
      "connectionStrings": null,
      "machineKey": null,
      "handlerMappings": null,
      "documentRoot": null,
      "scmType": null,
      "use32BitWorkerProcess": null,
      "webSocketsEnabled": null,
      "alwaysOn": null,
      "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,
      "cors": null,
      "push": null,
      "apiDefinition": null,
      "apiManagementConfig": null,
      "autoSwapSlotName": null,
      "localMySqlEnabled": null,
      "managedServiceIdentityId": null,
      "xManagedServiceIdentityId": null,
      "ipSecurityRestrictions": null,
      "scmIpSecurityRestrictions": null,
      "scmIpSecurityRestrictionsUseMain": null,
      "http20Enabled": null,
      "minTlsVersion": null,
      "scmMinTlsVersion": null,
      "ftpsState": null,
      "preWarmedInstanceCount": null,
      "functionAppScaleLimit": null,
      "healthCheckPath": null,
      "fileChangeAuditEnabled": null,
      "functionsRuntimeScaleMonitoringEnabled": null,
      "websiteTimeZone": null,
      "minimumElasticInstanceCount": 0
    },
    "deploymentId": "cleaned_appname__e6c3",
    "trafficManagerHostNames": null,
    "sku": "PremiumV2",
    "scmSiteAlsoStopped": false,
    "targetSwapSlot": null,
    "hostingEnvironment": null,
    "hostingEnvironmentProfile": null,
    "clientAffinityEnabled": false,
    "clientCertEnabled": false,
    "clientCertMode": "Required",
    "clientCertExclusionPaths": null,
    "hostNamesDisabled": false,
    "domainVerificationIdentifiers": null,
    "customDomainVerificationId": "cleaned_vid",
    "kind": "app,linux,container",
    "inboundIpAddress": "cleaned_ip",
    "possibleInboundIpAddresses": "cleaned_ip",
    "ftpUsername": "cleaned_appname\\$cleaned_appname",
    "ftpsHostName": "ftps://cleaned_host.ftp.azurewebsites.windows.net/site/wwwroot",
    "outboundIpAddresses": "cleaned_ip",
    "possibleOutboundIpAddresses": "cleaned_ip",
    "containerSize": 0,
    "dailyMemoryTimeQuota": 0,
    "suspendedTill": null,
    "siteDisabledReason": 0,
    "functionExecutionUnitsCache": null,
    "maxNumberOfWorkers": null,
    "homeStamp": "cleaned_host",
    "cloningInfo": null,
    "hostingEnvironmentId": null,
    "tags": null,
    "resourceGroup": "cleaned_rg",
    "defaultHostName": "cleaned_appname.azurewebsites.net",
    "slotSwapStatus": {
      "timestampUtc": "2021-01-01T09:40:29.105Z",
      "sourceSlotName": "Staging",
      "destinationSlotName": "Production"
    },
    "httpsOnly": true,
    "redundancyMode": "None",
    "inProgressOperationId": null,
    "geoDistributions": null,
    "privateEndpointConnections": [],
    "buildVersion": null,
    "targetBuildVersion": null,
    "migrationState": null
  },
  "identity": {
    "type": "SystemAssigned"
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 63b574fb-463e-4ca4-913a-abf80c5d2d1b
Accept-Language               : en-US

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               : 13dd5754-b016-4a3b-a525-58d196b01629
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 11994
x-ms-correlation-request-id   : e2977bd5-edf8-4399-aa01-27eb737721be
x-ms-routing-request-id       : WESTEUROPE:20210101T103804Z:e2977bd5-edf8-4399-aa01-27eb737721be
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:03 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web",
  "name": "cleaned_appname",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {
    "numberOfWorkers": 1,
    "defaultDocuments": [
      "Default.htm",
      "Default.html",
      "Default.asp",
      "index.htm",
      "index.html",
      "iisstart.htm",
      "default.aspx",
      "index.php",
      "hostingstart.html"
    ],
    "netFrameworkVersion": "v4.0",
    "phpVersion": "",
    "pythonVersion": "",
    "nodeVersion": "",
    "powerShellVersion": "",
    "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59",
    "windowsFxVersion": null,
    "requestTracingEnabled": false,
    "remoteDebuggingEnabled": false,
    "remoteDebuggingVersion": "VS2019",
    "httpLoggingEnabled": true,
    "azureMonitorLogCategories": [
      "AppServiceHTTPLogs",
      "AppServiceConsoleLogs",
      "AppServiceAppLogs",
      "AppServiceFileAuditLogs",
      "AppServiceAuditLogs"
    ],
    "acrUseManagedIdentityCreds": false,
    "acrUserManagedIdentityID": null,
    "logsDirectorySizeLimit": 35,
    "detailedErrorLoggingEnabled": true,
    "publishingUsername": "$cleaned_appname",
    "publishingPassword": null,
    "appSettings": null,
    "azureStorageAccounts": {},
    "metadata": null,
    "connectionStrings": null,
    "machineKey": null,
    "handlerMappings": null,
    "documentRoot": null,
    "scmType": "None",
    "use32BitWorkerProcess": true,
    "webSocketsEnabled": false,
    "alwaysOn": true,
    "javaVersion": null,
    "javaContainer": null,
    "javaContainerVersion": null,
    "appCommandLine": "",
    "managedPipelineMode": "Integrated",
    "virtualApplications": [
      {
        "virtualPath": "/",
        "physicalPath": "site\\wwwroot",
        "preloadEnabled": true,
        "virtualDirectories": null
      }
    ],
    "winAuthAdminState": 0,
    "winAuthTenantState": 0,
    "customAppPoolIdentityAdminState": false,
    "customAppPoolIdentityTenantState": false,
    "runtimeADUser": null,
    "runtimeADUserPassword": null,
    "loadBalancing": "LeastRequests",
    "routingRules": [],
    "experiments": {
      "rampUpRules": []
    },
    "limits": null,
    "autoHealEnabled": false,
    "autoHealRules": null,
    "tracingOptions": null,
    "vnetName": "",
    "vnetRouteAllEnabled": false,
    "vnetPrivatePortsCount": 0,
    "siteAuthEnabled": false,
    "siteAuthSettings": {
      "enabled": null,
      "unauthenticatedClientAction": null,
      "tokenStoreEnabled": null,
      "allowedExternalRedirectUrls": null,
      "defaultProvider": null,
      "clientId": null,
      "clientSecret": null,
      "clientSecretSettingName": null,
      "clientSecretCertificateThumbprint": null,
      "issuer": null,
      "allowedAudiences": null,
      "additionalLoginParams": null,
      "isAadAutoProvisioned": false,
      "aadClaimsAuthorization": null,
      "googleClientId": null,
      "googleClientSecret": null,
      "googleClientSecretSettingName": null,
      "googleOAuthScopes": null,
      "facebookAppId": null,
      "facebookAppSecret": null,
      "facebookAppSecretSettingName": null,
      "facebookOAuthScopes": null,
      "gitHubClientId": null,
      "gitHubClientSecret": null,
      "gitHubClientSecretSettingName": null,
      "gitHubOAuthScopes": null,
      "twitterConsumerKey": null,
      "twitterConsumerSecret": null,
      "twitterConsumerSecretSettingName": null,
      "microsoftAccountClientId": null,
      "microsoftAccountClientSecret": null,
      "microsoftAccountClientSecretSettingName": null,
      "microsoftAccountOAuthScopes": null
    },
    "cors": null,
    "push": null,
    "apiDefinition": null,
    "apiManagementConfig": null,
    "autoSwapSlotName": null,
    "localMySqlEnabled": false,
    "managedServiceIdentityId": 2480,
    "xManagedServiceIdentityId": null,
    "ipSecurityRestrictions": [
        ],
    "scmIpSecurityRestrictions": [
      {
        "ipAddress": "Any",
        "action": "Allow",
        "priority": 1,
        "name": "Allow all",
        "description": "Allow all access"
      }
    ],
    "scmIpSecurityRestrictionsUseMain": false,
    "http20Enabled": true,
    "minTlsVersion": "1.2",
    "scmMinTlsVersion": "1.0",
    "ftpsState": "Disabled",
    "preWarmedInstanceCount": 0,
    "functionAppScaleLimit": 0,
    "healthCheckPath": null,
    "fileChangeAuditEnabled": true,
    "functionsRuntimeScaleMonitoringEnabled": false,
    "websiteTimeZone": null,
    "minimumElasticInstanceCount": 0
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 40ed49b2-3688-44c3-af7b-f90cda888b58
Accept-Language               : en-US

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               : 8d82c076-31af-4508-9391-b2e62b86ae8b
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11988
x-ms-correlation-request-id   : 211c216f-740f-4702-8f47-c2ce4db53609
x-ms-routing-request-id       : WESTEUROPE:20210101T103805Z:211c216f-740f-4702-8f47-c2ce4db53609
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:04 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings",
  "name": "appsettings",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {
    "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id",
    "authSecret": "cleaned_p",
    "DATABASE_PASSWORD": "cleaned_pw",
    "DATABASE_USERNAME": cleaned_user,
    "DOCKER_REGISTRY_SERVER_PASSWORD": "cleaned_pw",
    "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io",
    "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user",
    "SCM_TRACE_LEVEL": "4",
    "SECRET_KEY": "cleaned_k",
    "SERVER_NAME": "cleaned_s",
    "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30",
    "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false"
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 18b19ef0-b067-492a-9364-a2e10e1ed2b6
Accept-Language               : en-US

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               : 45b81e59-2112-49b9-a7c9-c3171fd8d65c
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11987
x-ms-correlation-request-id   : fec61238-bfce-4f1a-8b7f-fb7f76f51521
x-ms-routing-request-id       : WESTEUROPE:20210101T103805Z:fec61238-bfce-4f1a-8b7f-fb7f76f51521
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:04 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings",
  "name": "connectionstrings",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {}
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/azurestorageaccounts/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 829f300e-0dca-4837-9238-7fb4cc68bcf2
Accept-Language               : en-US

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               : 668d78a2-7889-4203-a2f6-65f2dba11978
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11986
x-ms-correlation-request-id   : beeffd95-6c64-476b-9ec9-9a2081e9058b
x-ms-routing-request-id       : WESTEUROPE:20210101T103805Z:beeffd95-6c64-476b-9ec9-9a2081e9058b
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:04 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings",
  "name": "azurestorageaccounts",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {}
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
PUT

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings?api-version=2020-06-01

Headers:
x-ms-client-request-id        : dcfa7d7a-88af-4e5c-ae03-9dcdad63f043
Accept-Language               : en-US

Body:
{
  "properties": {
    "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user",
    "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30",
    "authSecret": "cleaned_p",
    "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id",
    "SECRET_KEY": "cleaned_k",
    "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false",
    "SERVER_NAME": "cleaned_s",
    "DATABASE_USERNAME": cleaned_user,
    "DATABASE_PASSWORD": "cleaned_pw",
    "SCM_TRACE_LEVEL": "4",
    "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io"
  }
}
DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
ETag                          : "1D6E02A30B62520"
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-request-id               : 3bfd702d-3147-4dd2-9989-309164e00dcd
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-writes: 1199
x-ms-correlation-request-id   : b8a629ce-4660-434b-af2a-0bb0119d4b73
x-ms-routing-request-id       : WESTEUROPE:20210101T103806Z:b8a629ce-4660-434b-af2a-0bb0119d4b73
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:06 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings",
  "name": "appsettings",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {
    "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user",
    "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30",
    "authSecret": "cleaned_p",
    "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id",
    "SECRET_KEY": "cleaned_k",
    "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false",
    "SERVER_NAME": "cleaned_s",
    "DATABASE_USERNAME": cleaned_user,
    "DATABASE_PASSWORD": "cleaned_pw",
    "SCM_TRACE_LEVEL": "4",
    "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io"
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
PATCH

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 8bd333ec-df3a-420d-bd09-f3026c5f5e72
Accept-Language               : en-US

Body:
{
  "properties": {
    "numberOfWorkers": 1,
    "defaultDocuments": [
      "Default.htm",
      "Default.html",
      "Default.asp",
      "index.htm",
      "index.html",
      "iisstart.htm",
      "default.aspx",
      "index.php",
      "hostingstart.html"
    ],
    "netFrameworkVersion": "v4.0",
    "phpVersion": "",
    "pythonVersion": "",
    "nodeVersion": "",
    "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59",
    "requestTracingEnabled": false,
    "remoteDebuggingEnabled": false,
    "remoteDebuggingVersion": "VS2019",
    "httpLoggingEnabled": true,
    "logsDirectorySizeLimit": 35,
    "detailedErrorLoggingEnabled": true,
    "publishingUsername": "$cleaned_appname",
    "appSettings": [
      {
        "name": "APPINSIGHTS_INSTRUMENTATIONKEY",
        "value": "cleaned_id"
      },
      {
        "name": "authSecret",
        "value": "cleaned_p"
      },
      {
        "name": "DATABASE_PASSWORD",
        "value": "cleaned_pw"
      },
      {
        "name": "DATABASE_USERNAME",
        "value": cleaned_user
      },
      {
        "name": "DOCKER_REGISTRY_SERVER_PASSWORD",
        "value": "cleaned_pw"
      },
      {
        "name": "DOCKER_REGISTRY_SERVER_URL",
        "value": "https://cleaned_reg.azurecr.io"
      },
      {
        "name": "DOCKER_REGISTRY_SERVER_USERNAME",
        "value": "cleaned_user"
      },
      {
        "name": "SCM_TRACE_LEVEL",
        "value": "4"
      },
      {
        "name": "SECRET_KEY",
        "value": "cleaned_k"
      },
      {
        "name": "SERVER_NAME",
        "value": "cleaned_s"
      },
      {
        "name": "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES",
        "value": "30"
      },
      {
        "name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE",
        "value": "false"
      }
    ],
    "connectionStrings": [],
    "scmType": "None",
    "use32BitWorkerProcess": true,
    "webSocketsEnabled": false,
    "alwaysOn": true,
    "appCommandLine": "",
    "managedPipelineMode": "Integrated",
    "virtualApplications": [
      {
        "virtualPath": "/",
        "physicalPath": "site\\wwwroot",
        "preloadEnabled": true
      }
    ],
    "loadBalancing": "LeastRequests",
    "experiments": {
      "rampUpRules": []
    },
    "autoHealEnabled": false,
    "vnetName": "",
    "localMySqlEnabled": false,
    "managedServiceIdentityId": 2480,
    "ipSecurityRestrictions": [
    ],
    "scmIpSecurityRestrictions": [
      {
        "ipAddress": "Any",
        "action": "Allow",
        "priority": 1,
        "name": "Allow all",
        "description": "Allow all access"
      }
    ],
    "scmIpSecurityRestrictionsUseMain": false,
    "http20Enabled": true,
    "minTlsVersion": "1.2",
    "ftpsState": "Disabled"
  }
}
DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
ETag                          : "1D6E02A30B62520"
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-request-id               : 853a63ff-191c-4c27-b0c7-96eefbedafd7
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-writes: 1198
x-ms-correlation-request-id   : 52525a74-df1f-4ffb-8bab-3fe8481bcb4e
x-ms-routing-request-id       : WESTEUROPE:20210101T103808Z:52525a74-df1f-4ffb-8bab-3fe8481bcb4e
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:08 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname",
  "name": "cleaned_appname",
  "type": "Microsoft.Web/sites",
  "location": "West Europe",
  "properties": {
    "numberOfWorkers": 1,
    "defaultDocuments": [
      "Default.htm",
      "Default.html",
      "Default.asp",
      "index.htm",
      "index.html",
      "iisstart.htm",
      "default.aspx",
      "index.php",
      "hostingstart.html"
    ],
    "netFrameworkVersion": "v4.0",
    "phpVersion": "",
    "pythonVersion": "",
    "nodeVersion": "",
    "powerShellVersion": "",
    "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59",
    "windowsFxVersion": null,
    "requestTracingEnabled": false,
    "remoteDebuggingEnabled": false,
    "remoteDebuggingVersion": "VS2019",
    "httpLoggingEnabled": true,
    "azureMonitorLogCategories": [
      "AppServiceHTTPLogs",
      "AppServiceConsoleLogs",
      "AppServiceAppLogs",
      "AppServiceFileAuditLogs",
      "AppServiceAuditLogs"
    ],
    "acrUseManagedIdentityCreds": false,
    "acrUserManagedIdentityID": null,
    "logsDirectorySizeLimit": 35,
    "detailedErrorLoggingEnabled": true,
    "publishingUsername": "appname",
    "publishingPassword": null,
    "appSettings": null,
    "azureStorageAccounts": {},
    "metadata": null,
    "connectionStrings": null,
    "machineKey": null,
    "handlerMappings": null,
    "documentRoot": null,
    "scmType": "None",
    "use32BitWorkerProcess": true,
    "webSocketsEnabled": false,
    "alwaysOn": true,
    "javaVersion": null,
    "javaContainer": null,
    "javaContainerVersion": null,
    "appCommandLine": "",
    "managedPipelineMode": "Integrated",
    "virtualApplications": [
      {
        "virtualPath": "/",
        "physicalPath": "site\\wwwroot",
        "preloadEnabled": true,
        "virtualDirectories": null
      }
    ],
    "winAuthAdminState": 0,
    "winAuthTenantState": 0,
    "customAppPoolIdentityAdminState": false,
    "customAppPoolIdentityTenantState": false,
    "runtimeADUser": null,
    "runtimeADUserPassword": null,
    "loadBalancing": "LeastRequests",
    "routingRules": [],
    "experiments": {
      "rampUpRules": []
    },
    "limits": null,
    "autoHealEnabled": false,
    "autoHealRules": null,
    "tracingOptions": null,
    "vnetName": "",
    "vnetRouteAllEnabled": false,
    "vnetPrivatePortsCount": 0,
    "siteAuthEnabled": false,
    "siteAuthSettings": {
      "enabled": null,
      "unauthenticatedClientAction": null,
      "tokenStoreEnabled": null,
      "allowedExternalRedirectUrls": null,
      "defaultProvider": null,
      "clientId": null,
      "clientSecret": null,
      "clientSecretSettingName": null,
      "clientSecretCertificateThumbprint": null,
      "issuer": null,
      "allowedAudiences": null,
      "additionalLoginParams": null,
      "isAadAutoProvisioned": false,
      "aadClaimsAuthorization": null,
      "googleClientId": null,
      "googleClientSecret": null,
      "googleClientSecretSettingName": null,
      "googleOAuthScopes": null,
      "facebookAppId": null,
      "facebookAppSecret": null,
      "facebookAppSecretSettingName": null,
      "facebookOAuthScopes": null,
      "gitHubClientId": null,
      "gitHubClientSecret": null,
      "gitHubClientSecretSettingName": null,
      "gitHubOAuthScopes": null,
      "twitterConsumerKey": null,
      "twitterConsumerSecret": null,
      "twitterConsumerSecretSettingName": null,
      "microsoftAccountClientId": null,
      "microsoftAccountClientSecret": null,
      "microsoftAccountClientSecretSettingName": null,
      "microsoftAccountOAuthScopes": null
    },
    "cors": null,
    "push": null,
    "apiDefinition": null,
    "apiManagementConfig": null,
    "autoSwapSlotName": null,
    "localMySqlEnabled": false,
    "managedServiceIdentityId": 2480,
    "xManagedServiceIdentityId": null,
    "ipSecurityRestrictions": [
    ],
    "scmIpSecurityRestrictions": [
      {
        "ipAddress": "Any",
        "action": "Allow",
        "priority": 1,
        "name": "Allow all",
        "description": "Allow all access"
      }
    ],
    "scmIpSecurityRestrictionsUseMain": false,
    "http20Enabled": true,
    "minTlsVersion": "1.2",
    "scmMinTlsVersion": "1.0",
    "ftpsState": "Disabled",
    "preWarmedInstanceCount": 0,
    "functionAppScaleLimit": 0,
    "healthCheckPath": null,
    "fileChangeAuditEnabled": true,
    "functionsRuntimeScaleMonitoringEnabled": false,
    "websiteTimeZone": null,
    "minimumElasticInstanceCount": 0
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 15081002-2472-4ec6-96db-28c227301d08
Accept-Language               : en-US

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

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
ETag                          : "1D6E02A31D584D5"
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-request-id               : 556687ed-01b0-4f8c-8c6b-ffbe5235ad02
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 11993
x-ms-correlation-request-id   : 435fa6ce-39ae-4b54-b418-daab6190aa38
x-ms-routing-request-id       : WESTEUROPE:20210101T103809Z:435fa6ce-39ae-4b54-b418-daab6190aa38
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:08 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname",
  "name": "cleaned_appname",
  "type": "Microsoft.Web/sites",
  "kind": "app,linux,container",
  "location": "West Europe",
  "properties": {
    "name": "cleaned_appname",
    "state": "Running",
    "hostNames": [
      "cleaned_appname.azurewebsites.net"
    ],
    "webSpace": "cleaned_rg-WestEuropewebspace",
    "selfLink": "https://cleaned_host.api.azurewebsites.windows.net:454/subscriptions/cleaned_subid/webspaces/cleaned_rg-WestEuropewebspace/sites/cleaned_appname",
    "repositorySiteName": "cleaned_appname",
    "owner": null,
    "usageState": "Normal",
    "enabled": true,
    "adminEnabled": true,
    "enabledHostNames": [
      "cleaned_appname.azurewebsites.net",
      "cleaned_appname.scm.azurewebsites.net"
    ],
    "siteProperties": {
      "metadata": null,
      "properties": [
        {
          "name": "LinuxFxVersion",
          "value": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59"
        },
        {
          "name": "WindowsFxVersion",
          "value": null
        }
      ],
      "appSettings": null
    },
    "availabilityState": "Normal",
    "sslCertificates": null,
    "csrs": [],
    "cers": null,
    "siteMode": null,
    "hostNameSslStates": [
      {
        "name": "cleaned_appname.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "thumbprint": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Standard"
      },
      {
        "name": "cleaned_appname.scm.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "thumbprint": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Repository"
      }
    ],
    "computeMode": null,
    "serverFarm": null,
    "serverFarmId": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/serverfarms/cleaned_asp",
    "reserved": true,
    "isXenon": false,
    "hyperV": false,
    "lastModifiedTimeUtc": "2021-01-01T10:38:08.3333333",
    "storageRecoveryDefaultState": "Running",
    "contentAvailabilityState": "Normal",
    "runtimeAvailabilityState": "Normal",
    "siteConfig": {
      "numberOfWorkers": null,
      "defaultDocuments": null,
      "netFrameworkVersion": null,
      "phpVersion": null,
      "pythonVersion": null,
      "nodeVersion": null,
      "powerShellVersion": null,
      "linuxFxVersion": null,
      "windowsFxVersion": 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,
      "azureStorageAccounts": null,
      "metadata": null,
      "connectionStrings": null,
      "machineKey": null,
      "handlerMappings": null,
      "documentRoot": null,
      "scmType": null,
      "use32BitWorkerProcess": null,
      "webSocketsEnabled": null,
      "alwaysOn": null,
      "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,
      "cors": null,
      "push": null,
      "apiDefinition": null,
      "apiManagementConfig": null,
      "autoSwapSlotName": null,
      "localMySqlEnabled": null,
      "managedServiceIdentityId": null,
      "xManagedServiceIdentityId": null,
      "ipSecurityRestrictions": null,
      "scmIpSecurityRestrictions": null,
      "scmIpSecurityRestrictionsUseMain": null,
      "http20Enabled": null,
      "minTlsVersion": null,
      "scmMinTlsVersion": null,
      "ftpsState": null,
      "preWarmedInstanceCount": null,
      "functionAppScaleLimit": null,
      "healthCheckPath": null,
      "fileChangeAuditEnabled": null,
      "functionsRuntimeScaleMonitoringEnabled": null,
      "websiteTimeZone": null,
      "minimumElasticInstanceCount": 0
    },
    "deploymentId": "cleaned_appname__e6c3",
    "trafficManagerHostNames": null,
    "sku": "PremiumV2",
    "scmSiteAlsoStopped": false,
    "targetSwapSlot": null,
    "hostingEnvironment": null,
    "hostingEnvironmentProfile": null,
    "clientAffinityEnabled": false,
    "clientCertEnabled": false,
    "clientCertMode": "Required",
    "clientCertExclusionPaths": null,
    "hostNamesDisabled": false,
    "domainVerificationIdentifiers": null,
    "customDomainVerificationId": "",
    "kind": "app,linux,container",
    "inboundIpAddress": "cleaned_ip",
    "possibleInboundIpAddresses": "cleaned_ip",
    "ftpUsername": "cleaned_appname\\$cleaned_appname",
    "ftpsHostName": "ftps://cleaned_host.ftp.azurewebsites.windows.net/site/wwwroot",
    "outboundIpAddresses": "",
    "possibleOutboundIpAddresses": cleaned_ip",
    "containerSize": 0,
    "dailyMemoryTimeQuota": 0,
    "suspendedTill": null,
    "siteDisabledReason": 0,
    "functionExecutionUnitsCache": null,
    "maxNumberOfWorkers": null,
    "homeStamp": "cleaned_host",
    "cloningInfo": null,
    "hostingEnvironmentId": null,
    "tags": null,
    "resourceGroup": "cleaned_rg",
    "defaultHostName": "cleaned_appname.azurewebsites.net",
    "slotSwapStatus": {
      "timestampUtc": "2021-01-01T09:40:29.105Z",
      "sourceSlotName": "Staging",
      "destinationSlotName": "Production"
    },
    "httpsOnly": true,
    "redundancyMode": "None",
    "inProgressOperationId": null,
    "geoDistributions": null,
    "privateEndpointConnections": [],
    "buildVersion": null,
    "targetBuildVersion": null,
    "migrationState": null
  },
  "identity": {
    "type": "SystemAssigned"
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 833fbdbc-2048-410a-9fdd-4ef8044cb476
Accept-Language               : en-US

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               : 445f6e58-b255-4b58-85f7-2c0052c3a36a
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 11992
x-ms-correlation-request-id   : 7250b696-8dbc-43b0-b85c-1b7e332f795c
x-ms-routing-request-id       : WESTEUROPE:20210101T103809Z:7250b696-8dbc-43b0-b85c-1b7e332f795c
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:08 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web",
  "name": "cleaned_appname",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {
    "numberOfWorkers": 1,
    "defaultDocuments": [
      "Default.htm",
      "Default.html",
      "Default.asp",
      "index.htm",
      "index.html",
      "iisstart.htm",
      "default.aspx",
      "index.php",
      "hostingstart.html"
    ],
    "netFrameworkVersion": "v4.0",
    "phpVersion": "",
    "pythonVersion": "",
    "nodeVersion": "",
    "powerShellVersion": "",
    "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59",
    "windowsFxVersion": null,
    "requestTracingEnabled": false,
    "remoteDebuggingEnabled": false,
    "remoteDebuggingVersion": "VS2019",
    "httpLoggingEnabled": true,
    "azureMonitorLogCategories": [
      "AppServiceHTTPLogs",
      "AppServiceConsoleLogs",
      "AppServiceAppLogs",
      "AppServiceFileAuditLogs",
      "AppServiceAuditLogs"
    ],
    "acrUseManagedIdentityCreds": false,
    "acrUserManagedIdentityID": null,
    "logsDirectorySizeLimit": 35,
    "detailedErrorLoggingEnabled": true,
    "publishingUsername": "$cleaned_appname",
    "publishingPassword": null,
    "appSettings": null,
    "azureStorageAccounts": {},
    "metadata": null,
    "connectionStrings": null,
    "machineKey": null,
    "handlerMappings": null,
    "documentRoot": null,
    "scmType": "None",
    "use32BitWorkerProcess": true,
    "webSocketsEnabled": false,
    "alwaysOn": true,
    "javaVersion": null,
    "javaContainer": null,
    "javaContainerVersion": null,
    "appCommandLine": "",
    "managedPipelineMode": "Integrated",
    "virtualApplications": [
      {
        "virtualPath": "/",
        "physicalPath": "site\\wwwroot",
        "preloadEnabled": true,
        "virtualDirectories": null
      }
    ],
    "winAuthAdminState": 0,
    "winAuthTenantState": 0,
    "customAppPoolIdentityAdminState": false,
    "customAppPoolIdentityTenantState": false,
    "runtimeADUser": null,
    "runtimeADUserPassword": null,
    "loadBalancing": "LeastRequests",
    "routingRules": [],
    "experiments": {
      "rampUpRules": []
    },
    "limits": null,
    "autoHealEnabled": false,
    "autoHealRules": null,
    "tracingOptions": null,
    "vnetName": "",
    "vnetRouteAllEnabled": false,
    "vnetPrivatePortsCount": 0,
    "siteAuthEnabled": false,
    "siteAuthSettings": {
      "enabled": null,
      "unauthenticatedClientAction": null,
      "tokenStoreEnabled": null,
      "allowedExternalRedirectUrls": null,
      "defaultProvider": null,
      "clientId": null,
      "clientSecret": null,
      "clientSecretSettingName": null,
      "clientSecretCertificateThumbprint": null,
      "issuer": null,
      "allowedAudiences": null,
      "additionalLoginParams": null,
      "isAadAutoProvisioned": false,
      "aadClaimsAuthorization": null,
      "googleClientId": null,
      "googleClientSecret": null,
      "googleClientSecretSettingName": null,
      "googleOAuthScopes": null,
      "facebookAppId": null,
      "facebookAppSecret": null,
      "facebookAppSecretSettingName": null,
      "facebookOAuthScopes": null,
      "gitHubClientId": null,
      "gitHubClientSecret": null,
      "gitHubClientSecretSettingName": null,
      "gitHubOAuthScopes": null,
      "twitterConsumerKey": null,
      "twitterConsumerSecret": null,
      "twitterConsumerSecretSettingName": null,
      "microsoftAccountClientId": null,
      "microsoftAccountClientSecret": null,
      "microsoftAccountClientSecretSettingName": null,
      "microsoftAccountOAuthScopes": null
    },
    "cors": null,
    "push": null,
    "apiDefinition": null,
    "apiManagementConfig": null,
    "autoSwapSlotName": null,
    "localMySqlEnabled": false,
    "managedServiceIdentityId": 2480,
    "xManagedServiceIdentityId": null,
    "ipSecurityRestrictions": [
          ],
    "scmIpSecurityRestrictions": [
      {
        "ipAddress": "Any",
        "action": "Allow",
        "priority": 1,
        "name": "Allow all",
        "description": "Allow all access"
      }
    ],
    "scmIpSecurityRestrictionsUseMain": false,
    "http20Enabled": true,
    "minTlsVersion": "1.2",
    "scmMinTlsVersion": "1.0",
    "ftpsState": "Disabled",
    "preWarmedInstanceCount": 0,
    "functionAppScaleLimit": 0,
    "healthCheckPath": null,
    "fileChangeAuditEnabled": true,
    "functionsRuntimeScaleMonitoringEnabled": false,
    "websiteTimeZone": null,
    "minimumElasticInstanceCount": 0
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : a19829da-259a-4993-91d6-711c7785a77d
Accept-Language               : en-US

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               : b0f214c8-22e7-4c0d-8d89-c08bd5b19284
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11985
x-ms-correlation-request-id   : e5cc14b2-4e11-49ff-84f2-5b4ef3a5234e
x-ms-routing-request-id       : WESTEUROPE:20210101T103809Z:e5cc14b2-4e11-49ff-84f2-5b4ef3a5234e
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:08 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings",
  "name": "appsettings",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {
    "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user",
    "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30",
    "authSecret": "cleaned_p",
    "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id",
    "SECRET_KEY": "cleaned_k",
    "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false",
    "SERVER_NAME": "cleaned_s",
    "DATABASE_USERNAME": cleaned_user,
    "DATABASE_PASSWORD": "cleaned_pw",
    "SCM_TRACE_LEVEL": "4",
    "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io"
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 1df68251-d34c-4e3e-8734-60fabc610b8f
Accept-Language               : en-US

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               : c35325ec-ad02-4820-a394-e2db475ff535
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11984
x-ms-correlation-request-id   : b82c48f0-0e84-43d4-a2b5-b140b000f033
x-ms-routing-request-id       : WESTEUROPE:20210101T103809Z:b82c48f0-0e84-43d4-a2b5-b140b000f033
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:08 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings",
  "name": "connectionstrings",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {}
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/azurestorageaccounts/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 9fce1887-9afb-416e-b21b-a7013ac78f74
Accept-Language               : en-US

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               : e5bd1614-5b56-48e0-abd5-72d52758ce75
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11983
x-ms-correlation-request-id   : 92e91ddc-9c32-4e88-a703-8e93207cc338
x-ms-routing-request-id       : WESTEUROPE:20210101T103809Z:92e91ddc-9c32-4e88-a703-8e93207cc338
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:08 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings",
  "name": "azurestorageaccounts",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {}
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 1d1c21fa-8eb1-40f0-8a70-ea4d8ebf59b1
Accept-Language               : en-US

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

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
ETag                          : "1D6E02A31D584D5"
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-request-id               : 208a8b9b-2113-494c-8518-a88fde102b79
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 11991
x-ms-correlation-request-id   : 797ea82d-d08a-46f5-a702-7253ebc7e4a4
x-ms-routing-request-id       : WESTEUROPE:20210101T103809Z:797ea82d-d08a-46f5-a702-7253ebc7e4a4
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:09 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname",
  "name": "cleaned_appname",
  "type": "Microsoft.Web/sites",
  "kind": "app,linux,container",
  "location": "West Europe",
  "properties": {
    "name": "cleaned_appname",
    "state": "Running",
    "hostNames": [
      "cleaned_appname.azurewebsites.net"
    ],
    "webSpace": "cleaned_rg-WestEuropewebspace",
    "selfLink": "https://cleaned_host.api.azurewebsites.windows.net:454/subscriptions/cleaned_subid/webspaces/cleaned_rg-WestEuropewebspace/sites/cleaned_appname",
    "repositorySiteName": "cleaned_appname",
    "owner": null,
    "usageState": "Normal",
    "enabled": true,
    "adminEnabled": true,
    "enabledHostNames": [
      "cleaned_appname.azurewebsites.net",
      "cleaned_appname.scm.azurewebsites.net"
    ],
    "siteProperties": {
      "metadata": null,
      "properties": [
        {
          "name": "LinuxFxVersion",
          "value": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59"
        },
        {
          "name": "WindowsFxVersion",
          "value": null
        }
      ],
      "appSettings": null
    },
    "availabilityState": "Normal",
    "sslCertificates": null,
    "csrs": [],
    "cers": null,
    "siteMode": null,
    "hostNameSslStates": [
      {
        "name": "cleaned_appname.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "thumbprint": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Standard"
      },
      {
        "name": "cleaned_appname.scm.azurewebsites.net",
        "sslState": "Disabled",
        "ipBasedSslResult": null,
        "virtualIP": null,
        "thumbprint": null,
        "toUpdate": null,
        "toUpdateIpBasedSsl": null,
        "ipBasedSslState": "NotConfigured",
        "hostType": "Repository"
      }
    ],
    "computeMode": null,
    "serverFarm": null,
    "serverFarmId": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/serverfarms/cleaned_asp",
    "reserved": true,
    "isXenon": false,
    "hyperV": false,
    "lastModifiedTimeUtc": "2021-01-01T10:38:08.3333333",
    "storageRecoveryDefaultState": "Running",
    "contentAvailabilityState": "Normal",
    "runtimeAvailabilityState": "Normal",
    "siteConfig": {
      "numberOfWorkers": null,
      "defaultDocuments": null,
      "netFrameworkVersion": null,
      "phpVersion": null,
      "pythonVersion": null,
      "nodeVersion": null,
      "powerShellVersion": null,
      "linuxFxVersion": null,
      "windowsFxVersion": 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,
      "azureStorageAccounts": null,
      "metadata": null,
      "connectionStrings": null,
      "machineKey": null,
      "handlerMappings": null,
      "documentRoot": null,
      "scmType": null,
      "use32BitWorkerProcess": null,
      "webSocketsEnabled": null,
      "alwaysOn": null,
      "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,
      "cors": null,
      "push": null,
      "apiDefinition": null,
      "apiManagementConfig": null,
      "autoSwapSlotName": null,
      "localMySqlEnabled": null,
      "managedServiceIdentityId": null,
      "xManagedServiceIdentityId": null,
      "ipSecurityRestrictions": null,
      "scmIpSecurityRestrictions": null,
      "scmIpSecurityRestrictionsUseMain": null,
      "http20Enabled": null,
      "minTlsVersion": null,
      "scmMinTlsVersion": null,
      "ftpsState": null,
      "preWarmedInstanceCount": null,
      "functionAppScaleLimit": null,
      "healthCheckPath": null,
      "fileChangeAuditEnabled": null,
      "functionsRuntimeScaleMonitoringEnabled": null,
      "websiteTimeZone": null,
      "minimumElasticInstanceCount": 0
    },
    "deploymentId": "cleaned_appname__e6c3",
    "trafficManagerHostNames": null,
    "sku": "PremiumV2",
    "scmSiteAlsoStopped": false,
    "targetSwapSlot": null,
    "hostingEnvironment": null,
    "hostingEnvironmentProfile": null,
    "clientAffinityEnabled": false,
    "clientCertEnabled": false,
    "clientCertMode": "Required",
    "clientCertExclusionPaths": null,
    "hostNamesDisabled": false,
    "domainVerificationIdentifiers": null,
    "customDomainVerificationId": "",
    "kind": "app,linux,container",
    "inboundIpAddress": "cleaned_ip",
    "possibleInboundIpAddresses": "cleaned_ip",
    "ftpUsername": "cleaned_appname\\$cleaned_appname",
    "ftpsHostName": "ftps://cleaned_host.ftp.azurewebsites.windows.net/site/wwwroot",
    "outboundIpAddresses": "52.136.254.253,51.144.165.65",
    "possibleOutboundIpAddresses": cleaned_ip",
    "containerSize": 0,
    "dailyMemoryTimeQuota": 0,
    "suspendedTill": null,
    "siteDisabledReason": 0,
    "functionExecutionUnitsCache": null,
    "maxNumberOfWorkers": null,
    "homeStamp": "cleaned_host",
    "cloningInfo": null,
    "hostingEnvironmentId": null,
    "tags": null,
    "resourceGroup": "cleaned_rg",
    "defaultHostName": "cleaned_appname.azurewebsites.net",
    "slotSwapStatus": {
      "timestampUtc": "2021-01-01T09:40:29.105Z",
      "sourceSlotName": "Staging",
      "destinationSlotName": "Production"
    },
    "httpsOnly": true,
    "redundancyMode": "None",
    "inProgressOperationId": null,
    "geoDistributions": null,
    "privateEndpointConnections": [],
    "buildVersion": null,
    "targetBuildVersion": null,
    "migrationState": null
  },
  "identity": {
    "type": "SystemAssigned",
    "tenantId": "",
    "principalId": "d1b61092-7f3c-4c9c-a781-eaf90ec2e542"
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 55b94c87-a465-46c2-adf7-5cbcfb82c58c
Accept-Language               : en-US

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               : 2dc2332c-8aa3-420f-af2b-716945c8e3a3
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 11990
x-ms-correlation-request-id   : 63a60e88-9c97-4833-8f6b-5d5b7aae8439
x-ms-routing-request-id       : WESTEUROPE:20210101T103810Z:63a60e88-9c97-4833-8f6b-5d5b7aae8439
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:09 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web",
  "name": "cleaned_appname",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {
    "numberOfWorkers": 1,
    "defaultDocuments": [
      "Default.htm",
      "Default.html",
      "Default.asp",
      "index.htm",
      "index.html",
      "iisstart.htm",
      "default.aspx",
      "index.php",
      "hostingstart.html"
    ],
    "netFrameworkVersion": "v4.0",
    "phpVersion": "",
    "pythonVersion": "",
    "nodeVersion": "",
    "powerShellVersion": "",
    "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59",
    "windowsFxVersion": null,
    "requestTracingEnabled": false,
    "remoteDebuggingEnabled": false,
    "remoteDebuggingVersion": "VS2019",
    "httpLoggingEnabled": true,
    "azureMonitorLogCategories": [
      "AppServiceHTTPLogs",
      "AppServiceConsoleLogs",
      "AppServiceAppLogs",
      "AppServiceFileAuditLogs",
      "AppServiceAuditLogs"
    ],
    "acrUseManagedIdentityCreds": false,
    "acrUserManagedIdentityID": null,
    "logsDirectorySizeLimit": 35,
    "detailedErrorLoggingEnabled": true,
    "publishingUsername": "$cleaned_appname",
    "publishingPassword": null,
    "appSettings": null,
    "azureStorageAccounts": {},
    "metadata": null,
    "connectionStrings": null,
    "machineKey": null,
    "handlerMappings": null,
    "documentRoot": null,
    "scmType": "None",
    "use32BitWorkerProcess": true,
    "webSocketsEnabled": false,
    "alwaysOn": true,
    "javaVersion": null,
    "javaContainer": null,
    "javaContainerVersion": null,
    "appCommandLine": "",
    "managedPipelineMode": "Integrated",
    "virtualApplications": [
      {
        "virtualPath": "/",
        "physicalPath": "site\\wwwroot",
        "preloadEnabled": true,
        "virtualDirectories": null
      }
    ],
    "winAuthAdminState": 0,
    "winAuthTenantState": 0,
    "customAppPoolIdentityAdminState": false,
    "customAppPoolIdentityTenantState": false,
    "runtimeADUser": null,
    "runtimeADUserPassword": null,
    "loadBalancing": "LeastRequests",
    "routingRules": [],
    "experiments": {
      "rampUpRules": []
    },
    "limits": null,
    "autoHealEnabled": false,
    "autoHealRules": null,
    "tracingOptions": null,
    "vnetName": "",
    "vnetRouteAllEnabled": false,
    "vnetPrivatePortsCount": 0,
    "siteAuthEnabled": false,
    "siteAuthSettings": {
      "enabled": null,
      "unauthenticatedClientAction": null,
      "tokenStoreEnabled": null,
      "allowedExternalRedirectUrls": null,
      "defaultProvider": null,
      "clientId": null,
      "clientSecret": null,
      "clientSecretSettingName": null,
      "clientSecretCertificateThumbprint": null,
      "issuer": null,
      "allowedAudiences": null,
      "additionalLoginParams": null,
      "isAadAutoProvisioned": false,
      "aadClaimsAuthorization": null,
      "googleClientId": null,
      "googleClientSecret": null,
      "googleClientSecretSettingName": null,
      "googleOAuthScopes": null,
      "facebookAppId": null,
      "facebookAppSecret": null,
      "facebookAppSecretSettingName": null,
      "facebookOAuthScopes": null,
      "gitHubClientId": null,
      "gitHubClientSecret": null,
      "gitHubClientSecretSettingName": null,
      "gitHubOAuthScopes": null,
      "twitterConsumerKey": null,
      "twitterConsumerSecret": null,
      "twitterConsumerSecretSettingName": null,
      "microsoftAccountClientId": null,
      "microsoftAccountClientSecret": null,
      "microsoftAccountClientSecretSettingName": null,
      "microsoftAccountOAuthScopes": null
    },
    "cors": null,
    "push": null,
    "apiDefinition": null,
    "apiManagementConfig": null,
    "autoSwapSlotName": null,
    "localMySqlEnabled": false,
    "managedServiceIdentityId": 2480,
    "xManagedServiceIdentityId": null,
    "ipSecurityRestrictions": [
    ],
    "scmIpSecurityRestrictions": [
      {
        "ipAddress": "Any",
        "action": "Allow",
        "priority": 1,
        "name": "Allow all",
        "description": "Allow all access"
      }
    ],
    "scmIpSecurityRestrictionsUseMain": false,
    "http20Enabled": true,
    "minTlsVersion": "1.2",
    "scmMinTlsVersion": "1.0",
    "ftpsState": "Disabled",
    "preWarmedInstanceCount": 0,
    "functionAppScaleLimit": 0,
    "healthCheckPath": null,
    "fileChangeAuditEnabled": true,
    "functionsRuntimeScaleMonitoringEnabled": false,
    "websiteTimeZone": null,
    "minimumElasticInstanceCount": 0
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : ad66f85f-4c6c-4fb6-a64b-34afb96d691b
Accept-Language               : en-US

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               : 88b29574-c1fb-465a-ab2f-6b025c7324fa
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11982
x-ms-correlation-request-id   : 744c95a0-5d01-4bdd-bb58-053148efb80a
x-ms-routing-request-id       : WESTEUROPE:20210101T103810Z:744c95a0-5d01-4bdd-bb58-053148efb80a
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:09 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings",
  "name": "appsettings",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {
    "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user",
    "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30",
    "authSecret": "cleaned_p",
    "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id",
    "SECRET_KEY": "cleaned_k",
    "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false",
    "SERVER_NAME": "cleaned_s",
    "DATABASE_USERNAME": cleaned_user,
    "DATABASE_PASSWORD": "cleaned_pw",
    "SCM_TRACE_LEVEL": "4",
    "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io"
  }
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 86b909a1-378f-4ba8-90e4-9d5c51c79607
Accept-Language               : en-US

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               : 89fc15e1-e7a5-4469-b368-78343337a762
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11981
x-ms-correlation-request-id   : 7a9f4292-9bcf-4d27-a8bb-90b20536cfa8
x-ms-routing-request-id       : WESTEUROPE:20210101T103810Z:7a9f4292-9bcf-4d27-a8bb-90b20536cfa8
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:09 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings",
  "name": "connectionstrings",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {}
}
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/azurestorageaccounts/list?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 1d6f6675-1f9e-4d47-b4d3-c7b689fabc3e
Accept-Language               : en-US

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               : 4f15e6e4-2aac-4bd0-a230-e4f3af342d19
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-resource-requests: 11980
x-ms-correlation-request-id   : c6aac90b-daf4-42e4-8881-f01f1bec49f4
x-ms-routing-request-id       : WESTEUROPE:20210101T103810Z:c6aac90b-daf4-42e4-8881-f01f1bec49f4
X-Content-Type-Options        : nosniff
Date                          : Fri, 01 Jan 2021 10:38:09 GMT

Body:
{
  "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings",
  "name": "azurestorageaccounts",
  "type": "Microsoft.Web/sites/config",
  "location": "West Europe",
  "properties": {}
}

AzureStoragePath            : {}
GitRemoteName               :
GitRemoteUri                :
GitRemoteUsername           :
GitRemotePassword           :
AzureStorageAccounts        :
State                       : Running
HostNames                   : {cleaned_appname.azurewebsites.net}
RepositorySiteName          : cleaned_appname
UsageState                  : Normal
Enabled                     : True
EnabledHostNames            : {cleaned_appname.azurewebsites.net, cleaned_appname.scm.azurewebsites.net}
AvailabilityState           : Normal
HostNameSslStates           : {cleaned_appname.azurewebsites.net, cleaned_appname.scm.azurewebsites.net}
ServerFarmId                : /subscriptions/cleaned_subid/resourceGroups/cleaned_rg/prov
                              iders/Microsoft.Web/serverfarms/cleaned_asp
Reserved                    : True
IsXenon                     : False
HyperV                      :
LastModifiedTimeUtc         : 1/1/2021 10:38:08 AM
SiteConfig                  : Microsoft.Azure.Management.WebSites.Models.SiteConfig
TrafficManagerHostNames     :
ScmSiteAlsoStopped          : False
TargetSwapSlot              :
HostingEnvironmentProfile   :
ClientAffinityEnabled       : False
ClientCertEnabled           : False
ClientCertMode              :
ClientCertExclusionPaths    :
HostNamesDisabled           : False
CustomDomainVerificationId  :
OutboundIpAddresses         : 
PossibleOutboundIpAddresses : 
                              44.165.65
ContainerSize               : 0
DailyMemoryTimeQuota        : 0
SuspendedTill               :
MaxNumberOfWorkers          :
CloningInfo                 :
ResourceGroup               : cleaned_rg
IsDefaultContainer          :
DefaultHostName             : cleaned_appname.azurewebsites.net
SlotSwapStatus              : Microsoft.Azure.Management.WebSites.Models.SlotSwapStatus
HttpsOnly                   : True
RedundancyMode              :
InProgressOperationId       :
Identity                    : Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentity
Id                          : /subscriptions/cleaned_subid/resourceGroups/cleaned_rg/prov
                              iders/Microsoft.Web/sites/cleaned_appname
Name                        : cleaned_appname
Kind                        : app,linux,container
Location                    : West Europe
Type                        : Microsoft.Web/sites
Tags                        :

DEBUG: AzureQoSEvent: CommandName - Set-AzWebAppSlot; IsSuccess - True; Duration - 00:00:06.8206259;
DEBUG: Finish sending metric.
DEBUG: 11:38:11 AM - SetAzureWebAppSlotCmdlet end processing.
**********************
PowerShell transcript end
End time: 20210101113811
**********************

Error output

N/A
ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.

Issue Details
## Description We update app settings by retrieving existing app settings, then adding new ones to the hashtable, and then run Set-AzWebApp(Slot). When doing this, the DOCKER_REGISTRY_SERVER_PASSWORD is removed from the hashtable, and therefore finally from the app settings, causing problems. This happens because the cmdlet does not check if a new DOCKER_REGISTRY_SERVER_PASSWORD is provided, as it does with other docker parameters, this one is simply removed in all cases. (Row 242 see: https://github.com/Azure/azure-powershell/blob/75952e8149f64da6f579566573bdccddbbcfe79d/src/Websites/Websites/Cmdlets/WebApps/SetAzureWebApp.cs) The app continues to run fine until it tries to pull the image again. ## Steps to reproduce Make sure the DOCKER_REGISTRY_SERVER_PASSWORD app setting is available on the app settings, then: ```powershell $WebApp = Get-AzWebAppSlot -ResourceGroupName $ResourceGroupName ` -Name $AppName ` -Slot $Slot [hashtable]$AppSettingsNew = @{ } foreach ( $Setting in $WebApp.SiteConfig.AppSettings ) { $AppSettingsNew[$Setting.Name] = $Setting.Value } # Setting exists here on $AppSettingsNew and on the app Set-AzWebAppSlot ` -ResourceGroupName $WebApp.ResourceGroup ` -Name $WebApp.Name ` -AppSettings $AppSettingsNew ` -Slot $Slot ` -Debug:$true # Setting removed here from $AppSettingsNew and from the app ``` ## Environment data ``` Name Value ---- ----- PSVersion 7.1.0 PSEdition Core GitCommitId 7.1.0 OS Microsoft Windows 10.0.18363 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0 ``` ## Module versions ```powershell ModuleType Version PreRelease Name PSEdition ExportedCommands ---------- ------- ---------- ---- --------- ---------------- Binary 1.3 AvroTools Desk Read-Avro Script 5.2.0 Az Core,Desk Script 2.2.2 Az.Accounts Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-A… Script 1.1.1 Az.Advisor Core,Desk {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendation, Disable-AzAdvisorRecommen… Script 2.0.1 Az.Aks Core,Desk {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, Import-AzAksCredential…} Script 1.1.4 Az.AnalysisServices Core,Desk {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServicesServer, Get-AzAnalysisServi… Script 2.2.0 Az.ApiManagement Core,Desk {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiToProduct, Add-AzApiManagementP… Script 1.0.0 Az.AppConfiguration Core,Desk {Get-AzAppConfigurationStore, Get-AzAppConfigurationStoreKey, New-AzAppConfigurationSto… Script 1.1.0 Az.ApplicationInsights Core,Desk {Get-AzApplicationInsights, New-AzApplicationInsights, Remove-AzApplicationInsights, Up… Script 1.4.0 Az.Automation Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomat… Script 3.1.0 Az.Batch Core,Desk {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAccountKey, New-AzBatchAccount…} Script 2.0.0 Az.Billing Core,Desk {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollmentAccount, Get-AzConsumptionB… Script 1.6.0 Az.Cdn Core,Desk {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfile, Remove-AzCdnProfile…} Script 1.8.0 Az.CognitiveServices Core,Desk {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAccountKey, Get-AzCognitiveServ… Script 4.7.0 Az.Compute Core,Desk {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAvailabilitySet, Update-AzAvail… Script 1.0.3 Az.ContainerInstance Core,Desk {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzContainerGroup, Get-AzContainerIn… Script 2.1.0 Az.ContainerRegistry Core,Desk {New-AzContainerRegistry, Get-AzContainerRegistry, Update-AzContainerRegistry, Remove-A… Script 1.1.0 Az.DataBoxEdge Core,Desk {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzDataBoxEdgeDevice, New-AzDataB… Script 1.0.1 Az.Databricks Core,Desk {Get-AzDatabricksVNetPeering, Get-AzDatabricksWorkspace, New-AzDatabricksVNetPeering, N… Script 1.11.2 Az.DataFactory Core,Desk {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFactoryV2, Remove-AzDataFactory… Script 1.0.2 Az.DataLakeAnalytics Core,Desk {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalyticsCatalogCredential, Remove-Az… Script 1.3.0 Az.DataLakeStore Core,Desk {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreTrustedIdProvider, Remove-… Script 1.0.0 Az.DataShare Core,Desk {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-AzDataShareAccount, New-AzDataS… Script 1.1.0 Az.DeploymentManager Core,Desk {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentManagerArtifactSource, Set-AzDe… Script 2.0.1 Az.DesktopVirtualization Core,Desk {Disconnect-AzWvdUserSession, Expand-AzWvdMsixImage, Get-AzWvdApplication, Get-AzWvdApp… Script 1.0.2 Az.DevTestLabs Core,Desk {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolicy, Get-AzDtlAutoStartPolicy, … Script 1.1.2 Az.Dns Core,Desk {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRecordSet, Set-AzDnsRecordSet…} Script 1.7.1 Az.EventHub Core,Desk {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzEventHubNamespace, Remove-AzEv… Script 1.6.1 Az.FrontDoor Core,Desk {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove-AzFrontDoor…} Script 2.0.0 Az.Functions Core,Desk {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Get-AzFunctionAppPlan, Get-AzFu… Script 4.1.0 Az.HDInsight Core,Desk {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wait-AzHDInsightJob, New-AzHDIn… Script 1.2.0 Az.HealthcareApis Core,Desk {New-AzHealthcareApisService, Remove-AzHealthcareApisService, Set-AzHealthcareApisServi… Script 2.7.1 Az.IotHub Core,Desk {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-AzIotHubConnectionString, Get-… Script 3.2.0 Az.KeyVault Core,Desk {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, Stop-AzKeyVaultCertificateOpe… Script 1.0.0 Az.Kusto Core,Desk {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabasePrincipal, Get-AzKustoAttached… Script 1.4.0 Az.LogicApp Core,Desk {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccountAssembly, Get-AzIntegration… Script 1.1.3 Az.MachineLearning Core,Desk {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssociation, Get-AzMlCommitmentPlanU… Script 1.1.0 Az.Maintenance Core,Desk {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzMaintenanceConfiguration, Get-… Script 2.0.0 Az.ManagedServices Core,Desk {Get-AzManagedServicesAssignment, New-AzManagedServicesAssignment, Remove-AzManagedServ… Script 1.0.2 Az.MarketplaceOrdering Core,Desk {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms} Script 1.1.1 Az.Media Core,Desk {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get-AzMediaServiceKey, Get-AzMed… Script 2.3.0 Az.Monitor Core,Desk {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile, Get-AzLogProfile…} Script 4.3.0 Az.Network Core,Desk {Add-AzApplicationGatewayAuthenticationCertificate, Get-AzApplicationGatewayAuthenticat… Script 1.1.1 Az.NotificationHubs Core,Desk {Get-AzNotificationHub, Get-AzNotificationHubAuthorizationRule, Get-AzNotificationHubLi… Script 2.3.0 Az.OperationalInsights Core,Desk {New-AzOperationalInsightsAzureActivityLogDataSource, New-AzOperationalInsightsCustomLo… Script 1.3.1 Az.PolicyInsights Core,Desk {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSummary, Get-AzPolicyRemediatio… Script 1.1.2 Az.PowerBIEmbedded Core,Desk {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollection, Get-AzPowerBIWo… Script 1.0.3 Az.PrivateDns Core,Desk {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPrivateDnsZone, New-AzPrivateDnsZ… Script 3.1.0 Az.RecoveryServices Core,Desk {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServicesVault, Get-AzRecoveryServi… Script 1.4.0 Az.RedisCache Core,Desk {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheScheduleEntry, Get-AzRedisCachePatch… Script 1.0.3 Az.Relay Core,Desk {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNamespace, Remove-AzRelayNamesp… Script 3.1.0 Az.Resources Core,Desk {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzRoleAssignment, New-AzRoleAssi… Script 1.4.1 Az.ServiceBus Core,Desk {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set-AzServiceBusNamespace, Remov… Script 2.2.1 Az.ServiceFabric Core,Desk {Add-AzServiceFabricClientCertificate, Add-AzServiceFabricClusterCertificate, Add-AzSer… Script 1.2.0 Az.SignalR Core,Desk {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSignalRKey…} Script 2.13.0 Az.Sql Core,Desk {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlDatabaseTransparentDataEncryption… Script 1.1.0 Az.SqlVirtualMachine Core,Desk {New-AzSqlVM, Get-AzSqlVM, Update-AzSqlVM, Remove-AzSqlVM…} Script 3.1.0 Az.Storage Core,Desk {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStorageAccount, New-AzStorageAcco… Script 1.4.0 Az.StorageSync Core,Desk {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSyncService, Get-AzStorageSyncSer… Script 1.0.1 Az.StreamAnalytics Core,Desk {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefaultFunctionDefinition, New-AzS… Script 1.0.0 Az.Support Core,Desk {Get-AzSupportService, Get-AzSupportProblemClassification, Get-AzSupportTicket, Get-AzS… Script 1.0.4 Az.TrafficManager Core,Desk {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTrafficManagerCustomHeaderFromEnd… Script 2.1.1 Az.Websites Core,Desk {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServicePlan, Remove-AzAppServiceP… ``` ## Debug output ``` DEBUG: 11:38:04 AM - SetAzureWebAppSlotCmdlet begin processing with ParameterSet 'S1'. DEBUG: 11:38:04 AM - using account id ''... DEBUG: [Common.Authentication]: Authenticating using Account: '', environment: 'AzureCloud', tenant: '' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-01-01T11:04:38.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-01-01T11:04:38.0000000+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/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname?api-version=2020-06-01 Headers: x-ms-client-request-id : 4cd737ae-0b72-4f85-8fea-1c6ea808e8e9 Accept-Language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache ETag : "1D6E02A269733E0" Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-request-id : f6dbf7d0-3df6-44ce-aa89-1b7541e2d1f4 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-reads: 11995 x-ms-correlation-request-id : 8530b134-2218-46a4-a104-b2434f9b74b7 x-ms-routing-request-id : WESTEUROPE:20210101T103804Z:8530b134-2218-46a4-a104-b2434f9b74b7 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:03 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname", "name": "cleaned_appname", "type": "Microsoft.Web/sites", "kind": "app,linux,container", "location": "West Europe", "properties": { "name": "cleaned_appname", "state": "Running", "hostNames": [ "cleaned_appname.azurewebsites.net" ], "webSpace": "cleaned_rg-WestEuropewebspace", "selfLink": "https://cleaned_host.api.azurewebsites.windows.net:454/subscriptions/cleaned_subid/webspaces/cleaned_rg-WestEuropewebspace/sites/cleaned_appname", "repositorySiteName": "cleaned_appname", "owner": null, "usageState": "Normal", "enabled": true, "adminEnabled": true, "enabledHostNames": [ "cleaned_appname.azurewebsites.net", "cleaned_appname.scm.azurewebsites.net" ], "siteProperties": { "metadata": null, "properties": [ { "name": "LinuxFxVersion", "value": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59" }, { "name": "WindowsFxVersion", "value": null } ], "appSettings": null }, "availabilityState": "Normal", "sslCertificates": null, "csrs": [], "cers": null, "siteMode": null, "hostNameSslStates": [ { "name": "cleaned_appname.azurewebsites.net", "sslState": "Disabled", "ipBasedSslResult": null, "virtualIP": null, "thumbprint": null, "toUpdate": null, "toUpdateIpBasedSsl": null, "ipBasedSslState": "NotConfigured", "hostType": "Standard" }, { "name": "cleaned_appname.scm.azurewebsites.net", "sslState": "Disabled", "ipBasedSslResult": null, "virtualIP": null, "thumbprint": null, "toUpdate": null, "toUpdateIpBasedSsl": null, "ipBasedSslState": "NotConfigured", "hostType": "Repository" } ], "computeMode": null, "serverFarm": null, "serverFarmId": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/serverfarms/cleaned_asp", "reserved": true, "isXenon": false, "hyperV": false, "lastModifiedTimeUtc": "2021-01-01T10:37:49.47", "storageRecoveryDefaultState": "Running", "contentAvailabilityState": "Normal", "runtimeAvailabilityState": "Normal", "siteConfig": { "numberOfWorkers": null, "defaultDocuments": null, "netFrameworkVersion": null, "phpVersion": null, "pythonVersion": null, "nodeVersion": null, "powerShellVersion": null, "linuxFxVersion": null, "windowsFxVersion": 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, "azureStorageAccounts": null, "metadata": null, "connectionStrings": null, "machineKey": null, "handlerMappings": null, "documentRoot": null, "scmType": null, "use32BitWorkerProcess": null, "webSocketsEnabled": null, "alwaysOn": null, "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, "cors": null, "push": null, "apiDefinition": null, "apiManagementConfig": null, "autoSwapSlotName": null, "localMySqlEnabled": null, "managedServiceIdentityId": null, "xManagedServiceIdentityId": null, "ipSecurityRestrictions": null, "scmIpSecurityRestrictions": null, "scmIpSecurityRestrictionsUseMain": null, "http20Enabled": null, "minTlsVersion": null, "scmMinTlsVersion": null, "ftpsState": null, "preWarmedInstanceCount": null, "functionAppScaleLimit": null, "healthCheckPath": null, "fileChangeAuditEnabled": null, "functionsRuntimeScaleMonitoringEnabled": null, "websiteTimeZone": null, "minimumElasticInstanceCount": 0 }, "deploymentId": "cleaned_appname__e6c3", "trafficManagerHostNames": null, "sku": "PremiumV2", "scmSiteAlsoStopped": false, "targetSwapSlot": null, "hostingEnvironment": null, "hostingEnvironmentProfile": null, "clientAffinityEnabled": false, "clientCertEnabled": false, "clientCertMode": "Required", "clientCertExclusionPaths": null, "hostNamesDisabled": false, "domainVerificationIdentifiers": null, "customDomainVerificationId": "cleaned_vid", "kind": "app,linux,container", "inboundIpAddress": "cleaned_ip", "possibleInboundIpAddresses": "cleaned_ip", "ftpUsername": "cleaned_appname\\$cleaned_appname", "ftpsHostName": "ftps://cleaned_host.ftp.azurewebsites.windows.net/site/wwwroot", "outboundIpAddresses": "cleaned_ip", "possibleOutboundIpAddresses": "cleaned_ip", "containerSize": 0, "dailyMemoryTimeQuota": 0, "suspendedTill": null, "siteDisabledReason": 0, "functionExecutionUnitsCache": null, "maxNumberOfWorkers": null, "homeStamp": "cleaned_host", "cloningInfo": null, "hostingEnvironmentId": null, "tags": null, "resourceGroup": "cleaned_rg", "defaultHostName": "cleaned_appname.azurewebsites.net", "slotSwapStatus": { "timestampUtc": "2021-01-01T09:40:29.105Z", "sourceSlotName": "Staging", "destinationSlotName": "Production" }, "httpsOnly": true, "redundancyMode": "None", "inProgressOperationId": null, "geoDistributions": null, "privateEndpointConnections": [], "buildVersion": null, "targetBuildVersion": null, "migrationState": null }, "identity": { "type": "SystemAssigned" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01 Headers: x-ms-client-request-id : 63b574fb-463e-4ca4-913a-abf80c5d2d1b Accept-Language : en-US 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 : 13dd5754-b016-4a3b-a525-58d196b01629 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-reads: 11994 x-ms-correlation-request-id : e2977bd5-edf8-4399-aa01-27eb737721be x-ms-routing-request-id : WESTEUROPE:20210101T103804Z:e2977bd5-edf8-4399-aa01-27eb737721be X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:03 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web", "name": "cleaned_appname", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": { "numberOfWorkers": 1, "defaultDocuments": [ "Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html" ], "netFrameworkVersion": "v4.0", "phpVersion": "", "pythonVersion": "", "nodeVersion": "", "powerShellVersion": "", "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59", "windowsFxVersion": null, "requestTracingEnabled": false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2019", "httpLoggingEnabled": true, "azureMonitorLogCategories": [ "AppServiceHTTPLogs", "AppServiceConsoleLogs", "AppServiceAppLogs", "AppServiceFileAuditLogs", "AppServiceAuditLogs" ], "acrUseManagedIdentityCreds": false, "acrUserManagedIdentityID": null, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": true, "publishingUsername": "$cleaned_appname", "publishingPassword": null, "appSettings": null, "azureStorageAccounts": {}, "metadata": null, "connectionStrings": null, "machineKey": null, "handlerMappings": null, "documentRoot": null, "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, "alwaysOn": true, "javaVersion": null, "javaContainer": null, "javaContainerVersion": null, "appCommandLine": "", "managedPipelineMode": "Integrated", "virtualApplications": [ { "virtualPath": "/", "physicalPath": "site\\wwwroot", "preloadEnabled": true, "virtualDirectories": null } ], "winAuthAdminState": 0, "winAuthTenantState": 0, "customAppPoolIdentityAdminState": false, "customAppPoolIdentityTenantState": false, "runtimeADUser": null, "runtimeADUserPassword": null, "loadBalancing": "LeastRequests", "routingRules": [], "experiments": { "rampUpRules": [] }, "limits": null, "autoHealEnabled": false, "autoHealRules": null, "tracingOptions": null, "vnetName": "", "vnetRouteAllEnabled": false, "vnetPrivatePortsCount": 0, "siteAuthEnabled": false, "siteAuthSettings": { "enabled": null, "unauthenticatedClientAction": null, "tokenStoreEnabled": null, "allowedExternalRedirectUrls": null, "defaultProvider": null, "clientId": null, "clientSecret": null, "clientSecretSettingName": null, "clientSecretCertificateThumbprint": null, "issuer": null, "allowedAudiences": null, "additionalLoginParams": null, "isAadAutoProvisioned": false, "aadClaimsAuthorization": null, "googleClientId": null, "googleClientSecret": null, "googleClientSecretSettingName": null, "googleOAuthScopes": null, "facebookAppId": null, "facebookAppSecret": null, "facebookAppSecretSettingName": null, "facebookOAuthScopes": null, "gitHubClientId": null, "gitHubClientSecret": null, "gitHubClientSecretSettingName": null, "gitHubOAuthScopes": null, "twitterConsumerKey": null, "twitterConsumerSecret": null, "twitterConsumerSecretSettingName": null, "microsoftAccountClientId": null, "microsoftAccountClientSecret": null, "microsoftAccountClientSecretSettingName": null, "microsoftAccountOAuthScopes": null }, "cors": null, "push": null, "apiDefinition": null, "apiManagementConfig": null, "autoSwapSlotName": null, "localMySqlEnabled": false, "managedServiceIdentityId": 2480, "xManagedServiceIdentityId": null, "ipSecurityRestrictions": [ ], "scmIpSecurityRestrictions": [ { "ipAddress": "Any", "action": "Allow", "priority": 1, "name": "Allow all", "description": "Allow all access" } ], "scmIpSecurityRestrictionsUseMain": false, "http20Enabled": true, "minTlsVersion": "1.2", "scmMinTlsVersion": "1.0", "ftpsState": "Disabled", "preWarmedInstanceCount": 0, "functionAppScaleLimit": 0, "healthCheckPath": null, "fileChangeAuditEnabled": true, "functionsRuntimeScaleMonitoringEnabled": false, "websiteTimeZone": null, "minimumElasticInstanceCount": 0 } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings/list?api-version=2020-06-01 Headers: x-ms-client-request-id : 40ed49b2-3688-44c3-af7b-f90cda888b58 Accept-Language : en-US 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 : 8d82c076-31af-4508-9391-b2e62b86ae8b Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11988 x-ms-correlation-request-id : 211c216f-740f-4702-8f47-c2ce4db53609 x-ms-routing-request-id : WESTEUROPE:20210101T103805Z:211c216f-740f-4702-8f47-c2ce4db53609 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:04 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings", "name": "appsettings", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": { "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id", "authSecret": "cleaned_p", "DATABASE_PASSWORD": "cleaned_pw", "DATABASE_USERNAME": cleaned_user, "DOCKER_REGISTRY_SERVER_PASSWORD": "cleaned_pw", "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io", "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user", "SCM_TRACE_LEVEL": "4", "SECRET_KEY": "cleaned_k", "SERVER_NAME": "cleaned_s", "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings/list?api-version=2020-06-01 Headers: x-ms-client-request-id : 18b19ef0-b067-492a-9364-a2e10e1ed2b6 Accept-Language : en-US 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 : 45b81e59-2112-49b9-a7c9-c3171fd8d65c Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11987 x-ms-correlation-request-id : fec61238-bfce-4f1a-8b7f-fb7f76f51521 x-ms-routing-request-id : WESTEUROPE:20210101T103805Z:fec61238-bfce-4f1a-8b7f-fb7f76f51521 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:04 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings", "name": "connectionstrings", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": {} } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/azurestorageaccounts/list?api-version=2020-06-01 Headers: x-ms-client-request-id : 829f300e-0dca-4837-9238-7fb4cc68bcf2 Accept-Language : en-US 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 : 668d78a2-7889-4203-a2f6-65f2dba11978 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11986 x-ms-correlation-request-id : beeffd95-6c64-476b-9ec9-9a2081e9058b x-ms-routing-request-id : WESTEUROPE:20210101T103805Z:beeffd95-6c64-476b-9ec9-9a2081e9058b X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:04 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings", "name": "azurestorageaccounts", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": {} } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings?api-version=2020-06-01 Headers: x-ms-client-request-id : dcfa7d7a-88af-4e5c-ae03-9dcdad63f043 Accept-Language : en-US Body: { "properties": { "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user", "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30", "authSecret": "cleaned_p", "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id", "SECRET_KEY": "cleaned_k", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "SERVER_NAME": "cleaned_s", "DATABASE_USERNAME": cleaned_user, "DATABASE_PASSWORD": "cleaned_pw", "SCM_TRACE_LEVEL": "4", "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io" } } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache ETag : "1D6E02A30B62520" Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-request-id : 3bfd702d-3147-4dd2-9989-309164e00dcd Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-writes: 1199 x-ms-correlation-request-id : b8a629ce-4660-434b-af2a-0bb0119d4b73 x-ms-routing-request-id : WESTEUROPE:20210101T103806Z:b8a629ce-4660-434b-af2a-0bb0119d4b73 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:06 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings", "name": "appsettings", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": { "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user", "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30", "authSecret": "cleaned_p", "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id", "SECRET_KEY": "cleaned_k", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "SERVER_NAME": "cleaned_s", "DATABASE_USERNAME": cleaned_user, "DATABASE_PASSWORD": "cleaned_pw", "SCM_TRACE_LEVEL": "4", "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PATCH Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01 Headers: x-ms-client-request-id : 8bd333ec-df3a-420d-bd09-f3026c5f5e72 Accept-Language : en-US Body: { "properties": { "numberOfWorkers": 1, "defaultDocuments": [ "Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html" ], "netFrameworkVersion": "v4.0", "phpVersion": "", "pythonVersion": "", "nodeVersion": "", "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59", "requestTracingEnabled": false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2019", "httpLoggingEnabled": true, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": true, "publishingUsername": "$cleaned_appname", "appSettings": [ { "name": "APPINSIGHTS_INSTRUMENTATIONKEY", "value": "cleaned_id" }, { "name": "authSecret", "value": "cleaned_p" }, { "name": "DATABASE_PASSWORD", "value": "cleaned_pw" }, { "name": "DATABASE_USERNAME", "value": cleaned_user }, { "name": "DOCKER_REGISTRY_SERVER_PASSWORD", "value": "cleaned_pw" }, { "name": "DOCKER_REGISTRY_SERVER_URL", "value": "https://cleaned_reg.azurecr.io" }, { "name": "DOCKER_REGISTRY_SERVER_USERNAME", "value": "cleaned_user" }, { "name": "SCM_TRACE_LEVEL", "value": "4" }, { "name": "SECRET_KEY", "value": "cleaned_k" }, { "name": "SERVER_NAME", "value": "cleaned_s" }, { "name": "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES", "value": "30" }, { "name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE", "value": "false" } ], "connectionStrings": [], "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, "alwaysOn": true, "appCommandLine": "", "managedPipelineMode": "Integrated", "virtualApplications": [ { "virtualPath": "/", "physicalPath": "site\\wwwroot", "preloadEnabled": true } ], "loadBalancing": "LeastRequests", "experiments": { "rampUpRules": [] }, "autoHealEnabled": false, "vnetName": "", "localMySqlEnabled": false, "managedServiceIdentityId": 2480, "ipSecurityRestrictions": [ ], "scmIpSecurityRestrictions": [ { "ipAddress": "Any", "action": "Allow", "priority": 1, "name": "Allow all", "description": "Allow all access" } ], "scmIpSecurityRestrictionsUseMain": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "Disabled" } } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache ETag : "1D6E02A30B62520" Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-request-id : 853a63ff-191c-4c27-b0c7-96eefbedafd7 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-writes: 1198 x-ms-correlation-request-id : 52525a74-df1f-4ffb-8bab-3fe8481bcb4e x-ms-routing-request-id : WESTEUROPE:20210101T103808Z:52525a74-df1f-4ffb-8bab-3fe8481bcb4e X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:08 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname", "name": "cleaned_appname", "type": "Microsoft.Web/sites", "location": "West Europe", "properties": { "numberOfWorkers": 1, "defaultDocuments": [ "Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html" ], "netFrameworkVersion": "v4.0", "phpVersion": "", "pythonVersion": "", "nodeVersion": "", "powerShellVersion": "", "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59", "windowsFxVersion": null, "requestTracingEnabled": false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2019", "httpLoggingEnabled": true, "azureMonitorLogCategories": [ "AppServiceHTTPLogs", "AppServiceConsoleLogs", "AppServiceAppLogs", "AppServiceFileAuditLogs", "AppServiceAuditLogs" ], "acrUseManagedIdentityCreds": false, "acrUserManagedIdentityID": null, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": true, "publishingUsername": "appname", "publishingPassword": null, "appSettings": null, "azureStorageAccounts": {}, "metadata": null, "connectionStrings": null, "machineKey": null, "handlerMappings": null, "documentRoot": null, "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, "alwaysOn": true, "javaVersion": null, "javaContainer": null, "javaContainerVersion": null, "appCommandLine": "", "managedPipelineMode": "Integrated", "virtualApplications": [ { "virtualPath": "/", "physicalPath": "site\\wwwroot", "preloadEnabled": true, "virtualDirectories": null } ], "winAuthAdminState": 0, "winAuthTenantState": 0, "customAppPoolIdentityAdminState": false, "customAppPoolIdentityTenantState": false, "runtimeADUser": null, "runtimeADUserPassword": null, "loadBalancing": "LeastRequests", "routingRules": [], "experiments": { "rampUpRules": [] }, "limits": null, "autoHealEnabled": false, "autoHealRules": null, "tracingOptions": null, "vnetName": "", "vnetRouteAllEnabled": false, "vnetPrivatePortsCount": 0, "siteAuthEnabled": false, "siteAuthSettings": { "enabled": null, "unauthenticatedClientAction": null, "tokenStoreEnabled": null, "allowedExternalRedirectUrls": null, "defaultProvider": null, "clientId": null, "clientSecret": null, "clientSecretSettingName": null, "clientSecretCertificateThumbprint": null, "issuer": null, "allowedAudiences": null, "additionalLoginParams": null, "isAadAutoProvisioned": false, "aadClaimsAuthorization": null, "googleClientId": null, "googleClientSecret": null, "googleClientSecretSettingName": null, "googleOAuthScopes": null, "facebookAppId": null, "facebookAppSecret": null, "facebookAppSecretSettingName": null, "facebookOAuthScopes": null, "gitHubClientId": null, "gitHubClientSecret": null, "gitHubClientSecretSettingName": null, "gitHubOAuthScopes": null, "twitterConsumerKey": null, "twitterConsumerSecret": null, "twitterConsumerSecretSettingName": null, "microsoftAccountClientId": null, "microsoftAccountClientSecret": null, "microsoftAccountClientSecretSettingName": null, "microsoftAccountOAuthScopes": null }, "cors": null, "push": null, "apiDefinition": null, "apiManagementConfig": null, "autoSwapSlotName": null, "localMySqlEnabled": false, "managedServiceIdentityId": 2480, "xManagedServiceIdentityId": null, "ipSecurityRestrictions": [ ], "scmIpSecurityRestrictions": [ { "ipAddress": "Any", "action": "Allow", "priority": 1, "name": "Allow all", "description": "Allow all access" } ], "scmIpSecurityRestrictionsUseMain": false, "http20Enabled": true, "minTlsVersion": "1.2", "scmMinTlsVersion": "1.0", "ftpsState": "Disabled", "preWarmedInstanceCount": 0, "functionAppScaleLimit": 0, "healthCheckPath": null, "fileChangeAuditEnabled": true, "functionsRuntimeScaleMonitoringEnabled": false, "websiteTimeZone": null, "minimumElasticInstanceCount": 0 } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname?api-version=2020-06-01 Headers: x-ms-client-request-id : 15081002-2472-4ec6-96db-28c227301d08 Accept-Language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache ETag : "1D6E02A31D584D5" Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-request-id : 556687ed-01b0-4f8c-8c6b-ffbe5235ad02 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-reads: 11993 x-ms-correlation-request-id : 435fa6ce-39ae-4b54-b418-daab6190aa38 x-ms-routing-request-id : WESTEUROPE:20210101T103809Z:435fa6ce-39ae-4b54-b418-daab6190aa38 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:08 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname", "name": "cleaned_appname", "type": "Microsoft.Web/sites", "kind": "app,linux,container", "location": "West Europe", "properties": { "name": "cleaned_appname", "state": "Running", "hostNames": [ "cleaned_appname.azurewebsites.net" ], "webSpace": "cleaned_rg-WestEuropewebspace", "selfLink": "https://cleaned_host.api.azurewebsites.windows.net:454/subscriptions/cleaned_subid/webspaces/cleaned_rg-WestEuropewebspace/sites/cleaned_appname", "repositorySiteName": "cleaned_appname", "owner": null, "usageState": "Normal", "enabled": true, "adminEnabled": true, "enabledHostNames": [ "cleaned_appname.azurewebsites.net", "cleaned_appname.scm.azurewebsites.net" ], "siteProperties": { "metadata": null, "properties": [ { "name": "LinuxFxVersion", "value": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59" }, { "name": "WindowsFxVersion", "value": null } ], "appSettings": null }, "availabilityState": "Normal", "sslCertificates": null, "csrs": [], "cers": null, "siteMode": null, "hostNameSslStates": [ { "name": "cleaned_appname.azurewebsites.net", "sslState": "Disabled", "ipBasedSslResult": null, "virtualIP": null, "thumbprint": null, "toUpdate": null, "toUpdateIpBasedSsl": null, "ipBasedSslState": "NotConfigured", "hostType": "Standard" }, { "name": "cleaned_appname.scm.azurewebsites.net", "sslState": "Disabled", "ipBasedSslResult": null, "virtualIP": null, "thumbprint": null, "toUpdate": null, "toUpdateIpBasedSsl": null, "ipBasedSslState": "NotConfigured", "hostType": "Repository" } ], "computeMode": null, "serverFarm": null, "serverFarmId": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/serverfarms/cleaned_asp", "reserved": true, "isXenon": false, "hyperV": false, "lastModifiedTimeUtc": "2021-01-01T10:38:08.3333333", "storageRecoveryDefaultState": "Running", "contentAvailabilityState": "Normal", "runtimeAvailabilityState": "Normal", "siteConfig": { "numberOfWorkers": null, "defaultDocuments": null, "netFrameworkVersion": null, "phpVersion": null, "pythonVersion": null, "nodeVersion": null, "powerShellVersion": null, "linuxFxVersion": null, "windowsFxVersion": 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, "azureStorageAccounts": null, "metadata": null, "connectionStrings": null, "machineKey": null, "handlerMappings": null, "documentRoot": null, "scmType": null, "use32BitWorkerProcess": null, "webSocketsEnabled": null, "alwaysOn": null, "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, "cors": null, "push": null, "apiDefinition": null, "apiManagementConfig": null, "autoSwapSlotName": null, "localMySqlEnabled": null, "managedServiceIdentityId": null, "xManagedServiceIdentityId": null, "ipSecurityRestrictions": null, "scmIpSecurityRestrictions": null, "scmIpSecurityRestrictionsUseMain": null, "http20Enabled": null, "minTlsVersion": null, "scmMinTlsVersion": null, "ftpsState": null, "preWarmedInstanceCount": null, "functionAppScaleLimit": null, "healthCheckPath": null, "fileChangeAuditEnabled": null, "functionsRuntimeScaleMonitoringEnabled": null, "websiteTimeZone": null, "minimumElasticInstanceCount": 0 }, "deploymentId": "cleaned_appname__e6c3", "trafficManagerHostNames": null, "sku": "PremiumV2", "scmSiteAlsoStopped": false, "targetSwapSlot": null, "hostingEnvironment": null, "hostingEnvironmentProfile": null, "clientAffinityEnabled": false, "clientCertEnabled": false, "clientCertMode": "Required", "clientCertExclusionPaths": null, "hostNamesDisabled": false, "domainVerificationIdentifiers": null, "customDomainVerificationId": "", "kind": "app,linux,container", "inboundIpAddress": "cleaned_ip", "possibleInboundIpAddresses": "cleaned_ip", "ftpUsername": "cleaned_appname\\$cleaned_appname", "ftpsHostName": "ftps://cleaned_host.ftp.azurewebsites.windows.net/site/wwwroot", "outboundIpAddresses": "", "possibleOutboundIpAddresses": cleaned_ip", "containerSize": 0, "dailyMemoryTimeQuota": 0, "suspendedTill": null, "siteDisabledReason": 0, "functionExecutionUnitsCache": null, "maxNumberOfWorkers": null, "homeStamp": "cleaned_host", "cloningInfo": null, "hostingEnvironmentId": null, "tags": null, "resourceGroup": "cleaned_rg", "defaultHostName": "cleaned_appname.azurewebsites.net", "slotSwapStatus": { "timestampUtc": "2021-01-01T09:40:29.105Z", "sourceSlotName": "Staging", "destinationSlotName": "Production" }, "httpsOnly": true, "redundancyMode": "None", "inProgressOperationId": null, "geoDistributions": null, "privateEndpointConnections": [], "buildVersion": null, "targetBuildVersion": null, "migrationState": null }, "identity": { "type": "SystemAssigned" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01 Headers: x-ms-client-request-id : 833fbdbc-2048-410a-9fdd-4ef8044cb476 Accept-Language : en-US 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 : 445f6e58-b255-4b58-85f7-2c0052c3a36a Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-reads: 11992 x-ms-correlation-request-id : 7250b696-8dbc-43b0-b85c-1b7e332f795c x-ms-routing-request-id : WESTEUROPE:20210101T103809Z:7250b696-8dbc-43b0-b85c-1b7e332f795c X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:08 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web", "name": "cleaned_appname", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": { "numberOfWorkers": 1, "defaultDocuments": [ "Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html" ], "netFrameworkVersion": "v4.0", "phpVersion": "", "pythonVersion": "", "nodeVersion": "", "powerShellVersion": "", "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59", "windowsFxVersion": null, "requestTracingEnabled": false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2019", "httpLoggingEnabled": true, "azureMonitorLogCategories": [ "AppServiceHTTPLogs", "AppServiceConsoleLogs", "AppServiceAppLogs", "AppServiceFileAuditLogs", "AppServiceAuditLogs" ], "acrUseManagedIdentityCreds": false, "acrUserManagedIdentityID": null, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": true, "publishingUsername": "$cleaned_appname", "publishingPassword": null, "appSettings": null, "azureStorageAccounts": {}, "metadata": null, "connectionStrings": null, "machineKey": null, "handlerMappings": null, "documentRoot": null, "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, "alwaysOn": true, "javaVersion": null, "javaContainer": null, "javaContainerVersion": null, "appCommandLine": "", "managedPipelineMode": "Integrated", "virtualApplications": [ { "virtualPath": "/", "physicalPath": "site\\wwwroot", "preloadEnabled": true, "virtualDirectories": null } ], "winAuthAdminState": 0, "winAuthTenantState": 0, "customAppPoolIdentityAdminState": false, "customAppPoolIdentityTenantState": false, "runtimeADUser": null, "runtimeADUserPassword": null, "loadBalancing": "LeastRequests", "routingRules": [], "experiments": { "rampUpRules": [] }, "limits": null, "autoHealEnabled": false, "autoHealRules": null, "tracingOptions": null, "vnetName": "", "vnetRouteAllEnabled": false, "vnetPrivatePortsCount": 0, "siteAuthEnabled": false, "siteAuthSettings": { "enabled": null, "unauthenticatedClientAction": null, "tokenStoreEnabled": null, "allowedExternalRedirectUrls": null, "defaultProvider": null, "clientId": null, "clientSecret": null, "clientSecretSettingName": null, "clientSecretCertificateThumbprint": null, "issuer": null, "allowedAudiences": null, "additionalLoginParams": null, "isAadAutoProvisioned": false, "aadClaimsAuthorization": null, "googleClientId": null, "googleClientSecret": null, "googleClientSecretSettingName": null, "googleOAuthScopes": null, "facebookAppId": null, "facebookAppSecret": null, "facebookAppSecretSettingName": null, "facebookOAuthScopes": null, "gitHubClientId": null, "gitHubClientSecret": null, "gitHubClientSecretSettingName": null, "gitHubOAuthScopes": null, "twitterConsumerKey": null, "twitterConsumerSecret": null, "twitterConsumerSecretSettingName": null, "microsoftAccountClientId": null, "microsoftAccountClientSecret": null, "microsoftAccountClientSecretSettingName": null, "microsoftAccountOAuthScopes": null }, "cors": null, "push": null, "apiDefinition": null, "apiManagementConfig": null, "autoSwapSlotName": null, "localMySqlEnabled": false, "managedServiceIdentityId": 2480, "xManagedServiceIdentityId": null, "ipSecurityRestrictions": [ ], "scmIpSecurityRestrictions": [ { "ipAddress": "Any", "action": "Allow", "priority": 1, "name": "Allow all", "description": "Allow all access" } ], "scmIpSecurityRestrictionsUseMain": false, "http20Enabled": true, "minTlsVersion": "1.2", "scmMinTlsVersion": "1.0", "ftpsState": "Disabled", "preWarmedInstanceCount": 0, "functionAppScaleLimit": 0, "healthCheckPath": null, "fileChangeAuditEnabled": true, "functionsRuntimeScaleMonitoringEnabled": false, "websiteTimeZone": null, "minimumElasticInstanceCount": 0 } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings/list?api-version=2020-06-01 Headers: x-ms-client-request-id : a19829da-259a-4993-91d6-711c7785a77d Accept-Language : en-US 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 : b0f214c8-22e7-4c0d-8d89-c08bd5b19284 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11985 x-ms-correlation-request-id : e5cc14b2-4e11-49ff-84f2-5b4ef3a5234e x-ms-routing-request-id : WESTEUROPE:20210101T103809Z:e5cc14b2-4e11-49ff-84f2-5b4ef3a5234e X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:08 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings", "name": "appsettings", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": { "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user", "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30", "authSecret": "cleaned_p", "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id", "SECRET_KEY": "cleaned_k", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "SERVER_NAME": "cleaned_s", "DATABASE_USERNAME": cleaned_user, "DATABASE_PASSWORD": "cleaned_pw", "SCM_TRACE_LEVEL": "4", "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings/list?api-version=2020-06-01 Headers: x-ms-client-request-id : 1df68251-d34c-4e3e-8734-60fabc610b8f Accept-Language : en-US 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 : c35325ec-ad02-4820-a394-e2db475ff535 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11984 x-ms-correlation-request-id : b82c48f0-0e84-43d4-a2b5-b140b000f033 x-ms-routing-request-id : WESTEUROPE:20210101T103809Z:b82c48f0-0e84-43d4-a2b5-b140b000f033 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:08 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings", "name": "connectionstrings", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": {} } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/azurestorageaccounts/list?api-version=2020-06-01 Headers: x-ms-client-request-id : 9fce1887-9afb-416e-b21b-a7013ac78f74 Accept-Language : en-US 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 : e5bd1614-5b56-48e0-abd5-72d52758ce75 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11983 x-ms-correlation-request-id : 92e91ddc-9c32-4e88-a703-8e93207cc338 x-ms-routing-request-id : WESTEUROPE:20210101T103809Z:92e91ddc-9c32-4e88-a703-8e93207cc338 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:08 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings", "name": "azurestorageaccounts", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": {} } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname?api-version=2020-06-01 Headers: x-ms-client-request-id : 1d1c21fa-8eb1-40f0-8a70-ea4d8ebf59b1 Accept-Language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache ETag : "1D6E02A31D584D5" Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-request-id : 208a8b9b-2113-494c-8518-a88fde102b79 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-reads: 11991 x-ms-correlation-request-id : 797ea82d-d08a-46f5-a702-7253ebc7e4a4 x-ms-routing-request-id : WESTEUROPE:20210101T103809Z:797ea82d-d08a-46f5-a702-7253ebc7e4a4 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:09 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname", "name": "cleaned_appname", "type": "Microsoft.Web/sites", "kind": "app,linux,container", "location": "West Europe", "properties": { "name": "cleaned_appname", "state": "Running", "hostNames": [ "cleaned_appname.azurewebsites.net" ], "webSpace": "cleaned_rg-WestEuropewebspace", "selfLink": "https://cleaned_host.api.azurewebsites.windows.net:454/subscriptions/cleaned_subid/webspaces/cleaned_rg-WestEuropewebspace/sites/cleaned_appname", "repositorySiteName": "cleaned_appname", "owner": null, "usageState": "Normal", "enabled": true, "adminEnabled": true, "enabledHostNames": [ "cleaned_appname.azurewebsites.net", "cleaned_appname.scm.azurewebsites.net" ], "siteProperties": { "metadata": null, "properties": [ { "name": "LinuxFxVersion", "value": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59" }, { "name": "WindowsFxVersion", "value": null } ], "appSettings": null }, "availabilityState": "Normal", "sslCertificates": null, "csrs": [], "cers": null, "siteMode": null, "hostNameSslStates": [ { "name": "cleaned_appname.azurewebsites.net", "sslState": "Disabled", "ipBasedSslResult": null, "virtualIP": null, "thumbprint": null, "toUpdate": null, "toUpdateIpBasedSsl": null, "ipBasedSslState": "NotConfigured", "hostType": "Standard" }, { "name": "cleaned_appname.scm.azurewebsites.net", "sslState": "Disabled", "ipBasedSslResult": null, "virtualIP": null, "thumbprint": null, "toUpdate": null, "toUpdateIpBasedSsl": null, "ipBasedSslState": "NotConfigured", "hostType": "Repository" } ], "computeMode": null, "serverFarm": null, "serverFarmId": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/serverfarms/cleaned_asp", "reserved": true, "isXenon": false, "hyperV": false, "lastModifiedTimeUtc": "2021-01-01T10:38:08.3333333", "storageRecoveryDefaultState": "Running", "contentAvailabilityState": "Normal", "runtimeAvailabilityState": "Normal", "siteConfig": { "numberOfWorkers": null, "defaultDocuments": null, "netFrameworkVersion": null, "phpVersion": null, "pythonVersion": null, "nodeVersion": null, "powerShellVersion": null, "linuxFxVersion": null, "windowsFxVersion": 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, "azureStorageAccounts": null, "metadata": null, "connectionStrings": null, "machineKey": null, "handlerMappings": null, "documentRoot": null, "scmType": null, "use32BitWorkerProcess": null, "webSocketsEnabled": null, "alwaysOn": null, "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, "cors": null, "push": null, "apiDefinition": null, "apiManagementConfig": null, "autoSwapSlotName": null, "localMySqlEnabled": null, "managedServiceIdentityId": null, "xManagedServiceIdentityId": null, "ipSecurityRestrictions": null, "scmIpSecurityRestrictions": null, "scmIpSecurityRestrictionsUseMain": null, "http20Enabled": null, "minTlsVersion": null, "scmMinTlsVersion": null, "ftpsState": null, "preWarmedInstanceCount": null, "functionAppScaleLimit": null, "healthCheckPath": null, "fileChangeAuditEnabled": null, "functionsRuntimeScaleMonitoringEnabled": null, "websiteTimeZone": null, "minimumElasticInstanceCount": 0 }, "deploymentId": "cleaned_appname__e6c3", "trafficManagerHostNames": null, "sku": "PremiumV2", "scmSiteAlsoStopped": false, "targetSwapSlot": null, "hostingEnvironment": null, "hostingEnvironmentProfile": null, "clientAffinityEnabled": false, "clientCertEnabled": false, "clientCertMode": "Required", "clientCertExclusionPaths": null, "hostNamesDisabled": false, "domainVerificationIdentifiers": null, "customDomainVerificationId": "", "kind": "app,linux,container", "inboundIpAddress": "cleaned_ip", "possibleInboundIpAddresses": "cleaned_ip", "ftpUsername": "cleaned_appname\\$cleaned_appname", "ftpsHostName": "ftps://cleaned_host.ftp.azurewebsites.windows.net/site/wwwroot", "outboundIpAddresses": "52.136.254.253,51.144.165.65", "possibleOutboundIpAddresses": cleaned_ip", "containerSize": 0, "dailyMemoryTimeQuota": 0, "suspendedTill": null, "siteDisabledReason": 0, "functionExecutionUnitsCache": null, "maxNumberOfWorkers": null, "homeStamp": "cleaned_host", "cloningInfo": null, "hostingEnvironmentId": null, "tags": null, "resourceGroup": "cleaned_rg", "defaultHostName": "cleaned_appname.azurewebsites.net", "slotSwapStatus": { "timestampUtc": "2021-01-01T09:40:29.105Z", "sourceSlotName": "Staging", "destinationSlotName": "Production" }, "httpsOnly": true, "redundancyMode": "None", "inProgressOperationId": null, "geoDistributions": null, "privateEndpointConnections": [], "buildVersion": null, "targetBuildVersion": null, "migrationState": null }, "identity": { "type": "SystemAssigned", "tenantId": "", "principalId": "d1b61092-7f3c-4c9c-a781-eaf90ec2e542" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web?api-version=2020-06-01 Headers: x-ms-client-request-id : 55b94c87-a465-46c2-adf7-5cbcfb82c58c Accept-Language : en-US 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 : 2dc2332c-8aa3-420f-af2b-716945c8e3a3 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-reads: 11990 x-ms-correlation-request-id : 63a60e88-9c97-4833-8f6b-5d5b7aae8439 x-ms-routing-request-id : WESTEUROPE:20210101T103810Z:63a60e88-9c97-4833-8f6b-5d5b7aae8439 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:09 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/web", "name": "cleaned_appname", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": { "numberOfWorkers": 1, "defaultDocuments": [ "Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html" ], "netFrameworkVersion": "v4.0", "phpVersion": "", "pythonVersion": "", "nodeVersion": "", "powerShellVersion": "", "linuxFxVersion": "DOCKER|cleaned_reg.azurecr.io/cleaned_name/v1:20-12-24T1333.7f26b1c8050a65b24aaf1351b77d7c59", "windowsFxVersion": null, "requestTracingEnabled": false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2019", "httpLoggingEnabled": true, "azureMonitorLogCategories": [ "AppServiceHTTPLogs", "AppServiceConsoleLogs", "AppServiceAppLogs", "AppServiceFileAuditLogs", "AppServiceAuditLogs" ], "acrUseManagedIdentityCreds": false, "acrUserManagedIdentityID": null, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": true, "publishingUsername": "$cleaned_appname", "publishingPassword": null, "appSettings": null, "azureStorageAccounts": {}, "metadata": null, "connectionStrings": null, "machineKey": null, "handlerMappings": null, "documentRoot": null, "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, "alwaysOn": true, "javaVersion": null, "javaContainer": null, "javaContainerVersion": null, "appCommandLine": "", "managedPipelineMode": "Integrated", "virtualApplications": [ { "virtualPath": "/", "physicalPath": "site\\wwwroot", "preloadEnabled": true, "virtualDirectories": null } ], "winAuthAdminState": 0, "winAuthTenantState": 0, "customAppPoolIdentityAdminState": false, "customAppPoolIdentityTenantState": false, "runtimeADUser": null, "runtimeADUserPassword": null, "loadBalancing": "LeastRequests", "routingRules": [], "experiments": { "rampUpRules": [] }, "limits": null, "autoHealEnabled": false, "autoHealRules": null, "tracingOptions": null, "vnetName": "", "vnetRouteAllEnabled": false, "vnetPrivatePortsCount": 0, "siteAuthEnabled": false, "siteAuthSettings": { "enabled": null, "unauthenticatedClientAction": null, "tokenStoreEnabled": null, "allowedExternalRedirectUrls": null, "defaultProvider": null, "clientId": null, "clientSecret": null, "clientSecretSettingName": null, "clientSecretCertificateThumbprint": null, "issuer": null, "allowedAudiences": null, "additionalLoginParams": null, "isAadAutoProvisioned": false, "aadClaimsAuthorization": null, "googleClientId": null, "googleClientSecret": null, "googleClientSecretSettingName": null, "googleOAuthScopes": null, "facebookAppId": null, "facebookAppSecret": null, "facebookAppSecretSettingName": null, "facebookOAuthScopes": null, "gitHubClientId": null, "gitHubClientSecret": null, "gitHubClientSecretSettingName": null, "gitHubOAuthScopes": null, "twitterConsumerKey": null, "twitterConsumerSecret": null, "twitterConsumerSecretSettingName": null, "microsoftAccountClientId": null, "microsoftAccountClientSecret": null, "microsoftAccountClientSecretSettingName": null, "microsoftAccountOAuthScopes": null }, "cors": null, "push": null, "apiDefinition": null, "apiManagementConfig": null, "autoSwapSlotName": null, "localMySqlEnabled": false, "managedServiceIdentityId": 2480, "xManagedServiceIdentityId": null, "ipSecurityRestrictions": [ ], "scmIpSecurityRestrictions": [ { "ipAddress": "Any", "action": "Allow", "priority": 1, "name": "Allow all", "description": "Allow all access" } ], "scmIpSecurityRestrictionsUseMain": false, "http20Enabled": true, "minTlsVersion": "1.2", "scmMinTlsVersion": "1.0", "ftpsState": "Disabled", "preWarmedInstanceCount": 0, "functionAppScaleLimit": 0, "healthCheckPath": null, "fileChangeAuditEnabled": true, "functionsRuntimeScaleMonitoringEnabled": false, "websiteTimeZone": null, "minimumElasticInstanceCount": 0 } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings/list?api-version=2020-06-01 Headers: x-ms-client-request-id : ad66f85f-4c6c-4fb6-a64b-34afb96d691b Accept-Language : en-US 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 : 88b29574-c1fb-465a-ab2f-6b025c7324fa Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11982 x-ms-correlation-request-id : 744c95a0-5d01-4bdd-bb58-053148efb80a x-ms-routing-request-id : WESTEUROPE:20210101T103810Z:744c95a0-5d01-4bdd-bb58-053148efb80a X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:09 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings", "name": "appsettings", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": { "DOCKER_REGISTRY_SERVER_USERNAME": "cleaned_user", "WEBSITE_SCM_IDLE_TIMEOUT_IN_MINUTES": "30", "authSecret": "cleaned_p", "APPINSIGHTS_INSTRUMENTATIONKEY": "cleaned_id", "SECRET_KEY": "cleaned_k", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "SERVER_NAME": "cleaned_s", "DATABASE_USERNAME": cleaned_user, "DATABASE_PASSWORD": "cleaned_pw", "SCM_TRACE_LEVEL": "4", "DOCKER_REGISTRY_SERVER_URL": "https://cleaned_reg.azurecr.io" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings/list?api-version=2020-06-01 Headers: x-ms-client-request-id : 86b909a1-378f-4ba8-90e4-9d5c51c79607 Accept-Language : en-US 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 : 89fc15e1-e7a5-4469-b368-78343337a762 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11981 x-ms-correlation-request-id : 7a9f4292-9bcf-4d27-a8bb-90b20536cfa8 x-ms-routing-request-id : WESTEUROPE:20210101T103810Z:7a9f4292-9bcf-4d27-a8bb-90b20536cfa8 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:09 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/connectionstrings", "name": "connectionstrings", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": {} } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.azure.com/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/azurestorageaccounts/list?api-version=2020-06-01 Headers: x-ms-client-request-id : 1d6f6675-1f9e-4d47-b4d3-c7b689fabc3e Accept-Language : en-US 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 : 4f15e6e4-2aac-4bd0-a230-e4f3af342d19 Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-resource-requests: 11980 x-ms-correlation-request-id : c6aac90b-daf4-42e4-8881-f01f1bec49f4 x-ms-routing-request-id : WESTEUROPE:20210101T103810Z:c6aac90b-daf4-42e4-8881-f01f1bec49f4 X-Content-Type-Options : nosniff Date : Fri, 01 Jan 2021 10:38:09 GMT Body: { "id": "/subscriptions/cleaned_subid/resourceGroups/cleaned_rg/providers/Microsoft.Web/sites/cleaned_appname/config/appsettings", "name": "azurestorageaccounts", "type": "Microsoft.Web/sites/config", "location": "West Europe", "properties": {} } AzureStoragePath : {} GitRemoteName : GitRemoteUri : GitRemoteUsername : GitRemotePassword : AzureStorageAccounts : State : Running HostNames : {cleaned_appname.azurewebsites.net} RepositorySiteName : cleaned_appname UsageState : Normal Enabled : True EnabledHostNames : {cleaned_appname.azurewebsites.net, cleaned_appname.scm.azurewebsites.net} AvailabilityState : Normal HostNameSslStates : {cleaned_appname.azurewebsites.net, cleaned_appname.scm.azurewebsites.net} ServerFarmId : /subscriptions/cleaned_subid/resourceGroups/cleaned_rg/prov iders/Microsoft.Web/serverfarms/cleaned_asp Reserved : True IsXenon : False HyperV : LastModifiedTimeUtc : 1/1/2021 10:38:08 AM SiteConfig : Microsoft.Azure.Management.WebSites.Models.SiteConfig TrafficManagerHostNames : ScmSiteAlsoStopped : False TargetSwapSlot : HostingEnvironmentProfile : ClientAffinityEnabled : False ClientCertEnabled : False ClientCertMode : ClientCertExclusionPaths : HostNamesDisabled : False CustomDomainVerificationId : OutboundIpAddresses : PossibleOutboundIpAddresses : 44.165.65 ContainerSize : 0 DailyMemoryTimeQuota : 0 SuspendedTill : MaxNumberOfWorkers : CloningInfo : ResourceGroup : cleaned_rg IsDefaultContainer : DefaultHostName : cleaned_appname.azurewebsites.net SlotSwapStatus : Microsoft.Azure.Management.WebSites.Models.SlotSwapStatus HttpsOnly : True RedundancyMode : InProgressOperationId : Identity : Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentity Id : /subscriptions/cleaned_subid/resourceGroups/cleaned_rg/prov iders/Microsoft.Web/sites/cleaned_appname Name : cleaned_appname Kind : app,linux,container Location : West Europe Type : Microsoft.Web/sites Tags : DEBUG: AzureQoSEvent: CommandName - Set-AzWebAppSlot; IsSuccess - True; Duration - 00:00:06.8206259; DEBUG: Finish sending metric. DEBUG: 11:38:11 AM - SetAzureWebAppSlotCmdlet end processing. ********************** PowerShell transcript end End time: 20210101113811 ********************** ``` ## Error output ``` N/A ```
Author: Willem-J-an
Assignees: -
Labels: `App Services`, `Service Attention`, `customer-reported`, `question`
Milestone: -
Willem-J-an commented 3 years ago

Should be solved by #13866