diff --git a/src/Functions/Az.Functions.psd1 b/src/Functions/Az.Functions.psd1 index 2c45ba35a5d1..3d68b19f3844 100644 --- a/src/Functions/Az.Functions.psd1 +++ b/src/Functions/Az.Functions.psd1 @@ -13,7 +13,7 @@ For information on Azure Functions, please visit the following: https://docs.mic DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.Functions.private.dll' FormatsToProcess = './Az.Functions.format.ps1xml', './custom/Functions.format.ps1xml' - TypesToProcess = './custom/Functions.types.ps1xml' + TypesToProcess = './custom/Functions.types.ps1xml' ScriptsToProcess = './custom/HelperFunctions.ps1' FunctionsToExport = 'Get-AzFunctionApp', 'Get-AzFunctionAppAvailableLocation', 'Get-AzFunctionAppPlan', 'Get-AzFunctionAppSetting', 'New-AzFunctionApp', 'New-AzFunctionAppPlan', 'Remove-AzFunctionApp', 'Remove-AzFunctionAppPlan', 'Remove-AzFunctionAppSetting', 'Restart-AzFunctionApp', 'Start-AzFunctionApp', 'Stop-AzFunctionApp', 'Update-AzFunctionApp', 'Update-AzFunctionAppPlan', 'Update-AzFunctionAppSetting' PrivateData = @{ diff --git a/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json b/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json index 514efb8a0f8b..63f7737a0b1c 100644 --- a/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json +++ b/src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json @@ -10,18 +10,17 @@ "dependency": null, "majorVersions": [ { - "displayVersion": "", + "displayVersion": "3.1", "supportedFunctionsExtensionVersions": [ - "1", - "2", - "3" + "~3" ], - "runtimeVersion": null, + "runtimeVersion": "dotnet|3.1", "isDefault": false, "minorVersions": [], "applicationInsights": true, "appSettingsDictionary": { - "FUNCTIONS_WORKER_RUNTIME": "dotnet" + "FUNCTIONS_WORKER_RUNTIME": "dotnet", + "linuxFxVersion": "dotnet|3.1" }, "siteConfigPropertiesDictionary": { "Use32BitWorkerProcess": false @@ -48,7 +47,7 @@ "displayVersion": "12", "runtimeVersion": "Node|12", "supportedFunctionsExtensionVersions": [ - "3" + "~3" ], "isDefault": true, "minorVersions": [], @@ -68,8 +67,8 @@ "displayVersion": "10", "runtimeVersion": "Node|10", "supportedFunctionsExtensionVersions": [ - "2", - "3" + "~2", + "~3" ], "isDefault": false, "minorVersions": [], @@ -103,8 +102,8 @@ "displayVersion": "3.6", "runtimeVersion": "Python|3.6", "supportedFunctionsExtensionVersions": [ - "2", - "3" + "~2", + "~3" ], "isDefault": false, "minorVersions": [], @@ -124,8 +123,8 @@ "displayVersion": "3.7", "runtimeVersion": "Python|3.7", "supportedFunctionsExtensionVersions": [ - "2", - "3" + "~2", + "~3" ], "isDefault": true, "minorVersions": [], @@ -145,7 +144,7 @@ "displayVersion": "3.8", "runtimeVersion": "Python|3.8", "supportedFunctionsExtensionVersions": [ - "3" + "~3" ], "isDefault": false, "minorVersions": [], @@ -179,7 +178,7 @@ "displayVersion": "8", "runtimeVersion": "Java|8", "supportedFunctionsExtensionVersions": [ - "3" + "~3" ], "isDefault": true, "minorVersions": [], @@ -194,6 +193,26 @@ "isPreview": false, "isDeprecated": false, "isHidden": false + }, + { + "displayVersion": "11", + "runtimeVersion": "Java|11", + "supportedFunctionsExtensionVersions": [ + "~3" + ], + "isDefault": true, + "minorVersions": [], + "applicationInsights": true, + "appSettingsDictionary": { + "FUNCTIONS_WORKER_RUNTIME": "java" + }, + "siteConfigPropertiesDictionary": { + "Use32BitWorkerProcess": false, + "linuxFxVersion": "Java|11" + }, + "isPreview": false, + "isDeprecated": false, + "isHidden": false } ], "frameworks": [], diff --git a/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json b/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json index 48d6aa88ace6..14727a048b2f 100644 --- a/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json +++ b/src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json @@ -10,12 +10,10 @@ "dependency": null, "majorVersions": [ { - "displayVersion": "", + "displayVersion": "3.1", "runtimeVersion": null, "supportedFunctionsExtensionVersions": [ - "1", - "2", - "3" + "~3" ], "isDefault": true, "minorVersions": [], @@ -46,7 +44,7 @@ "displayVersion": "12", "runtimeVersion": "~12", "supportedFunctionsExtensionVersions": [ - "3" + "~3" ], "isDefault": true, "minorVersions": [], @@ -64,8 +62,8 @@ "displayVersion": "10", "runtimeVersion": "~10", "supportedFunctionsExtensionVersions": [ - "2", - "3" + "~2", + "~3" ], "isDefault": false, "minorVersions": [], @@ -83,8 +81,8 @@ "displayVersion": "8", "runtimeVersion": "~8", "supportedFunctionsExtensionVersions": [ - "1", - "2" + "~1", + "~2" ], "isDefault": false, "minorVersions": [], @@ -97,25 +95,6 @@ "isPreview": false, "isDeprecated": false, "isHidden": false - }, - { - "displayVersion": "6", - "runtimeVersion": "~6", - "supportedFunctionsExtensionVersions": [ - "1", - "2" - ], - "isDefault": false, - "minorVersions": [], - "applicationInsights": true, - "appSettingsDictionary": { - "FUNCTIONS_WORKER_RUNTIME": "node", - "WEBSITE_NODE_DEFAULT_VERSION": "~6" - }, - "siteConfigPropertiesDictionary": {}, - "isPreview": false, - "isDeprecated": false, - "isHidden": false } ], "frameworks": [], @@ -135,8 +114,25 @@ "displayVersion": "8", "runtimeVersion": "1.8", "supportedFunctionsExtensionVersions": [ - "2", - "3" + "~2", + "~3" + ], + "isDefault": true, + "minorVersions": [], + "applicationInsights": true, + "appSettingsDictionary": { + "FUNCTIONS_WORKER_RUNTIME": "java" + }, + "siteConfigPropertiesDictionary": {}, + "isPreview": false, + "isDeprecated": false, + "isHidden": false + }, + { + "displayVersion": "11", + "runtimeVersion": "11", + "supportedFunctionsExtensionVersions": [ + "~3" ], "isDefault": true, "minorVersions": [], @@ -160,15 +156,15 @@ "type": "Microsoft.Web/availableStacks?osTypeSelected=WindowsFunctions", "properties": { "name": "powershell", - "display": "Powershell Core", + "display": "PowerShell Core", "dependency": null, "majorVersions": [ { "displayVersion": "6.2", "runtimeVersion": "~6", "supportedFunctionsExtensionVersions": [ - "2", - "3" + "~2", + "~3" ], "isDefault": true, "minorVersions": [], @@ -184,10 +180,10 @@ "isHidden": false }, { - "displayVersion": "7.0", + "displayVersion": "7.0", "runtimeVersion": "~7", "supportedFunctionsExtensionVersions": [ - "3" + "~3" ], "isDefault": true, "minorVersions": [], diff --git a/src/Functions/custom/HelperFunctions.ps1 b/src/Functions/custom/HelperFunctions.ps1 index 98ec014c1aed..39be312df947 100644 --- a/src/Functions/custom/HelperFunctions.ps1 +++ b/src/Functions/custom/HelperFunctions.ps1 @@ -51,13 +51,13 @@ $constants["RuntimeToDefaultOSType"] = @{ 'Python' = 'Linux' } -# This are use for tab completion for the RuntimeVersion parameter in New-AzFunctionApp +# These are used for tab completion for the RuntimeVersion parameter in New-AzFunctionApp. $constants["RuntimeVersions"] = @{ - 'DotNet'= @(2, 3) - 'Node' = @(8, 10, 12) - 'Java' = @(8) - 'PowerShell' = @(6.2) - 'Python' = @(3.6, 3.7) + 'DotNet'= @('2', '3') + 'Node' = @('8', '10', '12') + 'Java' = @('8', '11') + 'PowerShell' = @('6.2', '7.0') + 'Python' = @('3.6', '3.7', '3.8') } $constants["ReservedFunctionAppSettingNames"] = @( @@ -223,6 +223,17 @@ function GetConnectionString $resourceGroupName = ($storageAccountInfo.Id -split "/")[4] $keys = Az.Functions.internal\Get-AzStorageAccountKey -ResourceGroupName $resourceGroupName -Name $storageAccountInfo.Name @PSBoundParameters -ErrorAction SilentlyContinue + + if (-not $keys) + { + $errorMessage = "Failed to get key for storage account '$StorageAccountName'." + $exception = [System.InvalidOperationException]::New($errorMessage) + ThrowTerminatingError -ErrorId "FailedToGetStorageAccountKey" ` + -ErrorMessage $errorMessage ` + -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) ` + -Exception $exception + } + if ([string]::IsNullOrEmpty($keys[0].Value)) { $errorMessage = "Storage account '$StorageAccountName' has no key value." @@ -1013,7 +1024,9 @@ function ValidateRuntimeAndRuntimeVersion { if ($majorVersion.DisplayVersion -eq $RuntimeVersion) { - if ($majorVersion.SupportedFunctionsExtensionVersions -contains $FunctionsVersion) + # SupportedFunctionsExtensionVersions[0] is of the form '~int' + # Add '~' to the begining of FunctionsVersion + if ($majorVersion.SupportedFunctionsExtensionVersions -contains "~$FunctionsVersion") { $runtimeVersionIsSupported = $true break @@ -1518,13 +1531,15 @@ function NewIdentityUserAssignedIdentity # Set Linux and Windows supported runtimes Class Runtime { [string]$Name - [Object[]]$MajorVersions + [MajorVersion[]]$MajorVersions } Class MajorVersion { [string]$DisplayVersion [string]$RuntimeVersion [string[]]$SupportedFunctionsExtensionVersions + [hashtable]$AppSettingsDictionary + [hashtable]$SiteConfigPropertiesDictionary } $LinuxRuntimes = @{} @@ -1552,12 +1567,38 @@ function SetLinuxandWindowsSupportedRuntimes { $majorVersion = [MajorVersion]::new() + $majorVersion.RuntimeVersion = $version.RuntimeVersion + $majorVersion.SupportedFunctionsExtensionVersions = $version.supportedFunctionsExtensionVersions + if ($version.displayVersion) { $majorVersion.DisplayVersion = $version.displayVersion } - $majorVersion.RuntimeVersion = $version.RuntimeVersion - $majorVersion.SupportedFunctionsExtensionVersions = $version.supportedFunctionsExtensionVersions + + if ($version.appSettingsDictionary) + { + $appSettings = @{} + + foreach ($property in $version.appSettingsDictionary.PSObject.Properties) + { + $appSettings.Add($property.Name, $property.Value) + } + + $majorVersion.appSettingsDictionary = $appSettings + } + + if ($version.appSettingsDictionary) + { + $siteConfigProperties = @{} + + foreach ($property in $version.siteConfigPropertiesDictionary.PSObject.Properties) + { + $siteConfigProperties.Add($property.Name, $property.Value) + } + + $majorVersion.SiteConfigPropertiesDictionary = $siteConfigProperties + } + $runtime.MajorVersions += $majorVersion } diff --git a/src/Functions/custom/New-AzFunctionApp.ps1 b/src/Functions/custom/New-AzFunctionApp.ps1 index bec7714bc78c..56016aa05451 100644 --- a/src/Functions/custom/New-AzFunctionApp.ps1 +++ b/src/Functions/custom/New-AzFunctionApp.ps1 @@ -278,13 +278,6 @@ function New-AzFunctionApp { $runtimeWorker = $Runtime.ToLower() $appSettings.Add((NewAppSetting -Name 'FUNCTIONS_WORKER_RUNTIME' -Value "$runtimeWorker")) - - # Set Java version - if ($Runtime -eq "Java") - { - $JavaVersion = GetWorkerVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion -OSType $OSType - $siteCofig.JavaVersion = "$JavaVersion" - } } $servicePlan = $null @@ -364,6 +357,18 @@ function New-AzFunctionApp { # Set default Node version $defaultNodeVersion = GetFunctionAppDefaultNodeVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion $appSettings.Add((NewAppSetting -Name 'WEBSITE_NODE_DEFAULT_VERSION' -Value $defaultNodeVersion)) + + # Set version for Java or PowerShell function apps + if ($Runtime -eq "Java") + { + $JavaVersion = GetWorkerVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion -OSType $OSType + $siteCofig.JavaVersion = "$JavaVersion" + } + elseif ($Runtime -eq "PowerShell") + { + $PowerShellWorkerVersion = GetWorkerVersion -FunctionsVersion $FunctionsVersion -Runtime $Runtime -RuntimeVersion $RuntimeVersion -OSType $OSType + $siteCofig.PowerShellVersion = "$PowerShellWorkerVersion" + } } # Validate storage account and get connection string diff --git a/src/Functions/readme.md b/src/Functions/readme.md index 66517a4b17cc..82500205b774 100644 --- a/src/Functions/readme.md +++ b/src/Functions/readme.md @@ -17,7 +17,7 @@ This directory contains the PowerShell module for the Functions service. This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension. ## Module Requirements -- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.7.4 or greater +- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.8.1 or greater ## Authentication AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent. @@ -86,7 +86,7 @@ input-file: - $(repo)/specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServiceEnvironments.json - $(repo)/specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/AppServicePlans.json - $(repo)/specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/ResourceHealthMetadata.json -module-version: 1.0.0 +module-version: 1.0.1 title: Functions subject-prefix: '' diff --git a/src/Functions/test/Get-AzFunctionApp.Recording.json b/src/Functions/test/Get-AzFunctionApp.Recording.json index 4de5f111ccd3..05ab6cb8f754 100644 --- a/src/Functions/test/Get-AzFunctionApp.Recording.json +++ b/src/Functions/test/Get-AzFunctionApp.Recording.json @@ -1,12 +1,12 @@ { - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/sites?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "37" ], - "x-ms-client-request-id": [ "b153dc8f-c132-467c-bd7a-78abd350229d" ], + "x-ms-client-request-id": [ "177ee6c9-fd6b-42ef-86e4-86c534795392" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,34 +21,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF6F8A2F80\"" ], + "ETag": [ "\"1D64374B665488B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b0afd32d-a756-44c2-a383-9eddf39743fb" ], + "x-ms-request-id": [ "f9fe81a0-14e8-4969-8637-d57c944f2bd9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-correlation-request-id": [ "769492c0-76be-413d-bab5-18b0923f4ecd" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004316Z:769492c0-76be-413d-bab5-18b0923f4ecd" ], + "x-ms-correlation-request-id": [ "a0889a9c-8d56-474d-9d81-5e8fd47216e6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002640Z:a0889a9c-8d56-474d-9d81-5e8fd47216e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "18208" ], + "Content-Length": [ "21766" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:42:52.92\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:41:46.2\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:42:12.4633333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:41:03.0533333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:58.6133333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "1cd7d3cb-7906-4ac9-a226-b6913838f281" ], + "x-ms-client-request-id": [ "19bac540-cfd3-4f21-b7ca-2a7b55337c4f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -64,32 +64,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4c8f3566-b973-4b19-b9ac-c0226c22d442" ], + "x-ms-request-id": [ "99065386-15af-44fe-a57a-60cadfd373b0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ], - "x-ms-correlation-request-id": [ "c1f90cd1-92ca-4c83-92b8-ca2b1ffe0c66" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004316Z:c1f90cd1-92ca-4c83-92b8-ca2b1ffe0c66" ], + "x-ms-correlation-request-id": [ "5999eb64-6832-4317-86f4-6b78f9797434" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002640Z:5999eb64-6832-4317-86f4-6b78f9797434" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "862" ], + "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "980f9b55-acaa-4b8d-bb33-09d716eeebf7" ], + "x-ms-client-request-id": [ "1378840a-cacc-4696-9ccf-d1c7ac3fd693" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -105,32 +105,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e3114ac2-bb1c-46a0-ada3-3af9b2884bfb" ], + "x-ms-request-id": [ "03384409-670d-4c32-94ec-ec034b621b1e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], - "x-ms-correlation-request-id": [ "1dae088c-955a-4c32-8069-ddbc3eb9a0f7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004317Z:1dae088c-955a-4c32-8069-ddbc3eb9a0f7" ], + "x-ms-correlation-request-id": [ "8189c0d6-b8ad-40b9-a890-8485631a5f6b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002641Z:8189c0d6-b8ad-40b9-a890-8485631a5f6b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+4": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "40" ], - "x-ms-client-request-id": [ "4f11651d-4581-4a7b-983e-08e03bf2060e" ], + "x-ms-client-request-id": [ "a17179cf-cc76-491b-b9c9-d5e2e13580bf" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -146,32 +146,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6334b537-6de2-4bd8-ba65-3bc2c7d8a8d1" ], + "x-ms-request-id": [ "f349746d-d533-42c3-aa0a-94c5c074b757" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ], - "x-ms-correlation-request-id": [ "d24e80a3-51ba-4218-b041-050b9b314ca4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004317Z:d24e80a3-51ba-4218-b041-050b9b314ca4" ], + "x-ms-correlation-request-id": [ "6e3bd67a-130e-4c82-8844-9cb220523ac1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002641Z:6e3bd67a-130e-4c82-8844-9cb220523ac1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1116" ], + "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+5": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "4c0f3928-84a6-45f1-88e4-2aa90d8df12c" ], + "x-ms-client-request-id": [ "bd214b82-933e-484b-9f40-1d685adc1f6f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -187,32 +187,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b5c054dc-18ba-45d0-bccc-c37f79460780" ], + "x-ms-request-id": [ "78ad2442-d813-4ff1-a7ca-3be5fb33165c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-correlation-request-id": [ "2d1880f7-04a3-4be9-a60d-97bff4d6b403" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004317Z:2d1880f7-04a3-4be9-a60d-97bff4d6b403" ], + "x-ms-correlation-request-id": [ "6f762775-45a6-4b0b-9a4a-13a8dc5ec387" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002642Z:6f762775-45a6-4b0b-9a4a-13a8dc5ec387" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+6": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "ea18f221-b40e-4355-8b36-1de15907f64d" ], + "x-ms-client-request-id": [ "680f2f3c-e0e6-4a1c-9b11-cfdf906e2d73" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -228,32 +228,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "246be143-4ab8-48d1-b098-801a5c9f8eb9" ], + "x-ms-request-id": [ "da93b4cb-0d44-497f-9e75-bc11103b984b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ], - "x-ms-correlation-request-id": [ "48d95bee-8ecd-4893-881b-0df3f3733eae" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004317Z:48d95bee-8ecd-4893-881b-0df3f3733eae" ], + "x-ms-correlation-request-id": [ "73cbb3e7-3dd8-4b31-81f8-21aad845216c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002642Z:73cbb3e7-3dd8-4b31-81f8-21aad845216c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1110" ], + "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+7": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "0f11e8e6-7215-4a57-bcdf-45b7f24128fc" ], + "x-ms-client-request-id": [ "92e405b9-8d61-4433-aab4-30e7c3f01052" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -269,32 +269,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4a8a1a3b-58ff-472b-a871-aaf02047ce81" ], + "x-ms-request-id": [ "c502f4c0-1531-4423-b1b3-df792007a8c5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], - "x-ms-correlation-request-id": [ "82f6a1a2-9543-4294-8f2f-8dac3dbc8474" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004318Z:82f6a1a2-9543-4294-8f2f-8dac3dbc8474" ], + "x-ms-correlation-request-id": [ "123c1779-d000-45ec-9c69-049fe794121e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:123c1779-d000-45ec-9c69-049fe794121e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+8": { + "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "c510ea17-bc46-4be9-9d99-6396d37e9699" ], + "x-ms-client-request-id": [ "4d44c7f4-d3a9-4b1d-8c8e-44b8519a8cd5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -310,32 +310,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1ce8c19f-e8d0-4b17-a0b3-3c76db024284" ], + "x-ms-request-id": [ "e7222595-881e-457a-b316-573f142fcbb5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11996" ], - "x-ms-correlation-request-id": [ "c31aeda7-08e5-4dec-a807-01e40ab132a1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004318Z:c31aeda7-08e5-4dec-a807-01e40ab132a1" ], + "x-ms-correlation-request-id": [ "f84255a8-7c11-40ad-907d-51bb52dea420" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:f84255a8-7c11-40ad-907d-51bb52dea420" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1120" ], + "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+9": { + "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "5510210e-2f83-46a5-9bd3-3ebf5de2a6a3" ], + "x-ms-client-request-id": [ "a659674a-8d31-443d-9992-d35c4183f2e5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -351,32 +351,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "11af95f3-2dff-4785-ab24-6d28e31d81a6" ], + "x-ms-request-id": [ "e659b8f0-22b6-4e02-afe1-1b5e8b94c215" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-correlation-request-id": [ "81322c80-8020-4c1c-9145-fcefbf4a7b26" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004318Z:81322c80-8020-4c1c-9145-fcefbf4a7b26" ], + "x-ms-correlation-request-id": [ "d8bd4408-704e-459d-af55-907d50898145" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:d8bd4408-704e-459d-af55-907d50898145" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "8d5e56d4-abe7-4d53-b906-8cfe7ec0f02a" ], + "x-ms-client-request-id": [ "01ee5706-d080-49fa-8cf0-e713a3e0590d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -391,34 +391,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF2E0DDCD5\"" ], + "ETag": [ "\"1D6437469AE3460\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d39ebcc6-181e-4409-bce4-ddf746ba7379" ], + "x-ms-request-id": [ "f4372835-c87e-4187-841e-5a6b95816687" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], - "x-ms-correlation-request-id": [ "00b74202-4429-4fdb-bdbe-57c7d7e34af9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004318Z:00b74202-4429-4fdb-bdbe-57c7d7e34af9" ], + "x-ms-correlation-request-id": [ "f57adae1-481d-4bb4-b6cc-4198b862dde3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002643Z:f57adae1-481d-4bb4-b6cc-4198b862dde3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:18 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5397" ], + "Content-Length": [ "5405" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:41:03.0533333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "47" ], - "x-ms-client-request-id": [ "8e384f5e-d8fb-4a5e-a5c5-e27e6eba36bb" ], + "x-ms-client-request-id": [ "3fd46019-d2d1-4aea-8b73-10597c13aece" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -434,32 +434,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "77635598-2d1d-4e9b-bafb-28b2f4039224" ], + "x-ms-request-id": [ "ed58ef4f-3a81-4d8a-b383-f18f9dddf858" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11995" ], - "x-ms-correlation-request-id": [ "bc965847-21a4-4d01-98c5-c557a40e8059" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004319Z:bc965847-21a4-4d01-98c5-c557a40e8059" ], + "x-ms-correlation-request-id": [ "1b4b998c-7402-4a13-9ba0-f2e68b764c94" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:1b4b998c-7402-4a13-9ba0-f2e68b764c94" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:18 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "097ded31-3078-4218-93df-d9dc29a55d64" ], + "x-ms-client-request-id": [ "d8c4c973-c148-43ac-b9ab-339d3747bcb7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -475,32 +475,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "456acd88-6343-45b1-bf8e-4874f67b0257" ], + "x-ms-request-id": [ "f7788da8-c2e1-4a6d-9372-87604d38f068" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], - "x-ms-correlation-request-id": [ "76efa42e-3597-4ed2-8cb1-e67ded8dfddf" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004319Z:76efa42e-3597-4ed2-8cb1-e67ded8dfddf" ], + "x-ms-correlation-request-id": [ "58d35dd3-c063-4b97-bcc7-df69e1e621d9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:58d35dd3-c063-4b97-bcc7-df69e1e621d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:18 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "b3fdcb2b-34f4-4a6e-868d-49d57e9d20a6" ], + "x-ms-client-request-id": [ "dfe01e41-2ebf-4e03-94f5-9d90afb402be" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -515,34 +515,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF47C58580\"" ], + "ETag": [ "\"1D64374827BE535\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a0c7b290-1363-42c3-ab1f-4aa793d67822" ], + "x-ms-request-id": [ "69cef70b-64de-4487-b808-3b7059ca7a25" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-correlation-request-id": [ "d76609e0-404f-4fc7-a708-90cc71a028be" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004319Z:d76609e0-404f-4fc7-a708-90cc71a028be" ], + "x-ms-correlation-request-id": [ "d24078b9-34fc-4da9-b475-26b6718824fe" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:d24078b9-34fc-4da9-b475-26b6718824fe" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:18 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3664" ], + "Content-Length": [ "5420" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:41:46.2\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "c1e9b81b-8d96-417d-928b-0e3e10f138db" ], + "x-ms-client-request-id": [ "bce038cb-84cb-41be-923c-981559efd7bf" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -558,32 +558,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "95ca587a-23a5-475d-ba57-088ecdceac62" ], + "x-ms-request-id": [ "0370202f-e76d-4f40-a31c-01498e22d722" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11994" ], - "x-ms-correlation-request-id": [ "f25cf241-420a-467c-83e0-4027683037e8" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004319Z:f25cf241-420a-467c-83e0-4027683037e8" ], + "x-ms-correlation-request-id": [ "f3a99a46-2e43-47e5-97ee-018c1933c0cf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:f3a99a46-2e43-47e5-97ee-018c1933c0cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:18 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "b8e31778-987c-4275-8aaa-523c64d5eb66" ], + "x-ms-client-request-id": [ "1dbfc3ae-eb8d-4e04-b58c-3e4a2b97f6d6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -599,32 +599,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "169d5006-44c0-4f6e-805e-da7a28fb6f99" ], + "x-ms-request-id": [ "444e8d70-c89a-4741-8cf0-8754a73bd23a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], - "x-ms-correlation-request-id": [ "52562ae2-a6bc-4a8b-9172-18e087b91ec1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004320Z:52562ae2-a6bc-4a8b-9172-18e087b91ec1" ], + "x-ms-correlation-request-id": [ "5e458794-ddbf-46b9-9b6f-c419976fbe8c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002644Z:5e458794-ddbf-46b9-9b6f-c419976fbe8c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "b1f255b6-a5e6-49b2-a283-73bc9e33d61d" ], + "x-ms-client-request-id": [ "8fce23b4-fed2-4c16-9997-7504b6901659" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -639,34 +639,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF576CFCF5\"" ], + "ETag": [ "\"1D64374913F7F55\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fe7bd637-71f1-4a05-98e1-40aff9a62f3e" ], + "x-ms-request-id": [ "5bae47e1-1dcb-44e3-b86d-078ab2343ce1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], - "x-ms-correlation-request-id": [ "2dfe90cd-a5fa-4ac4-a6c4-d941d1af215e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004320Z:2dfe90cd-a5fa-4ac4-a6c4-d941d1af215e" ], + "x-ms-correlation-request-id": [ "6425a9c2-8f99-4c22-b065-dc583e54fa10" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:6425a9c2-8f99-4c22-b065-dc583e54fa10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5353" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:42:12.4633333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:58.6133333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "168c7724-8623-4be9-b73b-b62f789e449a" ], + "x-ms-client-request-id": [ "ab126842-dd6f-4707-bdeb-794308676537" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -682,32 +682,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1e6ccaef-f035-428b-b492-e537fc3c6d5d" ], + "x-ms-request-id": [ "2328498f-d476-4480-90ba-05b6e13c8456" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11993" ], - "x-ms-correlation-request-id": [ "64101b4c-b200-4b25-816b-939100b2d1e5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004320Z:64101b4c-b200-4b25-816b-939100b2d1e5" ], + "x-ms-correlation-request-id": [ "fa9091bf-e18c-4f3f-ae76-0f278d7b396e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:fa9091bf-e18c-4f3f-ae76-0f278d7b396e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "757dd8ea-907f-47d9-b465-8e0e5eec4aac" ], + "x-ms-client-request-id": [ "6f0903e8-cb40-48e4-9c70-ff1c5646fbc6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -723,32 +723,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "119800ad-9b28-4349-bbf1-a77980051cd8" ], + "x-ms-request-id": [ "5ab08d50-af27-40b9-b4ea-bd0f9150fab2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], - "x-ms-correlation-request-id": [ "2be6b1df-6c3e-4c4b-bafd-37b1e5939b3c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004320Z:2be6b1df-6c3e-4c4b-bafd-37b1e5939b3c" ], + "x-ms-correlation-request-id": [ "38f82c44-3fd5-42c5-a076-a79697f72151" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:38f82c44-3fd5-42c5-a076-a79697f72151" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "04b064fd-ca6b-4bc6-ba3c-e8e8a716b1ee" ], + "x-ms-client-request-id": [ "997c763b-6411-4ccc-bf97-4b6b453bad3b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -763,34 +763,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF6F8A2F80\"" ], + "ETag": [ "\"1D64374B665488B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3cd8161a-8463-447b-8a2d-894daaff2ee1" ], + "x-ms-request-id": [ "36adcc37-2ec1-44b8-8466-d138ad80412e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-correlation-request-id": [ "e114c61c-bbf3-4f35-b0e1-7c3e55dfb212" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004321Z:e114c61c-bbf3-4f35-b0e1-7c3e55dfb212" ], + "x-ms-correlation-request-id": [ "99aa2003-7fe1-4507-bb99-d2a75d9efb04" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:99aa2003-7fe1-4507-bb99-d2a75d9efb04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3709" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:42:52.92\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "152123d9-bf3d-4aa7-8262-b3e0dc0fecea" ], + "x-ms-client-request-id": [ "eff4a823-6e2b-41cc-a67b-4edc166924bb" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -806,32 +806,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "14448962-a176-43dd-8a61-884b0ab4e435" ], + "x-ms-request-id": [ "cf39d2f2-8feb-4f12-a1c1-cd13353714f4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11992" ], - "x-ms-correlation-request-id": [ "bd7bac62-63fc-4002-a789-cfba529af78a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004321Z:bd7bac62-63fc-4002-a789-cfba529af78a" ], + "x-ms-correlation-request-id": [ "1a6ff4ef-b237-47ed-a492-f2859e8ddd28" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:1a6ff4ef-b237-47ed-a492-f2859e8ddd28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "57" ], - "x-ms-client-request-id": [ "72c6ff6f-627b-45cc-8c7a-2a0aa1df67b6" ], + "x-ms-client-request-id": [ "206a0e86-468b-42fc-806f-85834e6aabdf" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -847,32 +847,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "64e5d2c5-91f1-41b0-8752-c915129d08dc" ], + "x-ms-request-id": [ "3b690475-e4ff-4806-b305-3b47f49afeda" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], - "x-ms-correlation-request-id": [ "9186221a-4ac9-4d11-bc56-b1ba363d019a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004321Z:9186221a-4ac9-4d11-bc56-b1ba363d019a" ], + "x-ms-correlation-request-id": [ "ede641d9-fd66-4e2e-b350-a890a9029133" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002645Z:ede641d9-fd66-4e2e-b350-a890a9029133" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "5d2edfb4-ebd1-4bbd-a352-0e976f0ed2ca" ], + "x-ms-client-request-id": [ "16e065c4-d60e-4d21-b807-29870ab9d921" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -888,32 +888,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "58969e1b-7333-41d1-bc3a-e6d497212d7c" ], + "x-ms-request-id": [ "cfe42b58-c7c3-466f-990a-c9529edac830" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-correlation-request-id": [ "ec4aa922-ed54-472e-b3fd-3238768cdadb" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004322Z:ec4aa922-ed54-472e-b3fd-3238768cdadb" ], + "x-ms-correlation-request-id": [ "db482e53-97f4-4c7b-a23e-562ec7265d52" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:db482e53-97f4-4c7b-a23e-562ec7265d52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5437" ], + "Content-Length": [ "5445" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:41:03.0533333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "5a3b0b16-9d40-4f68-a0c5-ab6debea3ba1" ], + "x-ms-client-request-id": [ "60f66413-49c5-4220-a990-5956c6f4b75c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -929,32 +929,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dc51335e-7f4c-4279-879f-0e84e9da8ec6" ], + "x-ms-request-id": [ "e5896d8a-2e24-4b11-8fa5-7b2bcb858a78" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11991" ], - "x-ms-correlation-request-id": [ "698938be-96c7-4548-a1da-c5af9ceecc65" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004322Z:698938be-96c7-4548-a1da-c5af9ceecc65" ], + "x-ms-correlation-request-id": [ "e7a1ebdf-ee83-4fe5-bd26-dd62563eeb9a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:e7a1ebdf-ee83-4fe5-bd26-dd62563eeb9a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "4577f6ac-5b76-4873-89d3-eed2882b9fd0" ], + "x-ms-client-request-id": [ "3dcffd1b-9792-4871-a1f5-3c25cc461d66" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -970,32 +970,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e192d4b7-d25e-49d1-bbbd-61505a357d84" ], + "x-ms-request-id": [ "96cefbd2-395b-42d9-bee8-a50cf2213b38" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], - "x-ms-correlation-request-id": [ "9638aa7e-3874-452d-88ee-725b77fc6a2c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004322Z:9638aa7e-3874-452d-88ee-725b77fc6a2c" ], + "x-ms-correlation-request-id": [ "d6b0b898-c336-4ca7-ad3d-160d376c25ec" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:d6b0b898-c336-4ca7-ad3d-160d376c25ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/sites?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/sites?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "e76eee2e-f4ab-43e5-9996-4f2398616322" ], + "x-ms-client-request-id": [ "63bbea12-3735-4fbc-aea2-b0f73219e9f7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1010,34 +1010,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF6F8A2F80\"" ], + "ETag": [ "\"1D64374B665488B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3b4fa696-6377-4373-8a5d-4cf7b4254960" ], + "x-ms-request-id": [ "c6b03e3e-baea-4b3d-be48-30db5652a212" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], - "x-ms-correlation-request-id": [ "5582b1fc-07a3-4001-80c0-0bac3626041b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004323Z:5582b1fc-07a3-4001-80c0-0bac3626041b" ], + "x-ms-correlation-request-id": [ "115c61a3-9ed8-4ad2-9a48-fc717c1a8499" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002646Z:115c61a3-9ed8-4ad2-9a48-fc717c1a8499" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "18208" ], + "Content-Length": [ "21766" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:41:46.2\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:42:52.92\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:41:03.0533333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:42:12.4633333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dedicated\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:23:52.23\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":[],\"csrs\":[],\"cers\":null,\"siteMode\":\"Limited\",\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":\"Dynamic\",\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:58.6133333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+2": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "374f9875-6ddb-400a-ab31-a697785b3610" ], + "x-ms-client-request-id": [ "c8863e37-f9ec-4a7e-8204-5c22a553ef8d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1053,32 +1053,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "93a7de23-0c2b-48b6-9da3-fe6115f73261" ], + "x-ms-request-id": [ "2a196ee6-f6c0-46d8-a3d1-a74a9e86845b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11990" ], - "x-ms-correlation-request-id": [ "73d76724-c83e-47e6-a8fc-ef36740d6a3f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004323Z:73d76724-c83e-47e6-a8fc-ef36740d6a3f" ], + "x-ms-correlation-request-id": [ "aa453a84-567a-4c73-b671-5ee9f8d61a4a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:aa453a84-567a-4c73-b671-5ee9f8d61a4a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+3": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "3b41aba9-bc90-4bcf-9824-ff71090924fe" ], + "x-ms-client-request-id": [ "d7e7235e-4ec0-40bf-bfbf-e441276e1e66" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1094,32 +1094,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c8cd5383-3231-4be8-bec4-cd7d4e83830d" ], + "x-ms-request-id": [ "fa094cea-746b-4f6f-ad75-c0f5ef803e76" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], - "x-ms-correlation-request-id": [ "cf287350-43ec-48e5-95a9-d4631e685db0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004323Z:cf287350-43ec-48e5-95a9-d4631e685db0" ], + "x-ms-correlation-request-id": [ "58dcbe98-5436-4d6f-8d9f-2a964bb37233" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:58dcbe98-5436-4d6f-8d9f-2a964bb37233" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+4": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "70cb8734-81f5-461c-89b1-cd9c5d96394a" ], + "x-ms-client-request-id": [ "6ea5eb07-1c7f-4176-a254-035b2b59e52b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1135,32 +1135,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "69c90fa0-86ac-4361-bbc4-08027b74af0b" ], + "x-ms-request-id": [ "bbab5242-5337-431f-947c-3dddbb136436" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11989" ], - "x-ms-correlation-request-id": [ "0287a411-35ef-4187-80f5-cac8aae04567" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004323Z:0287a411-35ef-4187-80f5-cac8aae04567" ], + "x-ms-correlation-request-id": [ "47da058f-d7a5-44a9-baea-f9380591055e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:47da058f-d7a5-44a9-baea-f9380591055e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+5": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "7f700e93-bc57-49c2-add3-5261c50eb6b7" ], + "x-ms-client-request-id": [ "1643d9ed-2ff2-469c-af29-b596fe7b2a6e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1176,32 +1176,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "47278b77-f153-41b4-b5c7-291ba3ed5a06" ], + "x-ms-request-id": [ "77a2b5ad-b3a0-4db8-9c66-a98c4ba42f53" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], - "x-ms-correlation-request-id": [ "271efe50-6621-4806-9ef3-76cc1962774d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004324Z:271efe50-6621-4806-9ef3-76cc1962774d" ], + "x-ms-correlation-request-id": [ "0fb66d49-37c8-4610-85c2-987e13f4b7b1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:0fb66d49-37c8-4610-85c2-987e13f4b7b1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+6": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "9a653388-21de-4966-a8ca-d52f1ca10dbd" ], + "x-ms-client-request-id": [ "2ddce990-eea4-4d87-bb6d-d2c28e2464da" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1217,32 +1217,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "45f6a187-e0bc-4e5b-8548-919c501eb9d3" ], + "x-ms-request-id": [ "1ec88bbd-47b8-48a7-b292-24003f0e8d5b" ], "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": [ "74db2236-cb6f-4ddf-8673-0f34b2654e85" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004324Z:74db2236-cb6f-4ddf-8673-0f34b2654e85" ], + "x-ms-correlation-request-id": [ "8809c54f-3fcb-449e-a85e-c275804c57f1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002647Z:8809c54f-3fcb-449e-a85e-c275804c57f1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+7": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "c71762c4-797a-4947-a6db-980fdbd52e90" ], + "x-ms-client-request-id": [ "8d935125-5011-49e3-8d8c-2f27f15996cb" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1258,32 +1258,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f312ddda-c7fa-4485-af76-c21eb080bf37" ], + "x-ms-request-id": [ "e8ab4bfe-f2dc-4530-920b-c2fd81ea7d0c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], - "x-ms-correlation-request-id": [ "188df58e-5be0-4e6f-84e6-7a6d3c29af2a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004324Z:188df58e-5be0-4e6f-84e6-7a6d3c29af2a" ], + "x-ms-correlation-request-id": [ "21c6528e-1f2b-4381-97dc-a45a55995bd7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002648Z:21c6528e-1f2b-4381-97dc-a45a55995bd7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+8": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "56886c85-715e-412a-a4ce-a95e566c355a" ], + "x-ms-client-request-id": [ "1a9a082b-d27a-4da1-ab59-712216a3d14c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1299,32 +1299,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6f7220f0-6146-4d94-9d3f-d9ba011daa67" ], + "x-ms-request-id": [ "606f848a-2c6a-4794-915f-d1348c758529" ], "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": [ "9492553d-853b-4a0f-b2aa-8e16a3db6b67" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004324Z:9492553d-853b-4a0f-b2aa-8e16a3db6b67" ], + "x-ms-correlation-request-id": [ "88bb085e-1a75-400f-8024-8b63ccf531a4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002648Z:88bb085e-1a75-400f-8024-8b63ccf531a4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+9": { + "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "1a73fa51-858c-44ab-bf09-144d54375a37" ], + "x-ms-client-request-id": [ "ccc87763-9f93-40a0-bc7f-2c9a87643b56" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1340,22 +1340,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c6bfb0aa-d243-4425-9840-1f0ad500beca" ], + "x-ms-request-id": [ "44000413-4343-4fc1-8b00-546d64231d57" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], - "x-ms-correlation-request-id": [ "2f460105-3813-46b6-b15c-a562175c0647" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004324Z:2f460105-3813-46b6-b15c-a562175c0647" ], + "x-ms-correlation-request-id": [ "a205a842-f41a-4739-8923-d7d25aa9ada5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002648Z:a205a842-f41a-4739-8923-d7d25aa9ada5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } } } \ No newline at end of file diff --git a/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json b/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json index 3e6d70a7e560..5abfd681f989 100644 --- a/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json +++ b/src/Functions/test/Get-AzFunctionAppAvailableLocation.Recording.json @@ -1,12 +1,12 @@ { - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate set default parameters for -PlanType and -OSType+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate set default parameters for -PlanType and -OSType+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "186d9d13-f23f-4cbf-8555-59b20fdaf3d9" ], + "x-ms-client-request-id": [ "c482a712-8d6c-4095-9eb5-58889cf504a6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,32 +22,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a54635e7-acfe-4c8e-af6b-1bd75467fffa" ], + "x-ms-request-id": [ "7d3faaa6-b976-4242-8fea-1aacefd48470" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], - "x-ms-correlation-request-id": [ "6f46a7c4-8c8d-41c1-a629-6e8c889360a2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004325Z:6f46a7c4-8c8d-41c1-a629-6e8c889360a2" ], + "x-ms-correlation-request-id": [ "b9b863c2-d448-48b8-b21f-d77490082bb9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:b9b863c2-d448-48b8-b21f-d77490082bb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:48 GMT" ] }, "ContentHeaders": { "Content-Length": [ "11835" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "71" ], - "x-ms-client-request-id": [ "55040287-1512-44c0-943b-858a4937b014" ], + "x-ms-client-request-id": [ "7d25afe4-be55-460b-b9d5-a2e1b9b4fe32" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -63,32 +63,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6c953854-8aef-445a-a52a-14f77f35c5b7" ], + "x-ms-request-id": [ "757ea3e9-0bb4-4706-a9de-04d25257a33d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], - "x-ms-correlation-request-id": [ "bfe49e42-7a59-4ed8-8b1d-8490ed4c9be3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004325Z:bfe49e42-7a59-4ed8-8b1d-8490ed4c9be3" ], + "x-ms-correlation-request-id": [ "1743f61b-1cd7-4ae7-ba16-6831b63b0ab6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:1743f61b-1cd7-4ae7-ba16-6831b63b0ab6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "9946" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Premium -OSType Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "37e13a93-45fe-44d8-9167-36f226ce1110" ], + "x-ms-client-request-id": [ "60c3203f-f931-4054-ab8f-ef252dbfe549" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -104,32 +104,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "03bc6e60-023d-488a-b9cb-cdc4999e8b13" ], + "x-ms-request-id": [ "03bf6152-b252-4774-9422-b726a3f044f8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], - "x-ms-correlation-request-id": [ "141c0ae0-776f-4c98-814b-fed161bcf723" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004325Z:141c0ae0-776f-4c98-814b-fed161bcf723" ], + "x-ms-correlation-request-id": [ "1f9a98bb-c7cd-418c-acfd-c846bbec630c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:1f9a98bb-c7cd-418c-acfd-c846bbec630c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "11835" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "73" ], - "x-ms-client-request-id": [ "921f95fc-b0f4-4aa7-9eec-9e1233d83c58" ], + "x-ms-client-request-id": [ "00b03972-4c81-4883-a2cc-2adab49d1e85" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -145,32 +145,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e0454d3f-8f78-4dda-ba2b-b222229c3300" ], + "x-ms-request-id": [ "2d0dec7d-b189-454d-b71f-dc534f665fdf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], - "x-ms-correlation-request-id": [ "aad2e9c7-b21b-4e9b-878b-acf2edc30e90" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004325Z:aad2e9c7-b21b-4e9b-878b-acf2edc30e90" ], + "x-ms-correlation-request-id": [ "55e16206-b320-4792-9a35-2e4efc4b501c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:55e16206-b320-4792-9a35-2e4efc4b501c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01+1": { + "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType Consumption -OSType Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "8ae4f0c0-c363-4b41-bd07-2df0a84d101c" ], + "x-ms-client-request-id": [ "dbadc4ba-92ae-45cf-90e9-a5a44fffbd2c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -186,22 +186,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7146ced3-7f3a-408c-b1cf-addd1f2b4307" ], + "x-ms-request-id": [ "4d637085-27fd-4d03-a1a7-02f977803630" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], - "x-ms-correlation-request-id": [ "4ae4d22f-1124-49f5-acfd-482e9db79f64" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004326Z:4ae4d22f-1124-49f5-acfd-482e9db79f64" ], + "x-ms-correlation-request-id": [ "635b0a60-ff71-4dcf-a70d-bb48b05cabc6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002649Z:635b0a60-ff71-4dcf-a70d-bb48b05cabc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } } } \ No newline at end of file diff --git a/src/Functions/test/Get-AzFunctionAppPlan.Recording.json b/src/Functions/test/Get-AzFunctionAppPlan.Recording.json index b0eabd303d00..ee526bc1ecc9 100644 --- a/src/Functions/test/Get-AzFunctionAppPlan.Recording.json +++ b/src/Functions/test/Get-AzFunctionAppPlan.Recording.json @@ -1,12 +1,12 @@ { - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "5871140a-f0b6-44b3-aa3c-d0cbc1cf7eb0" ], + "x-ms-client-request-id": [ "b362afa1-728e-4d05-b329-4215d7531412" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,32 +22,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "11986124-b64c-4e4f-b2ad-85bcff38a569" ], + "x-ms-request-id": [ "bcf36661-529b-497c-bfbd-a17ca4e5bf2c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], - "x-ms-correlation-request-id": [ "3cbcccc0-d3f0-441b-a9cd-debc1503ed15" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004326Z:3cbcccc0-d3f0-441b-a9cd-debc1503ed15" ], + "x-ms-correlation-request-id": [ "24f494de-410f-424d-8dda-82d6b31faa38" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002650Z:24f494de-410f-424d-8dda-82d6b31faa38" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "e63ff30a-053f-48ab-bb0b-e78ce3e53be3" ], + "x-ms-client-request-id": [ "274c0491-de59-4060-92f4-376374ed6a57" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -58,34 +58,37 @@ } }, "Response": { - "StatusCode": 404, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "ae8fb152-b5ee-4ad1-9c87-aacf1c84daa6" ], - "x-ms-correlation-request-id": [ "ae8fb152-b5ee-4ad1-9c87-aacf1c84daa6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004326Z:ae8fb152-b5ee-4ad1-9c87-aacf1c84daa6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "19ebfd0e-4d3f-4b7b-867a-f005fc43add2" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], + "x-ms-correlation-request-id": [ "dd9de33d-1d0a-46fd-8494-834c1b5da808" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002651Z:dd9de33d-1d0a-46fd-8494-834c1b5da808" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:50 GMT" ] }, "ContentHeaders": { - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "194" ] + "Content-Length": [ "1443" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/CentralUSLinuxDynamicPlan\u0027 under resource group \u0027Functions-Test-Linux-Consumption-iobaf4\u0027 was not found.\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+3": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "77" ], - "x-ms-client-request-id": [ "fec11641-e235-4027-aa49-0a08de2d216a" ], + "x-ms-client-request-id": [ "562b3552-d491-4c5c-ae3c-3239548c1b70" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -101,32 +104,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "37090bfa-c35a-4c56-a4d6-c9c2d65f91f0" ], + "x-ms-request-id": [ "3b2692d2-f415-42ae-a8ca-0bcaec06227b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], - "x-ms-correlation-request-id": [ "2ffad469-9632-40f5-9723-e0812202e8ac" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004327Z:2ffad469-9632-40f5-9723-e0812202e8ac" ], + "x-ms-correlation-request-id": [ "832ce9e3-bb4b-45b0-a94f-efffbbe1da55" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002651Z:832ce9e3-bb4b-45b0-a94f-efffbbe1da55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "2c4ff2e5-b431-4494-85fc-2600e95171e1" ], + "x-ms-client-request-id": [ "c803bea2-8231-4faa-9789-70c86f3d9710" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -142,32 +145,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9d005a0b-24cc-434e-9f25-ba3c1291bf68" ], + "x-ms-request-id": [ "5e17f33f-5395-48ec-b753-ea4d7e5cc2c6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], - "x-ms-correlation-request-id": [ "6dcc6bb2-5a72-4070-9c6a-160bcccf0fc3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004327Z:6dcc6bb2-5a72-4070-9c6a-160bcccf0fc3" ], + "x-ms-correlation-request-id": [ "7545795d-fb48-43dc-bb5e-deed466c6163" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002651Z:7545795d-fb48-43dc-bb5e-deed466c6163" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+5": { + "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "bc679410-562e-413b-9d08-d8feda602c89" ], + "x-ms-client-request-id": [ "791bad23-efb6-4c59-9b77-9d7bdf0823f6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -183,32 +186,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e094b259-3433-477a-9873-23f09f54e2c0" ], + "x-ms-request-id": [ "1b9575e8-07a8-4764-a612-9386124a7b6b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], - "x-ms-correlation-request-id": [ "cb7d8d76-5fa7-4d33-8d05-211d5ef429cc" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004327Z:cb7d8d76-5fa7-4d33-8d05-211d5ef429cc" ], + "x-ms-correlation-request-id": [ "6014eb78-51fd-45ea-b1eb-33628679eaa7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:6014eb78-51fd-45ea-b1eb-33628679eaa7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Windows-Premium-yxsnit\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Windows-Premium-oa2upj\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "fd4942a4-e731-4b7c-bbfa-64c384fb6326" ], + "x-ms-client-request-id": [ "b92b2ee7-ee7f-422e-a1fb-5e9b97a3a22a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -224,32 +227,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b9feae21-38d2-46eb-9fb2-a6a1af0c1c93" ], + "x-ms-request-id": [ "e0d19cf4-e8be-4513-853f-1a53506dfea2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], - "x-ms-correlation-request-id": [ "25cd987b-1a47-4cb5-98eb-f9a23c014d8f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004328Z:25cd987b-1a47-4cb5-98eb-f9a23c014d8f" ], + "x-ms-correlation-request-id": [ "6554dd23-41f2-47ab-8c2a-265e767345c9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:6554dd23-41f2-47ab-8c2a-265e767345c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Linux-Premium-qr0pk3\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Linux-Premium-hlqm6e\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "719e3d5f-d0a8-4038-904f-e89a5d28bb7e" ], + "x-ms-client-request-id": [ "726456a3-6b9e-4579-b033-9a895d3ac5f2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -265,32 +268,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a447a408-9fee-42bd-93b2-3915a72e6a0f" ], + "x-ms-request-id": [ "979b635b-0941-45c0-a1d5-090c56a833a3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], - "x-ms-correlation-request-id": [ "ba3bf088-07fa-4bdd-9858-d4add60e765a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004328Z:ba3bf088-07fa-4bdd-9858-d4add60e765a" ], + "x-ms-correlation-request-id": [ "e34cbf2b-ed72-4ace-9a71-686b2c7fee52" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:e34cbf2b-ed72-4ace-9a71-686b2c7fee52" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "f0122ef9-2e6a-4f81-ac3a-d47a4ccaedce" ], + "x-ms-client-request-id": [ "a7fbf60d-5c9c-4082-8a99-d5d1cd2af8d0" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List1" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -306,32 +309,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8a23c265-aab7-44d3-9a7c-109b246a935c" ], + "x-ms-request-id": [ "9586ba11-2700-4c21-8e4c-940a30f6f4f5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], - "x-ms-correlation-request-id": [ "543dbe17-4f9e-46d3-b99b-dfaf998d4a98" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004328Z:543dbe17-4f9e-46d3-b99b-dfaf998d4a98" ], + "x-ms-correlation-request-id": [ "9aae4d8f-b2d2-43c5-bd5d-1698e7ed2a37" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:9aae4d8f-b2d2-43c5-bd5d-1698e7ed2a37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1493" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "8b38df96-304a-4750-8704-9e7bc37bf0c8" ], + "x-ms-client-request-id": [ "54fa7069-d07b-40b7-b580-fef919c69e35" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -347,32 +350,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bf7b7308-cf3b-455c-ab74-f5cb066813dd" ], + "x-ms-request-id": [ "e760b060-a251-4e25-b461-02673a0c3fc7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], - "x-ms-correlation-request-id": [ "fc73f83e-4ddf-4f3a-9b90-7a000c406be6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004329Z:fc73f83e-4ddf-4f3a-9b90-7a000c406be6" ], + "x-ms-correlation-request-id": [ "ea178606-47c8-400a-89ca-e568c234f9af" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002652Z:ea178606-47c8-400a-89ca-e568c234f9af" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:28 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "2a677f65-15dd-4481-86f7-bd98a3a8e6ae" ], + "x-ms-client-request-id": [ "73484b76-8d62-428c-8034-b7f23b474754" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -383,34 +386,37 @@ } }, "Response": { - "StatusCode": 404, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "eb9b882a-f540-463e-91f5-ec317af4fee5" ], - "x-ms-correlation-request-id": [ "eb9b882a-f540-463e-91f5-ec317af4fee5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004329Z:eb9b882a-f540-463e-91f5-ec317af4fee5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "2e2b32b0-880f-4eca-b7be-cf66adea0f4c" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], + "x-ms-correlation-request-id": [ "14716920-6af6-487a-88c4-0de12abd8c8b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002653Z:14716920-6af6-487a-88c4-0de12abd8c8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:28 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] }, "ContentHeaders": { - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "194" ] + "Content-Length": [ "1443" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/CentralUSLinuxDynamicPlan\u0027 under resource group \u0027Functions-Test-Linux-Consumption-iobaf4\u0027 was not found.\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+3": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "57a723cf-7d87-498a-8a79-be14a806d0c2" ], + "x-ms-client-request-id": [ "05bb71c1-3ce2-411b-b202-6764157f54a9" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -426,32 +432,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "af93aab0-8684-4052-a888-bb747a52a9de" ], + "x-ms-request-id": [ "c5f8d957-b9b9-453d-84d4-e2d878606eaf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], - "x-ms-correlation-request-id": [ "f23d2ede-32ed-45ce-9378-5da8e353b391" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004330Z:f23d2ede-32ed-45ce-9378-5da8e353b391" ], + "x-ms-correlation-request-id": [ "8848d60a-91da-4db6-9f9f-879ddfe0e82d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002653Z:8848d60a-91da-4db6-9f9f-879ddfe0e82d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "9b6b4b67-cbdc-458d-87ad-93ece1f9902b" ], + "x-ms-client-request-id": [ "bfcddb4e-8844-4bd2-8c68-5397188d631a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -467,32 +473,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d7bf2742-98e4-4a42-a253-306ebc5413a2" ], + "x-ms-request-id": [ "3018740a-ed9e-4802-819f-793fd2b995c0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], - "x-ms-correlation-request-id": [ "28a695d9-9427-4077-b51d-fd68ccb69bf2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004330Z:28a695d9-9427-4077-b51d-fd68ccb69bf2" ], + "x-ms-correlation-request-id": [ "511eacb3-560d-471f-89c1-23386eda2b46" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002653Z:511eacb3-560d-471f-89c1-23386eda2b46" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+5": { + "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "23c8ad0e-dfa0-4133-a034-bf13cefa8399" ], + "x-ms-client-request-id": [ "6a71ac74-9d71-4ea9-9195-c40b5c7b408b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -508,22 +514,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "476bf8ea-e794-4e1f-bbc1-d7a0cd81c57b" ], + "x-ms-request-id": [ "9b751250-2e76-4750-a0c6-70c0a3800f5e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], - "x-ms-correlation-request-id": [ "dd668143-d66c-466c-ba7c-3ed446b3486c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004330Z:dd668143-d66c-466c-ba7c-3ed446b3486c" ], + "x-ms-correlation-request-id": [ "09cd8763-b602-4f22-8354-b20208bdb239" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002654Z:09cd8763-b602-4f22-8354-b20208bdb239" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } } } \ No newline at end of file diff --git a/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json b/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json index 9e935a37d9f0..1ddee8d34073 100644 --- a/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json +++ b/src/Functions/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json @@ -1,9 +1,9 @@ { - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-gaqlx2ob3s\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -17,15 +17,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "34900db7-07b1-492e-a595-66c30f36a7dd" ], + "x-ms-request-id": [ "a48c1e31-9fcb-4a4a-b02e-0bf8c529d708" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], - "x-ms-correlation-request-id": [ "f6c9a779-33b7-4264-83b9-bc116c6ecc3c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004331Z:f6c9a779-33b7-4264-83b9-bc116c6ecc3c" ], + "x-ms-correlation-request-id": [ "0166b4ab-50f7-467d-a6f7-1b41bbdaa841" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002654Z:0166b4ab-50f7-467d-a6f7-1b41bbdaa841" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -35,14 +35,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "9828922e-e6c6-4955-b368-43dfc9834587" ], + "x-ms-client-request-id": [ "6a5f7d15-bf95-433b-a51b-09d6d75a6280" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "aeeb9c04-f088-4c30-b160-8a222ccf30a1" ], + "x-ms-request-id": [ "8a0e83df-2f50-44bd-b626-27f77788bc11" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], - "x-ms-correlation-request-id": [ "96f3803f-6d5d-484e-b08a-b950905d8720" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004331Z:96f3803f-6d5d-484e-b08a-b950905d8720" ], + "x-ms-correlation-request-id": [ "96fb4c23-d89e-4061-b98b-4d764901ddce" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002654Z:96fb4c23-d89e-4061-b98b-4d764901ddce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "68323422-f883-4134-812b-b2163eb8605b" ], + "x-ms-client-request-id": [ "63808209-b525-4096-ae87-a08d6b43d232" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -94,34 +94,37 @@ } }, "Response": { - "StatusCode": 404, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "86a2c1d0-ce97-4165-9661-3c06734127d3" ], - "x-ms-correlation-request-id": [ "86a2c1d0-ce97-4165-9661-3c06734127d3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004331Z:86a2c1d0-ce97-4165-9661-3c06734127d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "63a7ed1c-c6a2-424c-b389-8736e861fc99" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], + "x-ms-correlation-request-id": [ "d614a386-ef7a-49d2-9f8c-b6c4b5ba05fc" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:d614a386-ef7a-49d2-9f8c-b6c4b5ba05fc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] }, "ContentHeaders": { - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ], - "Content-Length": [ "194" ] + "Content-Length": [ "1443" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/CentralUSLinuxDynamicPlan\u0027 under resource group \u0027Functions-Test-Linux-Consumption-iobaf4\u0027 was not found.\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "1a76fb1c-d1aa-4209-bf54-a244474f75fd" ], + "x-ms-client-request-id": [ "d21bf2fd-e853-47a5-afef-480da017c48d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -137,32 +140,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "16ad0027-2bbc-4784-8771-207351c58260" ], + "x-ms-request-id": [ "f602a005-7437-4f96-9f4f-c07ac673acac" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], - "x-ms-correlation-request-id": [ "8700ab3e-5a1f-4c8a-ba3c-ab97ea512e8e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004331Z:8700ab3e-5a1f-4c8a-ba3c-ab97ea512e8e" ], + "x-ms-correlation-request-id": [ "b95c37d2-07e5-4712-80f7-8910945e64d9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:b95c37d2-07e5-4712-80f7-8910945e64d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "ece0f3b4-d7cd-465b-be98-3065cc8b8194" ], + "x-ms-client-request-id": [ "e303825f-bb94-4dc7-82f8-b4693bed0c1f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -178,32 +181,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d87fbc89-37cd-4381-9c07-723346ba989c" ], + "x-ms-request-id": [ "b44bba77-f44a-459a-9338-e2e794c8af4d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], - "x-ms-correlation-request-id": [ "3692833b-2cb8-4930-8632-c3036b17fffd" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004331Z:3692833b-2cb8-4930-8632-c3036b17fffd" ], + "x-ms-correlation-request-id": [ "a0f1f541-1381-48fc-ab1b-041a3b1e0f45" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:a0f1f541-1381-48fc-ab1b-041a3b1e0f45" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "44da8a49-5525-488f-b650-df5ce3403a83" ], + "x-ms-client-request-id": [ "f493dd16-2e4b-42c3-97e9-48dd971973cc" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -219,32 +222,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ff8f97f3-c098-43f9-a905-6a0ddd5f41d8" ], + "x-ms-request-id": [ "9da6e65c-1d40-4eea-a19b-02e3a4d3e0b3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], - "x-ms-correlation-request-id": [ "5ad44223-755b-487c-b9b4-e9f2d7fc6258" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004332Z:5ad44223-755b-487c-b9b4-e9f2d7fc6258" ], + "x-ms-correlation-request-id": [ "2cc96afc-93f9-4683-b79a-7d8580b4a304" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:2cc96afc-93f9-4683-b79a-7d8580b4a304" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "e50f0015-055c-4759-9cb7-bec919eb1f3e" ], + "x-ms-client-request-id": [ "97ada18a-dc0e-4767-abec-116d682e566e" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -259,31 +262,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "32c62fdc-4189-4124-a857-b28a5b2fae0c" ], + "x-ms-request-id": [ "e8d207a3-3955-4fca-80a8-1e7d238fc9aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11937" ], - "x-ms-correlation-request-id": [ "cbf2693d-c971-4d14-85eb-3ba28f23403f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004332Z:cbf2693d-c971-4d14-85eb-3ba28f23403f" ], + "x-ms-correlation-request-id": [ "1781b822-7314-4afb-90f9-591781c9fcf3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:1781b822-7314-4afb-90f9-591781c9fcf3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+8": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "8a0b3cb7-1138-43e7-af63-c41ccb3848e1" ], + "x-ms-client-request-id": [ "ed0c09c6-12bf-4b97-840e-186dd514c1d4" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -298,27 +301,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b50029e0-9963-4617-8e0b-a59e80a808f7" ], + "x-ms-request-id": [ "beb16e08-5c2c-42d9-b351-b80416800cd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11995" ], - "x-ms-correlation-request-id": [ "07c5e91b-6896-4bb0-bd09-4bccecd36dfa" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004332Z:07c5e91b-6896-4bb0-bd09-4bccecd36dfa" ], + "x-ms-correlation-request-id": [ "e3100078-d948-4880-b56c-b29f7fe2a121" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002655Z:e3100078-d948-4880-b56c-b29f7fe2a121" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:43:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:26:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01+9": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -332,7 +335,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f27d9346-322f-4100-8a8e-ccc23c096a4b" ], + "x-ms-request-id": [ "2835710e-cc8a-4ff0-a9cf-8f41d222ca0b" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -340,28 +343,28 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "b0eb29dc-566b-4373-9053-380f52d7d889" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004334Z:b0eb29dc-566b-4373-9053-380f52d7d889" ], - "Date": [ "Wed, 13 May 2020 00:43:33 GMT" ] + "x-ms-correlation-request-id": [ "1997219a-9d57-4f91-948a-c40c9d601497" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002741Z:1997219a-9d57-4f91-948a-c40c9d601497" ], + "Date": [ "Tue, 16 Jun 2020 00:27:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1003" ], + "Content-Length": [ "1041" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08000636-0000-0300-0000-5ebb42b50000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"fabba0ab-a970-425b-b1d3-ce096614d4f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"ConnectionString\":\"InstrumentationKey=6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:43:33.4613907+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00004bb9-0000-0300-0000-5ee811e50000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+10": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1679" ] + "Content-Length": [ "1713" ] } }, "Response": { @@ -369,34 +372,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF8A1058C0\"" ], + "ETag": [ "\"1D64374F3B7868B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0206062b-5c82-4a30-9c90-4ca65b483a23" ], + "x-ms-request-id": [ "bf6356f6-934b-41a1-9cfc-c93d33c964c0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ], - "x-ms-correlation-request-id": [ "98f8d99f-e441-4813-aafd-761e9b474f7a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004412Z:98f8d99f-e441-4813-aafd-761e9b474f7a" ], + "x-ms-correlation-request-id": [ "46535c08-a0de-49a6-b969-f9dfd5d9374f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002817Z:46535c08-a0de-49a6-b969-f9dfd5d9374f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5625" ], + "Content-Length": [ "5638" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:43:36.8433333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:27:43.1566667\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+11": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "74ef8ae7-fa17-41fe-a886-5a22d566ca7b" ], + "x-ms-client-request-id": [ "229848b9-36a0-427f-95af-1c2b71e6cd5e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -411,34 +414,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF8A1058C0\"" ], + "ETag": [ "\"1D64374F3B7868B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "63d8024f-fbfd-4b19-a76f-e50f365c5f52" ], + "x-ms-request-id": [ "999e76de-9d4e-42a3-abca-09239136f26b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], - "x-ms-correlation-request-id": [ "700b1b4a-d8bd-4924-8057-b1f7090e7e86" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004412Z:700b1b4a-d8bd-4924-8057-b1f7090e7e86" ], + "x-ms-correlation-request-id": [ "921aaa1c-50e4-4b45-af0b-8fb03ced4f70" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002817Z:921aaa1c-50e4-4b45-af0b-8fb03ced4f70" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5438" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:43:37.42\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:27:43.8166667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+12": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "9321a61c-d53d-4da8-9015-4957d82321bc" ], + "x-ms-client-request-id": [ "a533daba-c10e-4e27-8d0c-0c10d1661e73" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -454,32 +457,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f518e6ca-0c1a-4b54-a7fb-fd526c6a41f4" ], + "x-ms-request-id": [ "b6922653-8a32-439c-9732-2aa452def90c" ], "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": [ "47ec20f7-54bc-4771-90fa-32240d1d099a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004412Z:47ec20f7-54bc-4771-90fa-32240d1d099a" ], + "x-ms-correlation-request-id": [ "2a8c74aa-3844-4e2b-b3b8-3e9b4bdfdb28" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:2a8c74aa-3844-4e2b-b3b8-3e9b4bdfdb28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+13": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "100" ], - "x-ms-client-request-id": [ "ce73fa9c-35b2-459b-b7c4-9e2160f9c512" ], + "x-ms-client-request-id": [ "9151aa79-26be-468a-811e-ccd29e547648" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -495,32 +498,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7b976c58-7000-4ba4-ad2c-2c6f880c21f0" ], + "x-ms-request-id": [ "cf18f8f0-2bb1-4d02-80df-4c38d46dd74a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], - "x-ms-correlation-request-id": [ "10985131-538f-48e5-a5b8-c893f522c667" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004413Z:10985131-538f-48e5-a5b8-c893f522c667" ], + "x-ms-correlation-request-id": [ "980e584c-9c55-4665-a5bd-3ac5f09acba0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:980e584c-9c55-4665-a5bd-3ac5f09acba0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+14": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+14": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "101" ], - "x-ms-client-request-id": [ "b71cf599-6d47-4569-bc1d-0ac2aecd7189" ], + "x-ms-client-request-id": [ "c9ef5a58-c4e7-4b40-b7c7-48207d6c6ac6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -536,32 +539,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "53f5fc84-eccb-4fbf-be96-6a9b66bca585" ], + "x-ms-request-id": [ "bf5f3842-0a31-4ad0-a4f7-7a3ef83f2449" ], "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": [ "c742ec19-91e6-4b0b-9713-6dd2f4301d8c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004413Z:c742ec19-91e6-4b0b-9713-6dd2f4301d8c" ], + "x-ms-correlation-request-id": [ "425883dd-2cad-44e0-8b52-24a7636af7cd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:425883dd-2cad-44e0-8b52-24a7636af7cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+15": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "102" ], - "x-ms-client-request-id": [ "8a78b724-e987-4efb-9c49-ea7493f00155" ], + "x-ms-client-request-id": [ "0d03fa52-5346-4b95-9ace-92b601edf92d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -577,32 +580,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9eb0defa-c91e-4f15-982c-30762fc3c07c" ], + "x-ms-request-id": [ "87677477-9211-46d2-b0d5-a6c7dfc89a1f" ], "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": [ "057afd8d-9901-4fb2-85f0-21340cc0717b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004413Z:057afd8d-9901-4fb2-85f0-21340cc0717b" ], + "x-ms-correlation-request-id": [ "53c84d3d-6823-4d67-be4d-952aab4276d4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002818Z:53c84d3d-6823-4d67-be4d-952aab4276d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+16": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "103" ], - "x-ms-client-request-id": [ "6c21d536-f401-4869-972a-20b2e00edae5" ], + "x-ms-client-request-id": [ "f70d253f-3576-44dd-b9b5-38b378a1d397" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -617,34 +620,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF8A1058C0\"" ], + "ETag": [ "\"1D64374F3B7868B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "89328952-d92f-4654-abe1-10e800fb59d6" ], + "x-ms-request-id": [ "8b19bd64-0469-4070-9a34-bd2a3dcd5106" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], - "x-ms-correlation-request-id": [ "005e96d2-c467-412e-8794-8052215ae13f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004413Z:005e96d2-c467-412e-8794-8052215ae13f" ], + "x-ms-correlation-request-id": [ "2ff6629f-a5f3-40f7-8874-4b6fe2ff1987" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002819Z:2ff6629f-a5f3-40f7-8874-4b6fe2ff1987" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5438" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:43:37.42\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:27:43.8166667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+17": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+17": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "104" ], - "x-ms-client-request-id": [ "6ee915f6-1b9d-4be7-8723-f336118e700c" ], + "x-ms-client-request-id": [ "56bff47e-3100-4e4c-8a20-e85e166401d5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -660,32 +663,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "146e8538-fd4a-4409-865f-ab2887539f73" ], + "x-ms-request-id": [ "0f2c2b5c-c9ef-49a9-9fa3-4ebaa24ea8f5" ], "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": [ "f3a777b2-d11f-460c-8b53-5b40c5d0053a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004413Z:f3a777b2-d11f-460c-8b53-5b40c5d0053a" ], + "x-ms-correlation-request-id": [ "8b9ead87-048d-4f6e-bc33-dba1c6374203" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002819Z:8b9ead87-048d-4f6e-bc33-dba1c6374203" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+18": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "105" ], - "x-ms-client-request-id": [ "c3fb83c3-9607-4b8f-bc95-eb9b86ce6fc8" ], + "x-ms-client-request-id": [ "9754e431-5e1b-479e-9e7e-1370e39898f7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -701,29 +704,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b722d4ac-14d1-4d07-90c3-7348d82903dc" ], + "x-ms-request-id": [ "c0dadbda-17a6-46b7-92ff-52291ddd4f0b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], - "x-ms-correlation-request-id": [ "3796ba51-3e33-4683-af93-201b94cf2a41" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004414Z:3796ba51-3e33-4683-af93-201b94cf2a41" ], + "x-ms-correlation-request-id": [ "42eb1c8e-e63d-48d3-8bc2-aeb62217d638" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002819Z:42eb1c8e-e63d-48d3-8bc2-aeb62217d638" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01+19": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+19": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-gaqlx2ob3s\",\r\n \"MyAppSetting1\": \"456789\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"MyAppSetting1\": \"456789\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -736,34 +739,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA0167820\"" ], + "ETag": [ "\"1D64375092D32C0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cc92aaa7-828c-4291-a6e0-18b50da5f66d" ], + "x-ms-request-id": [ "fd07a67d-0778-4b98-9f8b-b15526c52dfb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-correlation-request-id": [ "862284e2-9765-4d4b-9b69-5da5b2896532" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004416Z:862284e2-9765-4d4b-9b69-5da5b2896532" ], + "x-ms-correlation-request-id": [ "4bd95ec4-7c7b-4ac5-801d-b45fe379626f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002822Z:4bd95ec4-7c7b-4ac5-801d-b45fe379626f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:22 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1183" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting1\":\"456789\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+20": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "107" ], - "x-ms-client-request-id": [ "e90d752b-1400-4394-9c79-dc4eca9a6fe2" ], + "x-ms-client-request-id": [ "c7d396aa-0d85-4981-8610-85c4fbd6b785" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -778,34 +781,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA0167820\"" ], + "ETag": [ "\"1D64375092D32C0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3258e79b-1a1c-4987-b1c8-cb3cac7e0b11" ], + "x-ms-request-id": [ "c3243855-59ad-4ed8-ae8e-ba98508d42d7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], - "x-ms-correlation-request-id": [ "9e58bf74-8151-4e7e-8295-283ba340a8a3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004416Z:9e58bf74-8151-4e7e-8295-283ba340a8a3" ], + "x-ms-correlation-request-id": [ "a02b1ee3-00f8-46f1-8192-b6f367ef0c99" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002822Z:a02b1ee3-00f8-46f1-8192-b6f367ef0c99" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5433" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:14.37\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:19.82\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+21": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+21": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "108" ], - "x-ms-client-request-id": [ "22fab06b-05d2-4f59-868f-d5eea8e22c21" ], + "x-ms-client-request-id": [ "34291054-64c9-4be6-a3cf-cb13c5be5f15" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -821,32 +824,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cce9eca8-5b34-4269-83ed-f2ab206ea66f" ], + "x-ms-request-id": [ "d9ce6680-4f12-4c91-9f83-d46a851a8321" ], "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": [ "eba549a5-c571-4f47-8384-d71647cf9628" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004416Z:eba549a5-c571-4f47-8384-d71647cf9628" ], + "x-ms-correlation-request-id": [ "df173fcd-695f-436b-8664-34e8b5615631" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:df173fcd-695f-436b-8664-34e8b5615631" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1183" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting1\":\"456789\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+22": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "ace85c53-6a55-490f-9dae-87bb6ee305ad" ], + "x-ms-client-request-id": [ "a7a85147-d406-4697-8889-10a7cefb8741" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -862,32 +865,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "29d42a8d-018f-4a9f-bbde-1bb27efe6cca" ], + "x-ms-request-id": [ "a7a3a5c8-8514-477a-b2c7-898a431829f7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], - "x-ms-correlation-request-id": [ "3223fd8c-b124-4101-a489-58777d4b7a08" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004416Z:3223fd8c-b124-4101-a489-58777d4b7a08" ], + "x-ms-correlation-request-id": [ "6d69b74c-5ee3-4f86-b6c7-f0785ec0d50d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:6d69b74c-5ee3-4f86-b6c7-f0785ec0d50d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+23": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "110" ], - "x-ms-client-request-id": [ "194d9f34-195e-465b-aa9e-b1bacc8680e4" ], + "x-ms-client-request-id": [ "6e35ca7e-dcba-4729-b359-5d98a9a92e09" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -902,34 +905,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA0167820\"" ], + "ETag": [ "\"1D64375092D32C0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7e01ddd7-0f44-4a4a-bed9-994f1db82a9a" ], + "x-ms-request-id": [ "f5fcca93-27c5-49eb-a9f3-147895ac21f2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], - "x-ms-correlation-request-id": [ "a96febb9-6225-4729-a788-ec6a37c94220" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004416Z:a96febb9-6225-4729-a788-ec6a37c94220" ], + "x-ms-correlation-request-id": [ "ccf1b930-e589-4dae-91ee-4bd61c96c848" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:ccf1b930-e589-4dae-91ee-4bd61c96c848" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5433" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:14.37\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:19.82\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+24": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+24": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "111" ], - "x-ms-client-request-id": [ "81aff01e-4ce6-4252-a8df-5bff5e490ef9" ], + "x-ms-client-request-id": [ "ac28fc01-9b80-4272-bf1e-ca8df11f49be" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -945,32 +948,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5c4070e-d9e0-4c8c-8ad3-7c22d2887b7f" ], + "x-ms-request-id": [ "b9b60085-ac2b-4c76-8c11-0fd5ec1a1de8" ], "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": [ "07cc80f5-ea25-4d65-bf7e-3bbe9bcbf06d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004417Z:07cc80f5-ea25-4d65-bf7e-3bbe9bcbf06d" ], + "x-ms-correlation-request-id": [ "0abee104-4ca9-46ab-a635-6d5e53e1906b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:0abee104-4ca9-46ab-a635-6d5e53e1906b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1183" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting1\":\"456789\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+25": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "112" ], - "x-ms-client-request-id": [ "b36db142-4542-49d3-9fb6-ba68cccf762b" ], + "x-ms-client-request-id": [ "db7b6bfb-7d95-417c-b284-77dfe35d1d8f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -986,29 +989,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9b1cbd2b-94c3-491b-8a42-de410471c5dd" ], + "x-ms-request-id": [ "073afa1e-d987-4a3d-a934-e496bcae379d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], - "x-ms-correlation-request-id": [ "f0f8a9b7-c713-4cce-ad12-f52c3b1acc95" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004417Z:f0f8a9b7-c713-4cce-ad12-f52c3b1acc95" ], + "x-ms-correlation-request-id": [ "769e40ae-1082-448f-82b4-ca968a597c6c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002823Z:769e40ae-1082-448f-82b4-ca968a597c6c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01+26": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+26": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-gaqlx2ob3s\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"MyAppSetting1\": \"456789\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"MyAppSetting1\": \"456789\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -1021,34 +1024,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA200C8F5\"" ], + "ETag": [ "\"1D643750BCA8CEB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f662a067-305a-441e-9f0a-9e19be30e6a3" ], + "x-ms-request-id": [ "790ad8f6-8f78-4094-a758-6200593be288" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-correlation-request-id": [ "d9d009ed-34fe-40ba-a814-e09b69cac99f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004419Z:d9d009ed-34fe-40ba-a814-e09b69cac99f" ], + "x-ms-correlation-request-id": [ "a2e50bde-48b9-468e-8fb0-a382dd1f6d77" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:a2e50bde-48b9-468e-8fb0-a382dd1f6d77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:18 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:25 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1246" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting3\":\"123456\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"MyAppSetting1\":\"456789\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+27": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "114" ], - "x-ms-client-request-id": [ "d76081de-cb0f-4d1c-8afe-25e79ad27290" ], + "x-ms-client-request-id": [ "001f67f7-6837-4088-a16e-355ccb68a4e4" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1063,34 +1066,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA200C8F5\"" ], + "ETag": [ "\"1D643750BCA8CEB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "12fac88d-3187-4310-85e5-c3b2e27c818e" ], + "x-ms-request-id": [ "a3406d9b-b4a8-4981-a3b6-540a4d31a72f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], - "x-ms-correlation-request-id": [ "c6ff9291-1aa2-4f63-bbfa-c8fe6ce16344" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004419Z:c6ff9291-1aa2-4f63-bbfa-c8fe6ce16344" ], + "x-ms-correlation-request-id": [ "d0c9b38e-917b-4e39-ba08-be52e5493c51" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:d0c9b38e-917b-4e39-ba08-be52e5493c51" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5425" ], + "Content-Length": [ "5438" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:17.5833333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:24.2066667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+28": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+28": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "115" ], - "x-ms-client-request-id": [ "6bbf7cb0-28a1-4d0c-a118-4511671e4785" ], + "x-ms-client-request-id": [ "4c5e0079-3f02-4e0d-acfd-57653fa671c9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1106,32 +1109,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b0ead5b8-8bda-450c-999c-04df9e8b24c9" ], + "x-ms-request-id": [ "516781d9-dd18-4bce-ab57-682dff2ae333" ], "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": [ "7249527c-691a-4acc-8304-7d9c3e534c12" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004419Z:7249527c-691a-4acc-8304-7d9c3e534c12" ], + "x-ms-correlation-request-id": [ "e0b6cf33-5637-4ace-87f1-3ca3fc55085e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:e0b6cf33-5637-4ace-87f1-3ca3fc55085e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1246" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting3\":\"123456\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"MyAppSetting1\":\"456789\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting2\":\"PowerShellRocks\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+29": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+29": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "116" ], - "x-ms-client-request-id": [ "245dac6e-ac60-4cc2-afb2-4b45c84dd833" ], + "x-ms-client-request-id": [ "ffb24016-5a60-4b31-8433-6fe5ec17ab5b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1147,29 +1150,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "43440101-cf5b-460b-9f13-eaf756b29c0f" ], + "x-ms-request-id": [ "62126bac-9541-4868-844a-6b3aceea48ed" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], - "x-ms-correlation-request-id": [ "fcab21c0-706c-4140-8ccc-431cde22580c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004419Z:fcab21c0-706c-4140-8ccc-431cde22580c" ], + "x-ms-correlation-request-id": [ "bcec2950-9b29-40b8-acf6-6866285432dd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002826Z:bcec2950-9b29-40b8-acf6-6866285432dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01+30": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+30": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-gaqlx2ob3s\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -1182,34 +1185,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA36DFA8B\"" ], + "ETag": [ "\"1D643750D7549B5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "89d0ef12-04ae-484b-a625-a60599e01208" ], + "x-ms-request-id": [ "97e8faec-7524-4331-a1fb-4a779b19d107" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-correlation-request-id": [ "9da31fb4-d490-4190-9ef8-bc8810b1c8d9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004421Z:9da31fb4-d490-4190-9ef8-bc8810b1c8d9" ], + "x-ms-correlation-request-id": [ "ac416849-2f1f-4592-95dd-9003befc39c7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002828Z:ac416849-2f1f-4592-95dd-9003befc39c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1187" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+31": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+31": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "118" ], - "x-ms-client-request-id": [ "a1e37c18-7a14-4e3b-8034-fbeebdd1c04b" ], + "x-ms-client-request-id": [ "306177ff-d602-43b5-98dc-c5bc1bbfb7e4" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1225,32 +1228,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "72e5fb8e-5d27-4a56-9ce1-ffeddff3473a" ], + "x-ms-request-id": [ "712139ee-5a6a-4865-b22c-ea398b158c79" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11979" ], - "x-ms-correlation-request-id": [ "0d57e1fe-e2ca-4d49-ba4d-dace9b843d94" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004421Z:0d57e1fe-e2ca-4d49-ba4d-dace9b843d94" ], + "x-ms-correlation-request-id": [ "95240762-08e6-4285-9e35-d61b9939c3ff" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002828Z:95240762-08e6-4285-9e35-d61b9939c3ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1187" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+32": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+32": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "119" ], - "x-ms-client-request-id": [ "153c601b-7529-4d9c-9297-c116935bd267" ], + "x-ms-client-request-id": [ "a2fae42d-c618-46af-99ae-3551665f9d99" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1265,34 +1268,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA36DFA8B\"" ], + "ETag": [ "\"1D643750D7549B5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9db47342-e90f-422b-b890-aebca87a833b" ], + "x-ms-request-id": [ "53795d32-df38-449c-9587-d082443849d6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], - "x-ms-correlation-request-id": [ "367443cd-09c7-4edb-bf5f-bb9f255f6a3f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004421Z:367443cd-09c7-4edb-bf5f-bb9f255f6a3f" ], + "x-ms-correlation-request-id": [ "88b52f4b-5a76-4a06-9320-53e1255eba2a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:88b52f4b-5a76-4a06-9320-53e1255eba2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5425" ], + "Content-Length": [ "5438" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:19.9766667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:27.0033333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+33": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+33": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "120" ], - "x-ms-client-request-id": [ "31ce4e89-fcc3-495b-bead-a63a39abb857" ], + "x-ms-client-request-id": [ "7825cd03-b4aa-4b3d-a577-4a5ca9fdf8c6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1308,32 +1311,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bcfea15d-aa0a-4044-9381-57942ba25f48" ], + "x-ms-request-id": [ "18d10cca-9f47-428f-b75a-778e8d32878a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11978" ], - "x-ms-correlation-request-id": [ "6ce01234-ecd2-4cb4-b0fe-6b318c856d9b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004422Z:6ce01234-ecd2-4cb4-b0fe-6b318c856d9b" ], + "x-ms-correlation-request-id": [ "f2889fae-ed07-4757-962a-f037718e7b7f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:f2889fae-ed07-4757-962a-f037718e7b7f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1187" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+34": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+34": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "121" ], - "x-ms-client-request-id": [ "f32a08c0-7d03-4f6f-89f5-bbf3a7d7a4ce" ], + "x-ms-client-request-id": [ "7eb12ff2-2921-462a-832c-2a3e6c7e933a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1349,32 +1352,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bdfaf08d-e875-46e3-842b-349f23786fe0" ], + "x-ms-request-id": [ "827266f7-ffde-406d-bb41-10a24ad83bce" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], - "x-ms-correlation-request-id": [ "50906456-d726-4ed4-94b6-5f486a1a3810" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004422Z:50906456-d726-4ed4-94b6-5f486a1a3810" ], + "x-ms-correlation-request-id": [ "cc1b9293-04ee-4d73-bb0a-5093a2903e4d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:cc1b9293-04ee-4d73-bb0a-5093a2903e4d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+35": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+35": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "122" ], - "x-ms-client-request-id": [ "1915e380-a1ea-49f9-80b7-9d3344c711b2" ], + "x-ms-client-request-id": [ "29f9b1ff-0cce-4f6a-95b4-f6d1956d305b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1389,34 +1392,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA36DFA8B\"" ], + "ETag": [ "\"1D643750D7549B5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c0310b46-c183-4ab3-a33f-e27204f3a5b6" ], + "x-ms-request-id": [ "a452fe48-b619-46bd-9d25-9d650ed59e43" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], - "x-ms-correlation-request-id": [ "c965e0a7-dbd4-4d42-98c4-92263bb909a6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004422Z:c965e0a7-dbd4-4d42-98c4-92263bb909a6" ], + "x-ms-correlation-request-id": [ "c76423d4-06fc-4f10-a4f5-b6c2bb87cb01" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002829Z:c76423d4-06fc-4f10-a4f5-b6c2bb87cb01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5425" ], + "Content-Length": [ "5438" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:19.9766667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:27.0033333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+36": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+36": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "123" ], - "x-ms-client-request-id": [ "5ffc4f10-31e6-4557-aecc-fffe8d5369a2" ], + "x-ms-client-request-id": [ "4e5bc6f5-11ce-498a-bd77-812f7caff3c8" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1432,32 +1435,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "671b9785-b596-4f23-a570-d8f034cb58f5" ], + "x-ms-request-id": [ "65c5d500-5a55-4c6f-8cf7-8342d666c057" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11977" ], - "x-ms-correlation-request-id": [ "fa5f82a7-4dd4-4a52-8197-0b22c43f7fb4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004422Z:fa5f82a7-4dd4-4a52-8197-0b22c43f7fb4" ], + "x-ms-correlation-request-id": [ "c26f90a7-0d5c-4030-b6d5-b6886f79ed7b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002830Z:c26f90a7-0d5c-4030-b6d5-b6886f79ed7b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1187" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+37": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+37": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "124" ], - "x-ms-client-request-id": [ "eeb46034-0c05-4c0f-9067-635107d15cfe" ], + "x-ms-client-request-id": [ "8daccbb7-6f71-4149-9f83-07caa8e1c13e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1473,29 +1476,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d0455931-a48b-49cd-8cf5-37dfeba0c0fe" ], + "x-ms-request-id": [ "7bf880ea-6262-4129-86b9-8b22e4946a00" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], - "x-ms-correlation-request-id": [ "0fc0f5b3-f051-4a66-9213-42baf7d82c9a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004422Z:0fc0f5b3-f051-4a66-9213-42baf7d82c9a" ], + "x-ms-correlation-request-id": [ "fe1b7b00-679d-4c18-bc19-0a98e027949f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002830Z:fe1b7b00-679d-4c18-bc19-0a98e027949f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01+38": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01+38": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings?api-version=2019-08-01", - "Content": "{\r\n \"properties\": {\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-gaqlx2ob3s\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings?api-version=2019-08-01", + "Content": "{\r\n \"properties\": {\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~3\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"24320370-1fc5-420b-8920-3f559552633a\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-jln68as0bz\",\r\n \"WEBSITE_NODE_DEFAULT_VERSION\": \"~12\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -1508,34 +1511,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA5668935\"" ], + "ETag": [ "\"1D643750F80AA15\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "18976cc3-9e46-4d6d-9ccd-26866c46c0a1" ], + "x-ms-request-id": [ "e98aa9ea-785e-489e-a501-79b2ba405257" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "d0b05210-36dc-41ea-b1b5-60b0c311aa15" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004424Z:d0b05210-36dc-41ea-b1b5-60b0c311aa15" ], + "x-ms-correlation-request-id": [ "99468917-f529-4d24-bae0-8c53e5073ca0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002832Z:99468917-f529-4d24-bae0-8c53e5073ca0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+39": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+39": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "126" ], - "x-ms-client-request-id": [ "0c350ee3-6b2b-4e13-8d67-0ca66dbfdc94" ], + "x-ms-client-request-id": [ "1ae15ec2-6be9-4e37-8d21-045e34f338f1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1551,32 +1554,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d2dc7f90-d97f-4858-ac3e-f00e3a111081" ], + "x-ms-request-id": [ "a3dc478e-3cfd-484c-8352-cc6baeeddcf1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11976" ], - "x-ms-correlation-request-id": [ "7bb2b918-f6c3-4884-90d5-a6b8044c1b63" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004425Z:7bb2b918-f6c3-4884-90d5-a6b8044c1b63" ], + "x-ms-correlation-request-id": [ "920c168d-f855-4c43-9bf2-950204f3352e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002832Z:920c168d-f855-4c43-9bf2-950204f3352e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+40": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+40": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "127" ], - "x-ms-client-request-id": [ "72607e65-9413-495a-a03a-10428ae34ae2" ], + "x-ms-client-request-id": [ "a760d0ab-d6ef-4b5d-b3a5-e9d78f50af1c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1591,34 +1594,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA5668935\"" ], + "ETag": [ "\"1D643750F80AA15\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dbdfb9ba-0dce-4601-9f13-20a5a3990ff6" ], + "x-ms-request-id": [ "6562fb01-46a2-4c68-a41d-fddc7be6e57a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], - "x-ms-correlation-request-id": [ "d0c66db7-a2c1-49a7-91d5-b99af0c3b040" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004425Z:d0c66db7-a2c1-49a7-91d5-b99af0c3b040" ], + "x-ms-correlation-request-id": [ "44016425-15bb-4722-bb5b-7e71c2fdb71b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002833Z:44016425-15bb-4722-bb5b-7e71c2fdb71b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5425" ], + "Content-Length": [ "5438" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:23.2833333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:30.4333333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+41": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+41": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "128" ], - "x-ms-client-request-id": [ "02f17d99-b197-4178-9a78-1fe71ea20803" ], + "x-ms-client-request-id": [ "7d10d439-9c5f-42a8-bebc-34526976c70f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1634,32 +1637,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a03d8319-3d8d-488a-879d-6633eeff7a78" ], + "x-ms-request-id": [ "cd4a57dc-9b6e-4826-b8ac-ee9f153af3a4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11975" ], - "x-ms-correlation-request-id": [ "5835b5c5-b20c-4283-9cc6-df2a29082c2b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004425Z:5835b5c5-b20c-4283-9cc6-df2a29082c2b" ], + "x-ms-correlation-request-id": [ "464a3bce-d118-488d-8e0f-1001f969ca48" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002833Z:464a3bce-d118-488d-8e0f-1001f969ca48" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+42": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+42": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "129" ], - "x-ms-client-request-id": [ "da8cc90f-a9c4-4753-b519-c141653f5001" ], + "x-ms-client-request-id": [ "73f76f38-3635-4cad-bdfe-0b3f97ab58a3" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1675,32 +1678,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "08b67c7e-7992-41dc-ba32-236d6a80a000" ], + "x-ms-request-id": [ "84acd35d-27f1-41e9-917b-3ab5b976a6cb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], - "x-ms-correlation-request-id": [ "2f094332-6703-48f0-8b12-ad6f4647ed3e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004425Z:2f094332-6703-48f0-8b12-ad6f4647ed3e" ], + "x-ms-correlation-request-id": [ "3fdf262f-7b46-4a49-b1f6-9e26b62db1f2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002833Z:3fdf262f-7b46-4a49-b1f6-9e26b62db1f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+43": { + "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+43": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "130" ], - "x-ms-client-request-id": [ "4df6e147-52f9-4e5e-9819-ab7ff39e6b5b" ], + "x-ms-client-request-id": [ "cc666a3e-8971-4e12-aab7-bb79719385de" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1715,17 +1718,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFA5668935\"" ], + "ETag": [ "\"1D643750F80AA15\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3e725c13-88d2-4aa8-888f-77478dcba174" ], + "x-ms-request-id": [ "7779a7cd-b3b2-4f12-b62c-8c892416f94b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "48de3c69-3c55-445b-befe-ff351711245b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004428Z:48de3c69-3c55-445b-befe-ff351711245b" ], + "x-ms-correlation-request-id": [ "395eb063-ffe4-408e-aec9-00c0a8ba2c68" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002836Z:395eb063-ffe4-408e-aec9-00c0a8ba2c68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:28 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:36 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/Functions/test/New-AzFunctionApp.Recording.json b/src/Functions/test/New-AzFunctionApp.Recording.json index e9d51ff36113..7963ae15fd12 100644 --- a/src/Functions/test/New-AzFunctionApp.Recording.json +++ b/src/Functions/test/New-AzFunctionApp.Recording.json @@ -1,9 +1,9 @@ { - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-CustomImage-7pb0sou6jl\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-CustomImage-s9wytca2x7\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -17,15 +17,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a1809247-ba77-447b-8983-0a0b38d0ce4f" ], + "x-ms-request-id": [ "a8c060da-8fac-4969-8cfc-02f859b7a208" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], - "x-ms-correlation-request-id": [ "01c8fb2c-b3b1-42fc-a0b0-a3b4143ae8a6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004430Z:01c8fb2c-b3b1-42fc-a0b0-a3b4143ae8a6" ], + "x-ms-correlation-request-id": [ "8c64e96b-d746-4607-81cb-bf103713dd47" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002837Z:8c64e96b-d746-4607-81cb-bf103713dd47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -35,14 +35,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "132" ], - "x-ms-client-request-id": [ "00b9dbef-0320-4031-9bef-a92efc080e2e" ], + "x-ms-client-request-id": [ "04d5fe3a-ea0d-482d-a353-067d2439e51f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "233e9191-e677-44a9-8c5f-75de61bbb96d" ], + "x-ms-request-id": [ "1f77b4b6-70d4-4c14-9b44-4744e6d18f65" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], - "x-ms-correlation-request-id": [ "3515ffe7-fbbd-4d79-8315-e68d99cadf15" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004430Z:3515ffe7-fbbd-4d79-8315-e68d99cadf15" ], + "x-ms-correlation-request-id": [ "76ddb337-c1ef-4cad-90e1-b8a4d571c375" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002837Z:76ddb337-c1ef-4cad-90e1-b8a4d571c375" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "133" ], - "x-ms-client-request-id": [ "32b4fbce-7184-4274-946f-2fed87e67f46" ], + "x-ms-client-request-id": [ "92e9250e-9772-4bc8-8374-8d90133bf386" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "968cdd87-3591-4451-9b26-4440c356175c" ], + "x-ms-request-id": [ "7f1c6579-2cd1-495b-9687-4df9f6dcd5d1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], - "x-ms-correlation-request-id": [ "110ca4e3-6f41-48ee-9fb8-ba5d8887b5d8" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004430Z:110ca4e3-6f41-48ee-9fb8-ba5d8887b5d8" ], + "x-ms-correlation-request-id": [ "56996a08-92e7-4610-a85b-9f3f8b18d4fa" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:56996a08-92e7-4610-a85b-9f3f8b18d4fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "134" ], - "x-ms-client-request-id": [ "39de4423-135c-405d-b1e6-29b212f99fd9" ], + "x-ms-client-request-id": [ "72124858-a2f8-4036-9c44-d15412553e35" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,32 +140,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "862d736d-8d97-4748-a27a-5305ca2359d1" ], + "x-ms-request-id": [ "89f33003-6b19-45e0-bf20-5135e34c29b0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], - "x-ms-correlation-request-id": [ "a2ae275e-2ff7-4c5a-b91f-c9e05b3dd328" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004430Z:a2ae275e-2ff7-4c5a-b91f-c9e05b3dd328" ], + "x-ms-correlation-request-id": [ "d4caf3c9-ab6f-49a2-9663-0b44293aaae8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:d4caf3c9-ab6f-49a2-9663-0b44293aaae8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:37 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "135" ], - "x-ms-client-request-id": [ "37f0f38b-818d-4426-ab6e-40e4249c7af7" ], + "x-ms-client-request-id": [ "a1f0165d-725e-46b0-b116-f1b614f0da35" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -181,32 +181,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "035caaf4-1a10-45d2-aad5-db57658f722b" ], + "x-ms-request-id": [ "561e8acb-ce9c-4717-8a3a-e5a28ca1d55e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], - "x-ms-correlation-request-id": [ "10c7e707-7f6c-497e-bd46-311883aa1cd9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004430Z:10c7e707-7f6c-497e-bd46-311883aa1cd9" ], + "x-ms-correlation-request-id": [ "aad5120b-922c-4054-bcc3-d8e5750e5fa3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:aad5120b-922c-4054-bcc3-d8e5750e5fa3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "136" ], - "x-ms-client-request-id": [ "7e76eca8-ee84-41f5-9f7d-6823455ba43b" ], + "x-ms-client-request-id": [ "08e54aa8-8b57-4612-bd68-ffe1cb4bbe75" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -222,32 +222,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "53c010a5-f65d-4411-b366-6a26c97ad9db" ], + "x-ms-request-id": [ "86c150c4-a125-4d54-ab11-d3940d8ba25c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], - "x-ms-correlation-request-id": [ "90270545-86f6-4456-93a4-5081aff7f890" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004431Z:90270545-86f6-4456-93a4-5081aff7f890" ], + "x-ms-correlation-request-id": [ "c59ecea6-7e99-47bd-844e-d32591bb0281" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:c59ecea6-7e99-47bd-844e-d32591bb0281" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "137" ], - "x-ms-client-request-id": [ "d2492715-6813-459f-a85e-baff5b4d0165" ], + "x-ms-client-request-id": [ "53fec48a-d541-4238-b681-909d7405a533" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -262,31 +262,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "1122df4e-4780-443c-9c23-73c37b09732d" ], + "x-ms-request-id": [ "b9681983-4c90-40da-82cf-8ae31705b2d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11914" ], - "x-ms-correlation-request-id": [ "08efe137-f70b-423a-b909-186ab093a821" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004431Z:08efe137-f70b-423a-b909-186ab093a821" ], + "x-ms-correlation-request-id": [ "1267989b-0608-4bb9-845c-af3c0b70731f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002838Z:1267989b-0608-4bb9-845c-af3c0b70731f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "138" ], - "x-ms-client-request-id": [ "1feca57f-f238-43c3-82fc-e8472de97649" ], + "x-ms-client-request-id": [ "9ebe0136-827d-432d-ac1e-68fba44ec31d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -301,27 +301,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "00cb11df-d662-4cef-8723-e7f1736d799d" ], + "x-ms-request-id": [ "901f4969-5733-49bb-9719-bf9966f76b80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11994" ], - "x-ms-correlation-request-id": [ "f1c62b6c-e155-4651-b167-8b0237e9bef1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004431Z:f1c62b6c-e155-4651-b167-8b0237e9bef1" ], + "x-ms-correlation-request-id": [ "3d908f4d-bfb9-4888-b6d7-12548ca545e6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002839Z:3d908f4d-bfb9-4888-b6d7-12548ca545e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:28:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-CustomImage-7pb0sou6jl?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-CustomImage-s9wytca2x7?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-CustomImage-7pb0sou6jl?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-CustomImage-s9wytca2x7?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -335,7 +335,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d6684e93-0967-4c91-b02c-2f0dd1032f64" ], + "x-ms-request-id": [ "9093c6b2-272a-4b44-a982-c1e4bb22c1c6" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -343,23 +343,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-correlation-request-id": [ "a18f7a85-28a7-494a-9220-42924e360bcb" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004434Z:a18f7a85-28a7-494a-9220-42924e360bcb" ], - "Date": [ "Wed, 13 May 2020 00:44:33 GMT" ] + "x-ms-correlation-request-id": [ "1a172a82-fc44-4af8-8df0-4614cf2e2d7b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002842Z:1a172a82-fc44-4af8-8df0-4614cf2e2d7b" ], + "Date": [ "Tue, 16 Jun 2020 00:28:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-CustomImage-7pb0sou6jl\",\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08002436-0000-0300-0000-5ebb42f00000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-CustomImage-7pb0sou6jl\",\"AppId\":\"5ab55f3d-7219-4fd2-9933-428749a6e251\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"a13423b8-6dc5-40e2-b82a-176fd48121a7\",\"ConnectionString\":\"InstrumentationKey=a13423b8-6dc5-40e2-b82a-176fd48121a7\",\"Name\":\"Functions-CustomImage-7pb0sou6jl\",\"CreationDate\":\"2020-05-13T00:44:32.8730796+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00006cb9-0000-0300-0000-5ee812390000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-CustomImage-s9wytca2x7\",\"AppId\":\"0b270b1c-3feb-4ba8-bc99-925c171669e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"ConnectionString\":\"InstrumentationKey=bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"Name\":\"Functions-CustomImage-s9wytca2x7\",\"CreationDate\":\"2020-06-16T00:28:41.2607902+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp,linux,container\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DOCKER_CUSTOM_IMAGE_NAME\",\r\n \"value\": \"divyag2411/test:customcontainer\"\r\n },\r\n {\r\n \"name\": \"FUNCTION_APP_EDIT_MODE\",\r\n \"value\": \"readOnly\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customimage-7pb0sou6jl\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"a13423b8-6dc5-40e2-b82a-176fd48121a7\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"DOCKER|divyag2411/test:customcontainer\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux,container\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DOCKER_CUSTOM_IMAGE_NAME\",\r\n \"value\": \"divyag2411/test:customcontainer\"\r\n },\r\n {\r\n \"name\": \"FUNCTION_APP_EDIT_MODE\",\r\n \"value\": \"readOnly\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customimage-s9wytca2x7\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"bc63fb88-38f2-4b52-8315-2a4fb460dc49\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"DOCKER|divyag2411/test:customcontainer\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -372,34 +372,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFAD7B1E80\"" ], + "ETag": [ "\"1D6437518F32EB5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "effe495a-fecd-467f-bb87-d8253b589266" ], + "x-ms-request-id": [ "56eae248-f095-4b82-942b-4da10173d3c5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], - "x-ms-correlation-request-id": [ "4be94842-95a7-4f06-80fe-114c16da1485" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004452Z:4be94842-95a7-4f06-80fe-114c16da1485" ], + "x-ms-correlation-request-id": [ "2d7a91e2-2b4f-4a07-a7e7-44b2948639f9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:2d7a91e2-2b4f-4a07-a7e7-44b2948639f9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:51 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3830" ], + "Content-Length": [ "5783" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl\",\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-7pb0sou6jl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-CustomImage-7pb0sou6jl\",\"repositorySiteName\":\"Functions-CustomImage-7pb0sou6jl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"functions-customimage-7pb0sou6jl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-7pb0sou6jl.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:36.26\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-CustomImage-7pb0sou6jl\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-7pb0sou6jl\\\\$Functions-CustomImage-7pb0sou6jl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-s9wytca2x7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-CustomImage-s9wytca2x7\",\"repositorySiteName\":\"Functions-CustomImage-s9wytca2x7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-s9wytca2x7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:45.8066667\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-s9wytca2x7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-s9wytca2x7\\\\$Functions-CustomImage-s9wytca2x7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "141" ], - "x-ms-client-request-id": [ "ac906de6-af76-43fb-a808-010581863de2" ], + "x-ms-client-request-id": [ "429d8c35-1106-4ea0-b430-561d02680fe7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -414,34 +414,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFAD7B1E80\"" ], + "ETag": [ "\"1D6437518F32EB5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2ff02845-bcce-4395-a139-55d1c9cade14" ], + "x-ms-request-id": [ "d2797e2a-4d9c-4646-a336-235670a1b33c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11913" ], - "x-ms-correlation-request-id": [ "76c7034a-e4cf-44fd-ad0e-c0056d2ffd05" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004452Z:76c7034a-e4cf-44fd-ad0e-c0056d2ffd05" ], + "x-ms-correlation-request-id": [ "79c3bfaf-4d0a-4e31-b3f5-01b9aca96517" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:79c3bfaf-4d0a-4e31-b3f5-01b9aca96517" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:51 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3828" ], + "Content-Length": [ "5583" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl\",\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-7pb0sou6jl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-CustomImage-7pb0sou6jl\",\"repositorySiteName\":\"Functions-CustomImage-7pb0sou6jl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"functions-customimage-7pb0sou6jl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-7pb0sou6jl.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:36.84\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-CustomImage-7pb0sou6jl\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-7pb0sou6jl\\\\$Functions-CustomImage-7pb0sou6jl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-s9wytca2x7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-CustomImage-s9wytca2x7\",\"repositorySiteName\":\"Functions-CustomImage-s9wytca2x7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-s9wytca2x7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:46.2833333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-s9wytca2x7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-s9wytca2x7\\\\$Functions-CustomImage-s9wytca2x7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "142" ], - "x-ms-client-request-id": [ "58bdf39e-73db-4a61-b3a6-0a5e955216d4" ], + "x-ms-client-request-id": [ "ba6d2b3c-f4d2-47e7-a6b1-508bbaeedee5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -457,32 +457,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e499512b-2a14-4361-b3b6-fed60e0cc846" ], + "x-ms-request-id": [ "a7c04bf9-bbd7-4c52-9911-ad9f405e5181" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11974" ], - "x-ms-correlation-request-id": [ "703cde26-385e-4a1f-a88c-ea1c90d60c9b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004452Z:703cde26-385e-4a1f-a88c-ea1c90d60c9b" ], + "x-ms-correlation-request-id": [ "bd88c221-711c-482b-b2bc-cc55d55d4185" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:bd88c221-711c-482b-b2bc-cc55d55d4185" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:52 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1196" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-7pb0sou6jl\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"a13423b8-6dc5-40e2-b82a-176fd48121a7\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-s9wytca2x7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "143" ], - "x-ms-client-request-id": [ "0e2e73f1-5af7-40da-a7b7-396c702b658e" ], + "x-ms-client-request-id": [ "02285292-3116-4749-9f4f-2f4042b8e263" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -498,32 +498,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0a06c954-6d9d-44f1-aab7-ce1d37537e88" ], + "x-ms-request-id": [ "abf30f0d-b045-4b12-8931-e6704873dfea" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11912" ], - "x-ms-correlation-request-id": [ "f6f32acd-43de-4332-9c79-9a16c28ff75c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004452Z:f6f32acd-43de-4332-9c79-9a16c28ff75c" ], + "x-ms-correlation-request-id": [ "55bc2a83-3c26-40d3-bb0f-d0f7b3ebc9ef" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002902Z:55bc2a83-3c26-40d3-bb0f-d0f7b3ebc9ef" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:52 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3328" ], + "Content-Length": [ "3360" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/web\",\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-7pb0sou6jl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-s9wytca2x7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "144" ], - "x-ms-client-request-id": [ "36b96207-a088-4271-b447-631a457d227e" ], + "x-ms-client-request-id": [ "1bd83832-7b1d-419a-b6d5-86a5528d6cbf" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -538,34 +538,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFAD7B1E80\"" ], + "ETag": [ "\"1D6437518F32EB5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4da88a0e-281b-4e35-b1ff-fd72c3a5119b" ], + "x-ms-request-id": [ "d4ea5416-3633-48a5-8688-467d8b51131a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11911" ], - "x-ms-correlation-request-id": [ "01a6091b-02c0-42d7-8032-5a08c9c9852e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004452Z:01a6091b-02c0-42d7-8032-5a08c9c9852e" ], + "x-ms-correlation-request-id": [ "4aba3dc5-12a6-41af-b0e7-bd96a28b12f8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002903Z:4aba3dc5-12a6-41af-b0e7-bd96a28b12f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:52 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3828" ], + "Content-Length": [ "5583" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl\",\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-7pb0sou6jl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-CustomImage-7pb0sou6jl\",\"repositorySiteName\":\"Functions-CustomImage-7pb0sou6jl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"functions-customimage-7pb0sou6jl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-7pb0sou6jl.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:44:36.84\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-CustomImage-7pb0sou6jl\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-7pb0sou6jl\\\\$Functions-CustomImage-7pb0sou6jl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-customimage-7pb0sou6jl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-s9wytca2x7\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-CustomImage-s9wytca2x7\",\"repositorySiteName\":\"Functions-CustomImage-s9wytca2x7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"functions-customimage-s9wytca2x7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOCKER|divyag2411/test:customcontainer\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-s9wytca2x7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:28:46.2833333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-CustomImage-s9wytca2x7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux,container\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-CustomImage-s9wytca2x7\\\\$Functions-CustomImage-s9wytca2x7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-customimage-s9wytca2x7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "145" ], - "x-ms-client-request-id": [ "c5abda55-7cc3-465a-9a05-3535931be973" ], + "x-ms-client-request-id": [ "c2dc97b6-6bab-4216-bc7c-9d9392f8b2b6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -581,32 +581,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "57b34d6e-07df-42be-9f91-9ff005a5439f" ], + "x-ms-request-id": [ "aaf6d83c-1ca4-44f4-9c17-2e58b9db42c9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11973" ], - "x-ms-correlation-request-id": [ "9f0013d3-20f0-4a58-940a-634c71679746" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004453Z:9f0013d3-20f0-4a58-940a-634c71679746" ], + "x-ms-correlation-request-id": [ "5bce8d33-3866-40ee-8bd4-2a884de797d4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002903Z:5bce8d33-3866-40ee-8bd4-2a884de797d4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:52 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1196" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-7pb0sou6jl\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"a13423b8-6dc5-40e2-b82a-176fd48121a7\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"DOCKER_CUSTOM_IMAGE_NAME\":\"divyag2411/test:customcontainer\",\"FUNCTION_APP_EDIT_MODE\":\"readOnly\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"false\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-s9wytca2x7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "146" ], - "x-ms-client-request-id": [ "57610cd2-905a-45ae-aade-028b9f79f127" ], + "x-ms-client-request-id": [ "c9883f33-f4a4-4a73-b5c0-01624b50b6e5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -622,32 +622,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "24c91169-4f8f-4bbc-ba45-e9470b0e6ce9" ], + "x-ms-request-id": [ "d06662f3-9538-43dc-a021-73a43e646a09" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], - "x-ms-correlation-request-id": [ "8bf025d9-c8ae-4ca2-a0df-93a0afbd95a3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004453Z:8bf025d9-c8ae-4ca2-a0df-93a0afbd95a3" ], + "x-ms-correlation-request-id": [ "ce730cd8-eea9-42b1-8184-05dc96edb7dd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002903Z:ce730cd8-eea9-42b1-8184-05dc96edb7dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:52 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3328" ], + "Content-Length": [ "3360" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl/config/web\",\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-7pb0sou6jl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7/config/web\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-CustomImage-s9wytca2x7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+CustomDockerImage+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+CustomDockerImage+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01+17": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-CustomImage-7pb0sou6jl?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-CustomImage-s9wytca2x7?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "147" ], - "x-ms-client-request-id": [ "de7510da-2353-41fe-a6a6-b4f87623f097" ], + "x-ms-client-request-id": [ "b1cc5636-3aff-454b-86aa-ebdf69eda6bf" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -662,17 +662,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFAD7B1E80\"" ], + "ETag": [ "\"1D6437518F32EB5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "388e8b01-0c91-4611-95c6-3e91a53bf17f" ], + "x-ms-request-id": [ "cb6d1e1a-0c71-42e1-aa57-54b59875a8b3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-correlation-request-id": [ "0e81c0b3-920c-4d00-87db-7fb4e4654559" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004455Z:0e81c0b3-920c-4d00-87db-7fb4e4654559" ], + "x-ms-correlation-request-id": [ "342edded-3a31-47ea-8a2c-ee46c0089fe3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002905Z:342edded-3a31-47ea-8a2c-ee46c0089fe3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -681,11 +681,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -699,15 +699,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9c1a5026-34ae-4f89-809d-8adcfc186c39" ], + "x-ms-request-id": [ "cd8890a0-8f27-4b9f-af02-5400c03c4090" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], - "x-ms-correlation-request-id": [ "40e07596-83b2-4ae1-a9be-01d2cc0029d3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004455Z:40e07596-83b2-4ae1-a9be-01d2cc0029d3" ], + "x-ms-correlation-request-id": [ "8f2363c7-64d8-4cac-9925-e7bbfeb1033d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002905Z:8f2363c7-64d8-4cac-9925-e7bbfeb1033d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -717,14 +717,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "149" ], - "x-ms-client-request-id": [ "f7161fa5-6b27-43d4-8790-d4bf82636c3f" ], + "x-ms-client-request-id": [ "e1d3b332-1817-4e2c-8789-b4e0cec61758" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -740,32 +740,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d8bc970e-7aec-45aa-99e3-78b2efa33f54" ], + "x-ms-request-id": [ "3b35dc4a-a070-4e83-a276-49eccec1ce75" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], - "x-ms-correlation-request-id": [ "d7deeca2-1a0b-4c51-9c75-e153b12c1474" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004456Z:d7deeca2-1a0b-4c51-9c75-e153b12c1474" ], + "x-ms-correlation-request-id": [ "f1a7971d-cac5-4a56-8840-77f160d3fea8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002905Z:f1a7971d-cac5-4a56-8840-77f160d3fea8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "150" ], - "x-ms-client-request-id": [ "5c8ff5ba-c843-4a74-9ff7-6aec7838eff1" ], + "x-ms-client-request-id": [ "7e4b2998-94a9-469d-9746-92cef6812844" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -780,31 +780,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "166481ab-6175-45e2-94f9-9ab2b3d81fb3" ], + "x-ms-request-id": [ "95154074-3691-4b4a-8904-bfcaafb125ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "7f95413d-e555-4158-bc1f-63365f6e19ea" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004456Z:7f95413d-e555-4158-bc1f-63365f6e19ea" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], + "x-ms-correlation-request-id": [ "b4922117-7c24-46c4-9d65-f4d0e1367b06" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002906Z:b4922117-7c24-46c4-9d65-f4d0e1367b06" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "151" ], - "x-ms-client-request-id": [ "07fac488-9454-450c-b2aa-fa7dd3b5ad45" ], + "x-ms-client-request-id": [ "a8c8ecd3-5e56-42e5-8b6a-7d77c80dfdd8" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -819,27 +819,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "81e9b1ed-69eb-418f-941e-e5f04a1b6701" ], + "x-ms-request-id": [ "bfe5a099-a660-4a18-985d-8d251f8c88ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11993" ], - "x-ms-correlation-request-id": [ "54395eb3-6e7e-4c4b-a528-d685a037028c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004456Z:54395eb3-6e7e-4c4b-a528-d685a037028c" ], + "x-ms-correlation-request-id": [ "2f6339cb-809a-4f16-ab69-a2faff75510d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002906Z:2f6339cb-809a-4f16-ab69-a2faff75510d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -853,7 +853,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "339b1e0e-a33d-4b1e-a521-36d70b250a19" ], + "x-ms-request-id": [ "ac9e3d5e-0274-49e5-b60a-5815d0ee59c7" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -861,23 +861,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "a0c9ab45-7bcd-43e0-af36-edd4e32a41ec" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004458Z:a0c9ab45-7bcd-43e0-af36-edd4e32a41ec" ], - "Date": [ "Wed, 13 May 2020 00:44:58 GMT" ] + "x-ms-correlation-request-id": [ "381826f5-5150-4515-9d89-219fb6550ec1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:381826f5-5150-4515-9d89-219fb6550ec1" ], + "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08003536-0000-0300-0000-5ebb43090000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00008ab9-0000-0300-0000-5ee8127a0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -891,15 +891,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "be79c6d4-be6e-475d-9149-a39d41784c1c" ], + "x-ms-request-id": [ "11098a99-a97c-4c02-8717-378f8485b249" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], - "x-ms-correlation-request-id": [ "8959dbef-1234-44dd-9019-92b037dbe422" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004458Z:8959dbef-1234-44dd-9019-92b037dbe422" ], + "x-ms-correlation-request-id": [ "bbcae4d0-4503-47fc-8803-38e17ae762ba" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:bbcae4d0-4503-47fc-8803-38e17ae762ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -909,14 +909,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "154" ], - "x-ms-client-request-id": [ "d4bf6dd1-f625-4b6c-a0fe-d1cabbc76df8" ], + "x-ms-client-request-id": [ "1b7f698b-dc27-459f-8e77-56d88f5fbad2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -932,32 +932,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0a803a1f-bec8-423e-8dd5-82c7673e3dba" ], + "x-ms-request-id": [ "bad2c3eb-1bee-4c8b-b023-2847dc3eb3da" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], - "x-ms-correlation-request-id": [ "86430582-eef0-4c76-9f6e-5e14afcf3ff4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004458Z:86430582-eef0-4c76-9f6e-5e14afcf3ff4" ], + "x-ms-correlation-request-id": [ "23ec9471-bfc9-4c2a-88c7-1e7d086f5a31" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:23ec9471-bfc9-4c2a-88c7-1e7d086f5a31" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "155" ], - "x-ms-client-request-id": [ "ad8ab0e6-9d5c-48e9-8ffe-c349f13134a5" ], + "x-ms-client-request-id": [ "34c4d637-e208-4725-b5f8-2aa891b22663" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -972,31 +972,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d1bf281b-54ed-4260-8373-be16f6184759" ], + "x-ms-request-id": [ "c78738d9-42de-4143-ad12-2c5461b10680" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], - "x-ms-correlation-request-id": [ "0e99e8a5-0121-4105-81df-5ecc79f2a045" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004458Z:0e99e8a5-0121-4105-81df-5ecc79f2a045" ], + "x-ms-correlation-request-id": [ "6eb2930e-3015-4f9f-be7e-33bc09ad8c30" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002947Z:6eb2930e-3015-4f9f-be7e-33bc09ad8c30" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "156" ], - "x-ms-client-request-id": [ "9b24d3a0-bbe1-4935-a04b-f5b98f3e93d9" ], + "x-ms-client-request-id": [ "76557dfc-93df-4a1c-ad2d-f62bbbd6f028" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1011,27 +1011,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "324beeee-90d0-4eb2-99f0-35c3836562e2" ], + "x-ms-request-id": [ "b38d76d2-19a7-4866-99c2-de9f1510044d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11992" ], - "x-ms-correlation-request-id": [ "a1fdabda-818d-413f-8171-3cfe4adffcbf" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004459Z:a1fdabda-818d-413f-8171-3cfe4adffcbf" ], + "x-ms-correlation-request-id": [ "8a24b42d-775e-4d18-a5cf-bb6266df6362" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002948Z:8a24b42d-775e-4d18-a5cf-bb6266df6362" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:44:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1045,7 +1045,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "bff27f6e-c0cc-44d2-a0b5-ea4dfb98add7" ], + "x-ms-request-id": [ "7a311161-9409-4bf4-9ed4-8a4e6ac438d3" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1053,23 +1053,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "ea150f7c-8e4e-4226-add6-bc6e99571727" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004500Z:ea150f7c-8e4e-4226-add6-bc6e99571727" ], - "Date": [ "Wed, 13 May 2020 00:45:00 GMT" ] + "x-ms-correlation-request-id": [ "7999fddf-a780-47b2-b950-0e658a8d947c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:7999fddf-a780-47b2-b950-0e658a8d947c" ], + "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08003a36-0000-0300-0000-5ebb430b0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00008db9-0000-0300-0000-5ee8127c0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1083,15 +1083,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ecf8e6a8-3651-416a-9aba-dc33105975ff" ], + "x-ms-request-id": [ "4863d338-b1e9-484a-91d4-86eb326ec3c8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], - "x-ms-correlation-request-id": [ "712cf1d2-11b0-45ec-a4be-7204f9943cb2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004500Z:712cf1d2-11b0-45ec-a4be-7204f9943cb2" ], + "x-ms-correlation-request-id": [ "925b9bab-dd9e-45a6-bd15-a242b509adc6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:925b9bab-dd9e-45a6-bd15-a242b509adc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1101,14 +1101,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "159" ], - "x-ms-client-request-id": [ "634bcb44-5fa8-4345-9b63-434f31ed3c4e" ], + "x-ms-client-request-id": [ "b5ba3698-109d-4cc7-a968-b08835e6787b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1124,32 +1124,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8dac3901-edb9-45d4-8912-4ec07eae4184" ], + "x-ms-request-id": [ "b02d9a9b-6871-40c1-987a-04113fa034b8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], - "x-ms-correlation-request-id": [ "e1e03331-6446-45b2-b31e-f7ff8385f846" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004500Z:e1e03331-6446-45b2-b31e-f7ff8385f846" ], + "x-ms-correlation-request-id": [ "091b1373-815b-484a-b338-da2b6d3a5300" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:091b1373-815b-484a-b338-da2b6d3a5300" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "160" ], - "x-ms-client-request-id": [ "e3698a99-659c-4355-8718-e0d80032af48" ], + "x-ms-client-request-id": [ "a6116a50-d5d6-493c-8a20-d69c429d25df" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1164,31 +1164,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "89bbfd52-8fab-4907-9c28-3ed89e221b34" ], + "x-ms-request-id": [ "59b737f0-e883-42fe-be68-03bb6fd6b640" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], - "x-ms-correlation-request-id": [ "dc33019b-bbe7-46ba-97b9-fdf235a2ae36" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004500Z:dc33019b-bbe7-46ba-97b9-fdf235a2ae36" ], + "x-ms-correlation-request-id": [ "e9cf50d2-ba09-443b-89df-2b6cc172a13f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002949Z:e9cf50d2-ba09-443b-89df-2b6cc172a13f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "161" ], - "x-ms-client-request-id": [ "664c7d3e-1b62-4461-b44c-c4f5652de61a" ], + "x-ms-client-request-id": [ "2e4d9e95-ca37-4dc7-84ec-ed73ec5c621e" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1203,27 +1203,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "37be75ff-90d8-4791-8a3e-ed4fb539d76b" ], + "x-ms-request-id": [ "7a293628-49b7-4ff7-96eb-ae670367a9b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11991" ], - "x-ms-correlation-request-id": [ "29e96aeb-57ad-4ed3-8fbb-44fb2c6df671" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004501Z:29e96aeb-57ad-4ed3-8fbb-44fb2c6df671" ], + "x-ms-correlation-request-id": [ "e75c129a-93ee-4509-888d-1b5a1e97ede0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T002950Z:e75c129a-93ee-4509-888d-1b5a1e97ede0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:29:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 2 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1237,7 +1237,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5c132373-4202-40ce-afe3-391cb71d9d08" ], + "x-ms-request-id": [ "67ef0d84-112d-4474-a435-38d3e792c4aa" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1245,23 +1245,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-correlation-request-id": [ "d636c75d-780f-496f-ae5b-93d2249cbab0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004502Z:d636c75d-780f-496f-ae5b-93d2249cbab0" ], - "Date": [ "Wed, 13 May 2020 00:45:01 GMT" ] + "x-ms-correlation-request-id": [ "3a7c30e2-82a4-4d31-82d4-7323be817ce8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003039Z:3a7c30e2-82a4-4d31-82d4-7323be817ce8" ], + "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08004136-0000-0300-0000-5ebb430d0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000099b9-0000-0300-0000-5ee8127e0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1275,15 +1275,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a037fb86-8647-4811-8b69-c4c2e2db56b5" ], + "x-ms-request-id": [ "99793185-d68a-4e15-aaa5-f489d4e8bff4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], - "x-ms-correlation-request-id": [ "f34754a3-858e-4955-beaa-34aaa1682727" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004502Z:f34754a3-858e-4955-beaa-34aaa1682727" ], + "x-ms-correlation-request-id": [ "0e1be2a5-a885-4ea1-ad81-1b43063a5a4f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:0e1be2a5-a885-4ea1-ad81-1b43063a5a4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1293,14 +1293,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "164" ], - "x-ms-client-request-id": [ "a7c9d9f1-4b3b-4bf2-980b-04a32bb2ce26" ], + "x-ms-client-request-id": [ "defb32fd-4682-4169-92ae-c79dde5a5617" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1316,32 +1316,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f71473f5-6b19-4ce8-b953-b83191cfc1f1" ], + "x-ms-request-id": [ "a3204025-b2d1-4b64-a768-5675b2fa5aac" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], - "x-ms-correlation-request-id": [ "cdfeae71-08eb-462d-ab5e-3ca8ebfc9709" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004502Z:cdfeae71-08eb-462d-ab5e-3ca8ebfc9709" ], + "x-ms-correlation-request-id": [ "7bb385c6-ceea-4797-b553-d964b8152035" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:7bb385c6-ceea-4797-b553-d964b8152035" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "165" ], - "x-ms-client-request-id": [ "56dba67f-5b9b-4e62-8ad3-3fac963b947f" ], + "x-ms-client-request-id": [ "778f0521-61cc-4eb7-9508-2cd8107df542" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1356,31 +1356,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9a61f4a0-9b6e-4b43-9811-a8b4c0fc3ace" ], + "x-ms-request-id": [ "2b0cfb3f-d4a3-4121-a966-637afa03a340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], - "x-ms-correlation-request-id": [ "d721ed87-dccd-4ae9-a082-46b285d5feb4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004502Z:d721ed87-dccd-4ae9-a082-46b285d5feb4" ], + "x-ms-correlation-request-id": [ "30c84244-e63b-4f78-963e-2bc3f4a5c975" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:30c84244-e63b-4f78-963e-2bc3f4a5c975" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "166" ], - "x-ms-client-request-id": [ "b0b5fd65-63f7-48f1-83d3-97e682f6a920" ], + "x-ms-client-request-id": [ "4c626ae0-412b-4cf4-be91-1b6f7cccb22c" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1395,27 +1395,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "df21e053-b82d-4513-b267-f9a96a5d5607" ], + "x-ms-request-id": [ "47f418ab-095f-4e32-bd00-f74fcfe31888" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11990" ], - "x-ms-correlation-request-id": [ "5c9a1e1e-eaa4-4c15-add5-4d3a536c6851" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004502Z:5c9a1e1e-eaa4-4c15-add5-4d3a536c6851" ], + "x-ms-correlation-request-id": [ "2f288e7a-1bd3-4624-8b02-08fd514bc208" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003040Z:2f288e7a-1bd3-4624-8b02-08fd514bc208" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1429,7 +1429,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "cd4a51db-1246-458b-a132-27bdb7f034c2" ], + "x-ms-request-id": [ "5d55abce-1b17-4344-a75b-3516794d65a0" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1437,23 +1437,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-correlation-request-id": [ "a6620f1d-2342-4de9-8a2c-d917efbe8b9a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004504Z:a6620f1d-2342-4de9-8a2c-d917efbe8b9a" ], - "Date": [ "Wed, 13 May 2020 00:45:03 GMT" ] + "x-ms-correlation-request-id": [ "5718e085-752a-439a-91e1-0ab9c24a5ac1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003041Z:5718e085-752a-439a-91e1-0ab9c24a5ac1" ], + "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08004436-0000-0300-0000-5ebb430f0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ceb9-0000-0300-0000-5ee812b10000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1467,15 +1467,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ae892d93-6fc8-4f6c-95a2-0d056fae0828" ], + "x-ms-request-id": [ "f31c3f64-7a0c-49a2-aee9-50e7ca893300" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], - "x-ms-correlation-request-id": [ "e82000f1-4428-48e1-bd28-d69f0dab057c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004504Z:e82000f1-4428-48e1-bd28-d69f0dab057c" ], + "x-ms-correlation-request-id": [ "d0a53f89-2a14-4520-b946-4ecc3e485b1d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003041Z:d0a53f89-2a14-4520-b946-4ecc3e485b1d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:03 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1485,14 +1485,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "169" ], - "x-ms-client-request-id": [ "e66df36b-8333-43be-afbc-c985144d87c8" ], + "x-ms-client-request-id": [ "0b1ef608-48af-4cdd-a224-85917dfc58b2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1508,32 +1508,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b6e835b2-9fec-4583-aac5-7791e397ab14" ], + "x-ms-request-id": [ "d09077e6-bf38-406f-bf78-0e24a8b7c707" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], - "x-ms-correlation-request-id": [ "a620c342-612c-4dd8-bcb3-877c8c970222" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004504Z:a620c342-612c-4dd8-bcb3-877c8c970222" ], + "x-ms-correlation-request-id": [ "621ec995-6749-42aa-baea-3b35f4d6eee7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003042Z:621ec995-6749-42aa-baea-3b35f4d6eee7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:03 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "170" ], - "x-ms-client-request-id": [ "93a990ab-3499-4f49-a7a1-db58cfc17f0a" ], + "x-ms-client-request-id": [ "6f4642c1-5c24-4d00-a71f-ad15fdd76f30" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1548,31 +1548,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e734d4a6-21da-4ad8-9059-b03553233762" ], + "x-ms-request-id": [ "17fae792-9d72-4152-b7e8-54c2cc98ef04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11895" ], - "x-ms-correlation-request-id": [ "9c238739-3320-4d6c-b13c-52ecb785831e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004504Z:9c238739-3320-4d6c-b13c-52ecb785831e" ], + "x-ms-correlation-request-id": [ "d4bdaf4a-ad2c-4ae6-bd6f-25e3f4e6f85b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003042Z:d4bdaf4a-ad2c-4ae6-bd6f-25e3f4e6f85b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:03 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "171" ], - "x-ms-client-request-id": [ "e641529f-f3de-4e63-abf4-01aa21cb8f7b" ], + "x-ms-client-request-id": [ "617596a6-fba2-4a55-ad61-f3049682af6e" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1587,27 +1587,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "1346b01e-52f9-4f08-9246-f933275c3be3" ], + "x-ms-request-id": [ "c93e92df-267d-4b42-8d61-3383a3dd5b82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11989" ], - "x-ms-correlation-request-id": [ "4dfdaadb-e69e-4a65-b9fb-18a54f7be99f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004504Z:4dfdaadb-e69e-4a65-b9fb-18a54f7be99f" ], + "x-ms-correlation-request-id": [ "c01c6605-f6e0-4faa-9f7a-2f5744157738" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003042Z:c01c6605-f6e0-4faa-9f7a-2f5744157738" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:04 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1621,7 +1621,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4b9b6824-eb0d-4eb2-830c-50b5f6a328b1" ], + "x-ms-request-id": [ "ab6d7894-2eb1-4b52-bd96-182223586bed" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1629,23 +1629,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], - "x-ms-correlation-request-id": [ "d969b74f-dff3-4f2b-99a6-448da2264a2d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004505Z:d969b74f-dff3-4f2b-99a6-448da2264a2d" ], - "Date": [ "Wed, 13 May 2020 00:45:05 GMT" ] + "x-ms-correlation-request-id": [ "e8f23abb-227b-4ef8-89c7-6a0d14101f8a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003043Z:e8f23abb-227b-4ef8-89c7-6a0d14101f8a" ], + "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08004936-0000-0300-0000-5ebb43100000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d1b9-0000-0300-0000-5ee812b20000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1659,15 +1659,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "90d5bfde-9190-4bbe-857d-695687c0fa84" ], + "x-ms-request-id": [ "1dd5282c-87b2-4745-8201-76215a431dab" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], - "x-ms-correlation-request-id": [ "15e956ff-a730-4f7b-bd9a-ba176a185b4f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004505Z:15e956ff-a730-4f7b-bd9a-ba176a185b4f" ], + "x-ms-correlation-request-id": [ "8d24bdaf-05f8-4324-91a1-3fbc2d0fe7a0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003043Z:8d24bdaf-05f8-4324-91a1-3fbc2d0fe7a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1677,14 +1677,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "174" ], - "x-ms-client-request-id": [ "6178b25b-c326-424b-971c-652c41ef7ea9" ], + "x-ms-client-request-id": [ "607ac8d2-a5bd-4bb3-bd3b-e34b4a537dce" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1700,32 +1700,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dc117877-d19b-4714-87d3-3efd37360c83" ], + "x-ms-request-id": [ "8cf663e2-cadd-443d-8d88-81d03d66be2e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], - "x-ms-correlation-request-id": [ "f29e2e3f-ed58-4d66-9d7d-918f2931f49e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004506Z:f29e2e3f-ed58-4d66-9d7d-918f2931f49e" ], + "x-ms-correlation-request-id": [ "8eaddbfa-b4d1-478c-839f-dc4325c778b5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003044Z:8eaddbfa-b4d1-478c-839f-dc4325c778b5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "175" ], - "x-ms-client-request-id": [ "f7f4028c-2a05-499e-b074-3189f2be24d2" ], + "x-ms-client-request-id": [ "c8959169-322d-4c1f-9a05-6921c034763d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1740,31 +1740,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "909c55cd-c27d-43cf-9ed3-5f11e65caac7" ], + "x-ms-request-id": [ "7d126411-ff67-4395-b4cb-3baa9e0ac8ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], - "x-ms-correlation-request-id": [ "ba04c08e-b5f1-46d9-ba8f-61cac63498c4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004506Z:ba04c08e-b5f1-46d9-ba8f-61cac63498c4" ], + "x-ms-correlation-request-id": [ "2d362d80-b1c9-4c75-aeb2-63616085321f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003044Z:2d362d80-b1c9-4c75-aeb2-63616085321f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "176" ], - "x-ms-client-request-id": [ "eff42904-1eb8-4b82-9e21-fb53ea288b90" ], + "x-ms-client-request-id": [ "8a339921-e65d-4806-af1b-7cb44cfd00f4" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1779,27 +1779,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a2d84421-244b-45f9-8173-2490337cddb6" ], + "x-ms-request-id": [ "247bbadf-1341-4fb0-9886-bf193d32d7d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11988" ], - "x-ms-correlation-request-id": [ "a27b0f2a-02a6-4d84-b211-0b5f60ee6f02" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004506Z:a27b0f2a-02a6-4d84-b211-0b5f60ee6f02" ], + "x-ms-correlation-request-id": [ "9aecede0-033b-4db4-8e0c-9b36ab91895d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003044Z:9aecede0-033b-4db4-8e0c-9b36ab91895d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -1813,7 +1813,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "1001af09-4103-4b2c-a30c-511abc21d3cf" ], + "x-ms-request-id": [ "f7040531-e3b5-4ac0-bcdc-c755f2179b8a" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -1821,23 +1821,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], - "x-ms-correlation-request-id": [ "bdcd2ee3-d4ec-4bf8-9367-b1e6daaf3bb1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004507Z:bdcd2ee3-d4ec-4bf8-9367-b1e6daaf3bb1" ], - "Date": [ "Wed, 13 May 2020 00:45:06 GMT" ] + "x-ms-correlation-request-id": [ "43bc5a24-372b-45c2-bb83-187911beb6cf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003045Z:43bc5a24-372b-45c2-bb83-187911beb6cf" ], + "Date": [ "Tue, 16 Jun 2020 00:30:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08004a36-0000-0300-0000-5ebb43120000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d2b9-0000-0300-0000-5ee812b40000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1851,15 +1851,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "95c01709-00a6-48d2-a5f2-e7a7ba7e4a1d" ], + "x-ms-request-id": [ "eb447add-d9db-4c58-8046-c03f71c35e37" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], - "x-ms-correlation-request-id": [ "e23399f1-da00-4ead-8de1-e49df4bd5c8c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004507Z:e23399f1-da00-4ead-8de1-e49df4bd5c8c" ], + "x-ms-correlation-request-id": [ "c75ac891-a9e1-43cc-92b7-434bfbb3739c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003045Z:c75ac891-a9e1-43cc-92b7-434bfbb3739c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1869,14 +1869,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "179" ], - "x-ms-client-request-id": [ "9765c85b-bf2a-49c9-b9ff-ab13ec4b9cce" ], + "x-ms-client-request-id": [ "5e15d88c-b732-453c-99f7-3c2a63557eca" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1892,32 +1892,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8560c9a9-54a3-414d-acd0-7c4d9dd9601f" ], + "x-ms-request-id": [ "828a8d64-4396-4bbe-b992-d41ac442ac73" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], - "x-ms-correlation-request-id": [ "3c17343d-d133-4b8d-b861-c0b8dd337239" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004507Z:3c17343d-d133-4b8d-b861-c0b8dd337239" ], + "x-ms-correlation-request-id": [ "8b039000-ee15-408f-9ef0-79d5ef27f1df" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003045Z:8b039000-ee15-408f-9ef0-79d5ef27f1df" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "180" ], - "x-ms-client-request-id": [ "f06919b6-59b9-4e27-8a4d-c6ad2386785d" ], + "x-ms-client-request-id": [ "96610859-a074-4420-8432-a3cb1bad6580" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1932,31 +1932,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c4d0a84f-c81f-4665-9397-6e4b376e0573" ], + "x-ms-request-id": [ "9d7d3f3e-fad5-4fda-a44b-21b8e4718bb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], - "x-ms-correlation-request-id": [ "5cf3e125-d4f7-4278-bf29-6d8d18634f69" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004507Z:5cf3e125-d4f7-4278-bf29-6d8d18634f69" ], + "x-ms-correlation-request-id": [ "1b91e8a7-4f34-4abc-90b7-c30bf62b8c28" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003046Z:1b91e8a7-4f34-4abc-90b7-c30bf62b8c28" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:07 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "181" ], - "x-ms-client-request-id": [ "21d359f8-5a08-405f-a0d9-fabba675070d" ], + "x-ms-client-request-id": [ "90e0dae5-661e-47b9-867b-38c58ca895fd" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1971,27 +1971,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ea23b651-24e7-4dd7-bcc0-399c5c6c6541" ], + "x-ms-request-id": [ "b4c50e49-c49a-4260-b209-8d5b8cbb79f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11987" ], - "x-ms-correlation-request-id": [ "0563e70f-e8aa-4125-afaa-043177995347" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004507Z:0563e70f-e8aa-4125-afaa-043177995347" ], + "x-ms-correlation-request-id": [ "366aca19-97f7-4b92-bb74-31e3e269d63b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003046Z:366aca19-97f7-4b92-bb74-31e3e269d63b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:07 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Python in Functions version 3 for Linux+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2005,7 +2005,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "edc2e24a-20d6-493d-94a0-6d3fd1ddb809" ], + "x-ms-request-id": [ "ef3ef305-ce84-4466-9eda-90f11642cc4a" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2013,23 +2013,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], - "x-ms-correlation-request-id": [ "d1546303-3dd7-4969-9a6a-462be879a9f6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004508Z:d1546303-3dd7-4969-9a6a-462be879a9f6" ], - "Date": [ "Wed, 13 May 2020 00:45:08 GMT" ] + "x-ms-correlation-request-id": [ "c42cb319-6640-4ccb-860a-544007042102" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:c42cb319-6640-4ccb-860a-544007042102" ], + "Date": [ "Tue, 16 Jun 2020 00:30:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08004c36-0000-0300-0000-5ebb43140000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d3b9-0000-0300-0000-5ee812b60000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2043,15 +2043,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dfe023d1-f5ff-4eac-be44-b6ac36e77680" ], + "x-ms-request-id": [ "c5fbe26d-4e5d-47f1-b93c-4a08a34c5730" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], - "x-ms-correlation-request-id": [ "f2cbf6b8-ea8e-4846-9e3b-820486786b90" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004508Z:f2cbf6b8-ea8e-4846-9e3b-820486786b90" ], + "x-ms-correlation-request-id": [ "4cdfc5a3-9db8-4b95-9918-aa50d12ecb1d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:4cdfc5a3-9db8-4b95-9918-aa50d12ecb1d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2061,14 +2061,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "184" ], - "x-ms-client-request-id": [ "bb8bd5f8-4b7a-4881-94ea-0b8144734498" ], + "x-ms-client-request-id": [ "fa1723f4-3434-4d16-b8b8-bce23602d5d4" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2084,32 +2084,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f6682ad9-1857-4929-aa43-aeb08945f5cc" ], + "x-ms-request-id": [ "19e080c8-6abd-4b98-b63e-62682c7a40a6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], - "x-ms-correlation-request-id": [ "c36274e9-6ec3-4340-9892-6aedbef06fed" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004509Z:c36274e9-6ec3-4340-9892-6aedbef06fed" ], + "x-ms-correlation-request-id": [ "f83cd2e2-7597-4370-ab35-1fcfe77ceece" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:f83cd2e2-7597-4370-ab35-1fcfe77ceece" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "185" ], - "x-ms-client-request-id": [ "0eec2c04-627d-448c-bb90-88a01ae37040" ], + "x-ms-client-request-id": [ "cffa2da3-51c7-4a0d-a317-9e3e782ef408" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2124,31 +2124,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f503423d-42a7-4db1-9181-b22ae024206e" ], + "x-ms-request-id": [ "7ad5bc08-d8cf-4656-b73d-08ba3612e845" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], - "x-ms-correlation-request-id": [ "e0f5b596-4a02-4728-bdf1-fde80d09b9d2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004509Z:e0f5b596-4a02-4728-bdf1-fde80d09b9d2" ], + "x-ms-correlation-request-id": [ "9fbd89af-bc4c-4b05-b0af-ffd976ff1896" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:9fbd89af-bc4c-4b05-b0af-ffd976ff1896" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "186" ], - "x-ms-client-request-id": [ "8d72736e-11e3-456f-814b-39923f8a435a" ], + "x-ms-client-request-id": [ "64c98165-c5fa-42ba-bd38-1a0f75665bc5" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2163,27 +2163,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8e24e6d0-2f0d-4c18-8835-4e1251462275" ], + "x-ms-request-id": [ "651a2ca7-c16b-44f4-aa87-c92b24b6326f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11986" ], - "x-ms-correlation-request-id": [ "0fafd64a-59ff-48ab-8df9-325defef9731" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004509Z:0fafd64a-59ff-48ab-8df9-325defef9731" ], + "x-ms-correlation-request-id": [ "7c31099c-6bc5-4818-9802-5ad4177c6cf1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003047Z:7c31099c-6bc5-4818-9802-5ad4177c6cf1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2197,7 +2197,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5a7650c3-c760-47e9-91f8-73b279073ea7" ], + "x-ms-request-id": [ "8278694f-d72d-4260-bd40-05ace0a3180e" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2205,23 +2205,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], - "x-ms-correlation-request-id": [ "f2dc9880-2c0a-4ad4-a6e8-15849485a0af" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004512Z:f2dc9880-2c0a-4ad4-a6e8-15849485a0af" ], - "Date": [ "Wed, 13 May 2020 00:45:11 GMT" ] + "x-ms-correlation-request-id": [ "cc4f2383-b7aa-4a1c-9d5c-c289abaff95a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:cc4f2383-b7aa-4a1c-9d5c-c289abaff95a" ], + "Date": [ "Tue, 16 Jun 2020 00:30:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08004d36-0000-0300-0000-5ebb43160000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d4b9-0000-0300-0000-5ee812b90000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2235,15 +2235,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "96dae29b-ff37-438d-b6b8-acf8d64d8e74" ], + "x-ms-request-id": [ "f9d987f8-841f-4618-b7b6-a8bed5e11043" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11885" ], - "x-ms-correlation-request-id": [ "44a38c99-7502-4353-a3ac-8d5d32dfb74b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004512Z:44a38c99-7502-4353-a3ac-8d5d32dfb74b" ], + "x-ms-correlation-request-id": [ "faf486e5-703d-4083-92f8-6cdfd1d56cc2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:faf486e5-703d-4083-92f8-6cdfd1d56cc2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2253,14 +2253,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "189" ], - "x-ms-client-request-id": [ "959f72b2-00e3-4775-a4b6-a31f16faf4c6" ], + "x-ms-client-request-id": [ "af9d92e7-8196-479b-ba0f-6f581c0f9350" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2276,32 +2276,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "906228cf-6ff9-4256-b13e-c65d3bee738a" ], + "x-ms-request-id": [ "3dfdd9f2-c9fe-4615-b659-6f5c43b8e165" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11884" ], - "x-ms-correlation-request-id": [ "2fb3f712-be9d-46a9-84b2-31b3341c4414" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004512Z:2fb3f712-be9d-46a9-84b2-31b3341c4414" ], + "x-ms-correlation-request-id": [ "74d5dccc-94ce-426a-b774-88e618a7d434" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:74d5dccc-94ce-426a-b774-88e618a7d434" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "190" ], - "x-ms-client-request-id": [ "5aea3a6c-cc36-4e77-b2d4-d70fde0a51fb" ], + "x-ms-client-request-id": [ "f345491f-3424-4783-963b-2f68aaa9fb5a" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2316,31 +2316,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "adddf4df-b911-4dc1-9305-53f2a1911a5d" ], + "x-ms-request-id": [ "44447ec8-7f81-4e78-81f6-1ed3f9332590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11883" ], - "x-ms-correlation-request-id": [ "141a5b65-1885-488d-9e53-daea4680bac4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004512Z:141a5b65-1885-488d-9e53-daea4680bac4" ], + "x-ms-correlation-request-id": [ "6380c65b-98f7-4ebf-b169-982f59be2dc9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:6380c65b-98f7-4ebf-b169-982f59be2dc9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "191" ], - "x-ms-client-request-id": [ "c652c92f-91ac-45c1-99c4-a2663bdca998" ], + "x-ms-client-request-id": [ "b30b65e7-bce5-4fea-87d6-e89066ac395b" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2355,27 +2355,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f8e95b5d-ea7c-4126-a3cf-ea67240b084f" ], + "x-ms-request-id": [ "daf49135-7bc2-46e9-9cf2-8ac2e259a745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11985" ], - "x-ms-correlation-request-id": [ "896a2901-481b-4e39-aa2e-45636159fd8c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004512Z:896a2901-481b-4e39-aa2e-45636159fd8c" ], + "x-ms-correlation-request-id": [ "4107aadf-c0e4-4924-9ede-5bc210a25340" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003051Z:4107aadf-c0e4-4924-9ede-5bc210a25340" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2389,7 +2389,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3744df08-7b05-4e5f-94ac-9e3dbc9efc3c" ], + "x-ms-request-id": [ "03f41870-29c8-4f38-96fa-34e2b49f4699" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2397,23 +2397,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], - "x-ms-correlation-request-id": [ "aeb0e023-6ab8-495d-a4b6-46c1a8fb6e32" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004514Z:aeb0e023-6ab8-495d-a4b6-46c1a8fb6e32" ], - "Date": [ "Wed, 13 May 2020 00:45:13 GMT" ] + "x-ms-correlation-request-id": [ "09fcd991-355a-471d-a7ba-7e15fe20e417" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:09fcd991-355a-471d-a7ba-7e15fe20e417" ], + "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005336-0000-0300-0000-5ebb43190000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000dbb9-0000-0300-0000-5ee812bc0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2427,15 +2427,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "25dad203-26b6-4004-822e-074fc8aec747" ], + "x-ms-request-id": [ "d6107939-b040-4301-a769-eeccf6fc2fc6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11882" ], - "x-ms-correlation-request-id": [ "ec4c42fe-4334-45a4-8999-7bcf86ab0769" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004514Z:ec4c42fe-4334-45a4-8999-7bcf86ab0769" ], + "x-ms-correlation-request-id": [ "ea6c1685-ef33-430a-850a-8408fa4778e2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:ea6c1685-ef33-430a-850a-8408fa4778e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2445,14 +2445,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "194" ], - "x-ms-client-request-id": [ "41b6fd03-62af-4a6f-95d4-91f21e26ae11" ], + "x-ms-client-request-id": [ "f978879b-a0d2-4ec4-b1fa-7de029d6af8d" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2468,32 +2468,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6ca2d4a5-87a0-44d2-b4ef-febb5d137865" ], + "x-ms-request-id": [ "9892d716-a2f8-4b78-a03e-2673e0980855" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11881" ], - "x-ms-correlation-request-id": [ "d74e9ed7-d86b-4136-9592-2fc4554bbd41" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004514Z:d74e9ed7-d86b-4136-9592-2fc4554bbd41" ], + "x-ms-correlation-request-id": [ "afd089c8-c94a-41cd-a641-1a9469089400" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:afd089c8-c94a-41cd-a641-1a9469089400" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "195" ], - "x-ms-client-request-id": [ "defce1a9-f94c-4737-ad7b-941174e4a60e" ], + "x-ms-client-request-id": [ "092b3e01-6823-4c39-9e0b-3b7f6a474142" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2508,31 +2508,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "de900ec0-4486-47ff-9833-3820d6f61df6" ], + "x-ms-request-id": [ "b4c7e765-45aa-431f-804f-a76f469ad852" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11880" ], - "x-ms-correlation-request-id": [ "5b7df5a1-385b-40cb-9554-bd18f6544034" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004514Z:5b7df5a1-385b-40cb-9554-bd18f6544034" ], + "x-ms-correlation-request-id": [ "fd342c01-a82c-4a19-8b10-6e53b932580e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:fd342c01-a82c-4a19-8b10-6e53b932580e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "196" ], - "x-ms-client-request-id": [ "bca886eb-7269-46e9-952d-8ef734024a46" ], + "x-ms-client-request-id": [ "43cffbb6-085c-450e-a783-42fd95b80da4" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2547,27 +2547,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e688dfdd-a525-44d0-970f-3e87c056c51b" ], + "x-ms-request-id": [ "22860d94-bb36-4774-b657-a84659ef703f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11984" ], - "x-ms-correlation-request-id": [ "8c569b03-70d2-4b39-8d07-2149073cc250" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004514Z:8c569b03-70d2-4b39-8d07-2149073cc250" ], + "x-ms-correlation-request-id": [ "1d3911bf-f03e-4b09-a71a-e409887f9ff5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003053Z:1d3911bf-f03e-4b09-a71a-e409887f9ff5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2581,7 +2581,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "243ce450-a6f1-4149-a7b6-92f943a58431" ], + "x-ms-request-id": [ "915df8c7-04de-4fd2-8be6-7b0cbe8269b4" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2589,23 +2589,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1178" ], - "x-ms-correlation-request-id": [ "72eb61d2-5239-4443-a139-87ce11632313" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004515Z:72eb61d2-5239-4443-a139-87ce11632313" ], - "Date": [ "Wed, 13 May 2020 00:45:15 GMT" ] + "x-ms-correlation-request-id": [ "f2a22cc2-b3dc-46cc-a3b4-0fc2552b2b0d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:f2a22cc2-b3dc-46cc-a3b4-0fc2552b2b0d" ], + "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005436-0000-0300-0000-5ebb431b0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ddb9-0000-0300-0000-5ee812be0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2619,15 +2619,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "631a6e10-c4d9-4276-8ec7-f96d87f1ab67" ], + "x-ms-request-id": [ "4086a89c-8b98-40d6-a01c-90a308d082f7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11879" ], - "x-ms-correlation-request-id": [ "946b719e-dc50-45e0-8019-1d1346220200" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004515Z:946b719e-dc50-45e0-8019-1d1346220200" ], + "x-ms-correlation-request-id": [ "490fa93f-d288-4fef-adb7-838d21373e67" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:490fa93f-d288-4fef-adb7-838d21373e67" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2637,14 +2637,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "199" ], - "x-ms-client-request-id": [ "9a590edb-f263-40d5-952a-14eb301ff58d" ], + "x-ms-client-request-id": [ "2b419d0a-d6ac-4925-a224-b9bda4102abf" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2660,32 +2660,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "894c246a-59a3-4e78-917c-689ea75a3088" ], + "x-ms-request-id": [ "65234297-7700-41f3-a56b-ae6ba8ce25d5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11878" ], - "x-ms-correlation-request-id": [ "b3393b29-ed0a-4a62-80c4-cdf9809966eb" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004516Z:b3393b29-ed0a-4a62-80c4-cdf9809966eb" ], + "x-ms-correlation-request-id": [ "4c0f7af8-9bf7-4fee-9197-a1aa66d00d0d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:4c0f7af8-9bf7-4fee-9197-a1aa66d00d0d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "200" ], - "x-ms-client-request-id": [ "5f04ff13-2f38-465f-9874-3a3065de692f" ], + "x-ms-client-request-id": [ "6a741518-18d5-4ca7-ac81-a8c048ddfaeb" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2700,31 +2700,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f6779e0e-1325-4d78-9431-fc055518950a" ], + "x-ms-request-id": [ "e46c2ce5-9d1c-4c00-a60c-a07c75ba0a9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11877" ], - "x-ms-correlation-request-id": [ "34bc45ba-fd4b-4d51-a390-a876340d63d4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004516Z:34bc45ba-fd4b-4d51-a390-a876340d63d4" ], + "x-ms-correlation-request-id": [ "6db6f039-c319-4e92-99af-c537ec087a63" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:6db6f039-c319-4e92-99af-c537ec087a63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "201" ], - "x-ms-client-request-id": [ "34b4b4c8-3669-41c3-ba25-b95530bc126b" ], + "x-ms-client-request-id": [ "320aeba4-1193-420b-8b77-436dd15d8148" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2739,27 +2739,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e09de835-163f-4476-a41b-0988fc6f0e87" ], + "x-ms-request-id": [ "ea1a68c7-00c1-4838-a0b0-07c9edba21c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11983" ], - "x-ms-correlation-request-id": [ "5f9a2cae-be3d-40b3-adf2-f8168ca22333" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004516Z:5f9a2cae-be3d-40b3-adf2-f8168ca22333" ], + "x-ms-correlation-request-id": [ "d59cbda6-3b9e-4477-84b2-159861dee364" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003055Z:d59cbda6-3b9e-4477-84b2-159861dee364" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 2 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2773,7 +2773,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9035217d-3acc-49ac-8917-bbf30622ba6b" ], + "x-ms-request-id": [ "ae39b134-a703-446b-be4e-6cb1b31a1640" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2781,23 +2781,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1177" ], - "x-ms-correlation-request-id": [ "e5fa7dec-9548-4a6c-bfe0-3faab50572d8" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004517Z:e5fa7dec-9548-4a6c-bfe0-3faab50572d8" ], - "Date": [ "Wed, 13 May 2020 00:45:16 GMT" ] + "x-ms-correlation-request-id": [ "eb9e1ce6-a963-4c16-bc19-8731fdf540ce" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003056Z:eb9e1ce6-a963-4c16-bc19-8731fdf540ce" ], + "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005536-0000-0300-0000-5ebb431c0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000deb9-0000-0300-0000-5ee812c00000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -2811,15 +2811,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "50323531-0b7c-4754-b36e-e89cbb098e5f" ], + "x-ms-request-id": [ "6122e99e-5f35-4daa-b837-0ec54780d0b5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11876" ], - "x-ms-correlation-request-id": [ "7dfa2681-d37d-498a-a3dc-b1a4ffd5a54b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004517Z:7dfa2681-d37d-498a-a3dc-b1a4ffd5a54b" ], + "x-ms-correlation-request-id": [ "e60ba9b0-4a39-4231-aa70-475319e13d23" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:e60ba9b0-4a39-4231-aa70-475319e13d23" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -2829,14 +2829,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "204" ], - "x-ms-client-request-id": [ "2cb9efd7-c627-4b94-ad0e-3b26af16b5c7" ], + "x-ms-client-request-id": [ "48245358-1454-41f3-a169-d113f006dbd1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2852,32 +2852,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5dc9dd5b-5d49-46d1-8235-b3a0bb9f9cdd" ], + "x-ms-request-id": [ "32ba3b9e-2f5a-41f6-be02-7538ee3af818" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11875" ], - "x-ms-correlation-request-id": [ "b6673057-23d3-432a-bab7-e978434e4e20" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004517Z:b6673057-23d3-432a-bab7-e978434e4e20" ], + "x-ms-correlation-request-id": [ "6870924c-1c76-48a5-97d6-e04f04969c66" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:6870924c-1c76-48a5-97d6-e04f04969c66" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "205" ], - "x-ms-client-request-id": [ "952c0627-20db-4c62-9239-c50e70d73710" ], + "x-ms-client-request-id": [ "27d07257-e9d8-41fe-8631-f2347aed1f85" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2892,31 +2892,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "52fd378f-0239-44f7-b2c4-3979af058490" ], + "x-ms-request-id": [ "3fab713c-0ce8-4e1c-a582-2cf11f6d1a52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11874" ], - "x-ms-correlation-request-id": [ "b69e9bb4-2507-488a-9dc4-ee463e6b0363" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004517Z:b69e9bb4-2507-488a-9dc4-ee463e6b0363" ], + "x-ms-correlation-request-id": [ "aa1eaed0-8f56-4bbf-bff7-e59c86ea8e22" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:aa1eaed0-8f56-4bbf-bff7-e59c86ea8e22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "206" ], - "x-ms-client-request-id": [ "601c96fc-2c1a-4c50-8db2-4c1ff2eff86f" ], + "x-ms-client-request-id": [ "c76e2e9e-494b-407e-9210-5cbf7ade969d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2931,27 +2931,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f792c48e-dbdb-48b6-b292-ad0f7a88219b" ], + "x-ms-request-id": [ "13172dad-2a55-4fcc-b301-c1d0846d0592" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11982" ], - "x-ms-correlation-request-id": [ "ff7b6956-9dc9-4de5-a568-d362df613c9d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004518Z:ff7b6956-9dc9-4de5-a568-d362df613c9d" ], + "x-ms-correlation-request-id": [ "73608d34-65fe-4244-9867-eb5f2ec676ff" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003057Z:73608d34-65fe-4244-9867-eb5f2ec676ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for DotNet in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2965,7 +2965,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d895df59-b4ed-4d23-bf50-5ca30e5b2024" ], + "x-ms-request-id": [ "db19665e-6f95-4105-9101-9fead7d7ae5c" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -2973,23 +2973,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1176" ], - "x-ms-correlation-request-id": [ "fbb54582-0412-436e-95a3-1ccffc6c6056" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004519Z:fbb54582-0412-436e-95a3-1ccffc6c6056" ], - "Date": [ "Wed, 13 May 2020 00:45:18 GMT" ] + "x-ms-correlation-request-id": [ "11b42d0e-ab1d-4f7f-bc0c-dc65d94478a9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003058Z:11b42d0e-ab1d-4f7f-bc0c-dc65d94478a9" ], + "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005836-0000-0300-0000-5ebb431e0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e0b9-0000-0300-0000-5ee812c10000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3003,15 +3003,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6e878f8c-c118-4de2-9c21-907ed26426c4" ], + "x-ms-request-id": [ "15749487-7481-4405-bbb5-389e232d0b89" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11873" ], - "x-ms-correlation-request-id": [ "58dcb835-aa09-4a16-8f6c-554586162b47" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004519Z:58dcb835-aa09-4a16-8f6c-554586162b47" ], + "x-ms-correlation-request-id": [ "901dafcf-98da-457f-9f5e-85fb69cb6ae7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:901dafcf-98da-457f-9f5e-85fb69cb6ae7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3021,14 +3021,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "209" ], - "x-ms-client-request-id": [ "0d7cd9fd-4b85-4aca-b340-88f18bfacdcc" ], + "x-ms-client-request-id": [ "4d12aa2f-3f8a-4b89-a459-50c14eb6c0aa" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3044,32 +3044,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0245f398-05f9-4d4d-8b76-d26649dac447" ], + "x-ms-request-id": [ "6f4926bc-51c6-4174-9c8e-92875a6b65c1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11872" ], - "x-ms-correlation-request-id": [ "6180e3fd-6914-4e8a-9546-401ee000670d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004519Z:6180e3fd-6914-4e8a-9546-401ee000670d" ], + "x-ms-correlation-request-id": [ "33231d73-1eb1-4311-ab89-10d8fe447313" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:33231d73-1eb1-4311-ab89-10d8fe447313" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "210" ], - "x-ms-client-request-id": [ "6401cbd5-9e93-4554-a57c-7d99d0f6df51" ], + "x-ms-client-request-id": [ "6b0ae61f-6881-4fcf-9257-21ffdd728938" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3084,31 +3084,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "2701d243-58bc-449a-ac4b-332a5f058f62" ], + "x-ms-request-id": [ "ac0d6a56-9e76-4653-80d1-5ea421ab9a25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11871" ], - "x-ms-correlation-request-id": [ "7f5c43f5-402b-45ad-a5f2-9868c263900e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004519Z:7f5c43f5-402b-45ad-a5f2-9868c263900e" ], + "x-ms-correlation-request-id": [ "2e345390-86ff-4c59-9147-9665b01bb71c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:2e345390-86ff-4c59-9147-9665b01bb71c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "211" ], - "x-ms-client-request-id": [ "8de6eade-8038-4209-86f3-43ae25596692" ], + "x-ms-client-request-id": [ "872858eb-429f-4b1c-b25c-ff7569361229" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3123,27 +3123,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c01fe0cb-151e-4acd-9890-7550b2ae5369" ], + "x-ms-request-id": [ "9dea831b-8b3d-4ea5-8198-830ec8e8ba86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11981" ], - "x-ms-correlation-request-id": [ "b71e936c-e0b7-4a91-a219-4cfb1fa7d52d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004519Z:b71e936c-e0b7-4a91-a219-4cfb1fa7d52d" ], + "x-ms-correlation-request-id": [ "86ce7fc4-3cf2-4e05-9867-7a4051ab3c87" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003059Z:86ce7fc4-3cf2-4e05-9867-7a4051ab3c87" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:30:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Node in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3157,7 +3157,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "450c1e91-4b8f-471d-b114-8bd021e3f038" ], + "x-ms-request-id": [ "7d92557f-f6df-4a80-8954-9672f5c521ee" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3165,23 +3165,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1175" ], - "x-ms-correlation-request-id": [ "c88c4ef4-fad8-42cb-b3e8-6e84536986d5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004521Z:c88c4ef4-fad8-42cb-b3e8-6e84536986d5" ], - "Date": [ "Wed, 13 May 2020 00:45:20 GMT" ] + "x-ms-correlation-request-id": [ "8fdc3254-9aae-4c38-9568-271b7cd9777d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003100Z:8fdc3254-9aae-4c38-9568-271b7cd9777d" ], + "Date": [ "Tue, 16 Jun 2020 00:30:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005936-0000-0300-0000-5ebb43200000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e3b9-0000-0300-0000-5ee812c30000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3195,15 +3195,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ca64e9cb-c90d-4031-9062-25275fea0b0d" ], + "x-ms-request-id": [ "da4ecb64-c72a-4b4c-ba5d-32ff5e73abff" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11870" ], - "x-ms-correlation-request-id": [ "2c02f310-02d3-4ca6-9bb6-a485fd5482ad" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004521Z:2c02f310-02d3-4ca6-9bb6-a485fd5482ad" ], + "x-ms-correlation-request-id": [ "160143f4-67ff-42ae-88e0-2c035480be0f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:160143f4-67ff-42ae-88e0-2c035480be0f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3213,14 +3213,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "214" ], - "x-ms-client-request-id": [ "737493ce-4777-4ffb-8752-e6dfbc7a8459" ], + "x-ms-client-request-id": [ "4c5c9bee-d2c4-4e0c-b295-f315978db4c5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3236,32 +3236,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2c452445-bf6b-4e62-be24-cd53190d96fc" ], + "x-ms-request-id": [ "562f1763-1e7b-4094-adc2-f8c7621d900c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11869" ], - "x-ms-correlation-request-id": [ "84ee50a0-02c2-4ea5-bb60-99d03eba6bab" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004521Z:84ee50a0-02c2-4ea5-bb60-99d03eba6bab" ], + "x-ms-correlation-request-id": [ "5af729a1-67da-4b01-ae35-dfc1a3e4cdd2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:5af729a1-67da-4b01-ae35-dfc1a3e4cdd2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "215" ], - "x-ms-client-request-id": [ "d31512ea-2fa6-4aa7-b9fc-478423b976c1" ], + "x-ms-client-request-id": [ "ed165246-4466-44f0-8782-8a6a4baf4faf" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3276,31 +3276,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8a992ca0-b6c7-439b-b33a-2c58097c1a32" ], + "x-ms-request-id": [ "05ac2d7e-4de7-4347-8864-d244bf7c1c15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11868" ], - "x-ms-correlation-request-id": [ "e8768eef-43bc-4c7f-a1da-262873a1a6e4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004521Z:e8768eef-43bc-4c7f-a1da-262873a1a6e4" ], + "x-ms-correlation-request-id": [ "b082929c-2365-4bc5-be90-0791abaa7599" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:b082929c-2365-4bc5-be90-0791abaa7599" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "216" ], - "x-ms-client-request-id": [ "47658218-47ea-482b-babd-73c23f8bdcfe" ], + "x-ms-client-request-id": [ "171581d0-d30b-46ed-865a-b7ab0f612566" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3315,27 +3315,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "2c833ad7-7c6a-44fe-82e4-11f0a5dc4024" ], + "x-ms-request-id": [ "5cea6477-b99d-4ce7-967d-6191f5896873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11980" ], - "x-ms-correlation-request-id": [ "bde877e3-8649-4326-bc22-73bc31f3f746" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004521Z:bde877e3-8649-4326-bc22-73bc31f3f746" ], + "x-ms-correlation-request-id": [ "6e5447dd-f2e3-42c7-a67e-b7adf5479b95" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003101Z:6e5447dd-f2e3-42c7-a67e-b7adf5479b95" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for Java in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3349,7 +3349,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f615987e-2f6d-4ab9-966c-8484ff4a12b3" ], + "x-ms-request-id": [ "fe2809df-d926-4576-87ed-c3f7bc009df1" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3357,23 +3357,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1174" ], - "x-ms-correlation-request-id": [ "c23d80d5-7a6a-4dd4-ae62-3ad172eee421" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004522Z:c23d80d5-7a6a-4dd4-ae62-3ad172eee421" ], - "Date": [ "Wed, 13 May 2020 00:45:21 GMT" ] + "x-ms-correlation-request-id": [ "719bda26-4f3c-4914-9d2b-b69d4ac6470e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003102Z:719bda26-4f3c-4914-9d2b-b69d4ac6470e" ], + "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005a36-0000-0300-0000-5ebb43210000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e4b9-0000-0300-0000-5ee812c50000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3387,15 +3387,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fcf90b13-6915-4405-9aef-70c44b90b3d8" ], + "x-ms-request-id": [ "b31833f5-3618-44fd-89ac-b44ff5287174" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11867" ], - "x-ms-correlation-request-id": [ "047d3639-b8a7-4d9f-bb91-14fcd22f7dfe" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004522Z:047d3639-b8a7-4d9f-bb91-14fcd22f7dfe" ], + "x-ms-correlation-request-id": [ "5d3b9ae5-5f9d-477e-9150-053bf714d93f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:5d3b9ae5-5f9d-477e-9150-053bf714d93f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3405,14 +3405,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "219" ], - "x-ms-client-request-id": [ "0f894ff8-153c-40ba-b4de-264947979c07" ], + "x-ms-client-request-id": [ "69ce17b1-1f61-48cf-bead-b998462980fd" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3428,32 +3428,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5958e7ee-3804-46c3-aba4-7ebca166900c" ], + "x-ms-request-id": [ "931fbdd2-e4e1-43e3-a748-2ae6e9b1964f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11866" ], - "x-ms-correlation-request-id": [ "3f2e55c7-b24d-48e9-9bfd-a55cb2508c86" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004522Z:3f2e55c7-b24d-48e9-9bfd-a55cb2508c86" ], + "x-ms-correlation-request-id": [ "00362115-0394-4180-b7c6-9f4d70324907" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:00362115-0394-4180-b7c6-9f4d70324907" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "220" ], - "x-ms-client-request-id": [ "c353ce64-4dd1-4ed0-994a-65eadaf6ff20" ], + "x-ms-client-request-id": [ "093c6626-a9a1-402f-ae9a-be4e2d83eb87" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3468,31 +3468,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "112285db-e74e-468d-9969-f2034389e6c9" ], + "x-ms-request-id": [ "f6a560f1-f3ba-4f14-aca9-04b403af08dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11865" ], - "x-ms-correlation-request-id": [ "39ff51fd-3f54-46b6-92be-ea6c99dbf044" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004522Z:39ff51fd-3f54-46b6-92be-ea6c99dbf044" ], + "x-ms-correlation-request-id": [ "915dc1b4-0856-40b9-a556-4d1b95e76edf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:915dc1b4-0856-40b9-a556-4d1b95e76edf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "221" ], - "x-ms-client-request-id": [ "a27c068b-79c5-4c05-aba5-6f6b417f7cec" ], + "x-ms-client-request-id": [ "c6420836-fe96-4bfe-9dbd-781c0f18b5a8" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3507,27 +3507,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "feaa2b6f-6a7c-4483-a591-95dadc061c3b" ], + "x-ms-request-id": [ "594b1775-411d-4a15-8c09-6455df24dd87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11979" ], - "x-ms-correlation-request-id": [ "c297bb62-b83b-438e-b1a3-8cc3dc3f6d4a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004523Z:c297bb62-b83b-438e-b1a3-8cc3dc3f6d4a" ], + "x-ms-correlation-request-id": [ "063678be-845d-4e2f-a74f-1e52b17b70aa" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003103Z:063678be-845d-4e2f-a74f-1e52b17b70aa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default runtime version for PowerShell in Functions version 3 for Windows+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3541,7 +3541,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9e2206e0-7601-46e1-b79f-e06ec128ba19" ], + "x-ms-request-id": [ "53b36935-b8ee-491b-aff6-e7cec7060c0a" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3549,23 +3549,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1173" ], - "x-ms-correlation-request-id": [ "fcae2d06-7ba7-4503-bcb4-86321661de0d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004524Z:fcae2d06-7ba7-4503-bcb4-86321661de0d" ], - "Date": [ "Wed, 13 May 2020 00:45:23 GMT" ] + "x-ms-correlation-request-id": [ "efcbe246-5ef4-4de1-96bc-4510726cc8c9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003104Z:efcbe246-5ef4-4de1-96bc-4510726cc8c9" ], + "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005b36-0000-0300-0000-5ebb43230000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e5b9-0000-0300-0000-5ee812c70000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3579,15 +3579,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9fcf27d9-4150-4421-a749-b14dde117f74" ], + "x-ms-request-id": [ "0a2a9c1d-f725-4456-87a2-1b7543db44e0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11864" ], - "x-ms-correlation-request-id": [ "c7385493-8ea8-457a-98dd-e2bec44cc7ee" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004524Z:c7385493-8ea8-457a-98dd-e2bec44cc7ee" ], + "x-ms-correlation-request-id": [ "619c8f32-3fd6-4a7a-aea7-b6da66c5f7dd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:619c8f32-3fd6-4a7a-aea7-b6da66c5f7dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3597,14 +3597,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "224" ], - "x-ms-client-request-id": [ "159baec4-7e24-4d4b-9d46-b4e7b40fa6c8" ], + "x-ms-client-request-id": [ "d162d3b3-32df-4a7a-9425-5411a2c0780c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3620,32 +3620,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c48b372e-aa84-4687-9a24-6fe89bee5436" ], + "x-ms-request-id": [ "461a0dd3-ffb2-4f69-b789-343dd9ca8b03" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11863" ], - "x-ms-correlation-request-id": [ "fb798647-9e2d-484b-adf0-e9627bf511df" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004524Z:fb798647-9e2d-484b-adf0-e9627bf511df" ], + "x-ms-correlation-request-id": [ "da1d5a6b-1e12-4bf4-9f82-689a3112f07a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:da1d5a6b-1e12-4bf4-9f82-689a3112f07a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "225" ], - "x-ms-client-request-id": [ "2525446a-4e66-4c26-b671-b0a588b3c582" ], + "x-ms-client-request-id": [ "3bcb1849-0017-4a5b-bc62-580d097c592a" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3660,31 +3660,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "34bb29ef-b291-4c8e-93ff-b6506692c8ea" ], + "x-ms-request-id": [ "07ffc201-8074-4869-943d-9a36ae9454a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11862" ], - "x-ms-correlation-request-id": [ "425ae92c-5c24-47fc-b0e0-4e998de02487" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004524Z:425ae92c-5c24-47fc-b0e0-4e998de02487" ], + "x-ms-correlation-request-id": [ "2aa94da8-fac8-49b9-8c3f-97968a2947e6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:2aa94da8-fac8-49b9-8c3f-97968a2947e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "226" ], - "x-ms-client-request-id": [ "f54a5774-9af3-469c-8d1e-6a477aa8d07f" ], + "x-ms-client-request-id": [ "43c5d683-dcb1-455b-bca4-9b37f701c342" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3699,27 +3699,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a8970d8a-4dd8-4071-98ab-ba3255a8a5d6" ], + "x-ms-request-id": [ "d8efb6f5-3fdf-445b-bc47-2ce11511e50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11978" ], - "x-ms-correlation-request-id": [ "f809566b-8ca7-4946-bbc1-aa7522970a50" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004524Z:f809566b-8ca7-4946-bbc1-aa7522970a50" ], + "x-ms-correlation-request-id": [ "ee3473ae-80c6-4c8d-90fb-173967be8534" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003105Z:ee3473ae-80c6-4c8d-90fb-173967be8534" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3733,7 +3733,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9287d9de-9e47-401d-9e16-d6de5819598c" ], + "x-ms-request-id": [ "ca67a05f-9b49-414b-8b06-17a7a469426d" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3741,23 +3741,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1172" ], - "x-ms-correlation-request-id": [ "8a4395e0-9c85-4cbf-822e-ba8ad0766082" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004525Z:8a4395e0-9c85-4cbf-822e-ba8ad0766082" ], - "Date": [ "Wed, 13 May 2020 00:45:25 GMT" ] + "x-ms-correlation-request-id": [ "d092508b-23e7-466f-a656-4b40957c2501" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003106Z:d092508b-23e7-466f-a656-4b40957c2501" ], + "Date": [ "Tue, 16 Jun 2020 00:31:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005d36-0000-0300-0000-5ebb43250000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e6b9-0000-0300-0000-5ee812ca0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3771,15 +3771,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "67d5c91d-32db-43d8-a00d-64464cb07f01" ], + "x-ms-request-id": [ "11ede844-9b54-45b5-8482-5624dd082fa4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11861" ], - "x-ms-correlation-request-id": [ "4b3a4b01-de39-41ac-a6b1-29c010c0ea44" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004526Z:4b3a4b01-de39-41ac-a6b1-29c010c0ea44" ], + "x-ms-correlation-request-id": [ "3b45ae4e-0fe9-4eed-bcf0-57f1a2df2fb0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003106Z:3b45ae4e-0fe9-4eed-bcf0-57f1a2df2fb0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3789,14 +3789,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "229" ], - "x-ms-client-request-id": [ "08a36290-fed1-4738-a842-b84ad3b82630" ], + "x-ms-client-request-id": [ "2424f831-d8e1-417c-89b2-2da406f9850e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3812,32 +3812,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ed7cde2c-fe25-4889-b299-4656f2e28d2a" ], + "x-ms-request-id": [ "6e286232-d0f4-4640-8cf6-93eb12429194" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11860" ], - "x-ms-correlation-request-id": [ "37a3f116-fd69-45b9-9753-f213d08b5dbb" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004526Z:37a3f116-fd69-45b9-9753-f213d08b5dbb" ], + "x-ms-correlation-request-id": [ "a0377873-353f-4667-9b06-1a7057b5d874" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003107Z:a0377873-353f-4667-9b06-1a7057b5d874" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "230" ], - "x-ms-client-request-id": [ "a4ab3a4d-06b5-48a3-8bbe-59ad2c08a45d" ], + "x-ms-client-request-id": [ "30862c4f-ee0f-4bcf-89e0-8a4180b4af1c" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3852,31 +3852,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "db207495-c50f-4bca-a41d-497e97143a39" ], + "x-ms-request-id": [ "fc741ae6-d50e-4cda-a713-42884abe92bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], - "x-ms-correlation-request-id": [ "64fc671e-3a83-4f82-a32d-309cf1b78a25" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004526Z:64fc671e-3a83-4f82-a32d-309cf1b78a25" ], + "x-ms-correlation-request-id": [ "3f47ad09-8961-4dfa-8ce2-0c68742b434b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003107Z:3f47ad09-8961-4dfa-8ce2-0c68742b434b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "231" ], - "x-ms-client-request-id": [ "a79248ea-0c99-4c5c-8c3f-c33869439a47" ], + "x-ms-client-request-id": [ "cc9b0b1e-47f2-4f9f-a054-a7b89cb5cf81" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3891,27 +3891,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b809b1a1-eb05-4ee1-82ef-2b13c0453996" ], + "x-ms-request-id": [ "9bd5005f-8e74-48e0-88e1-b091187fe2fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11977" ], - "x-ms-correlation-request-id": [ "0e1939d5-0908-4140-a702-8751a8ce71dc" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004526Z:0e1939d5-0908-4140-a702-8751a8ce71dc" ], + "x-ms-correlation-request-id": [ "02cc6d30-38ba-4cbd-bcc1-6a7a7326987d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003107Z:02cc6d30-38ba-4cbd-bcc1-6a7a7326987d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -3925,7 +3925,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6c3a1482-8ff8-485a-809d-c6ece23c022a" ], + "x-ms-request-id": [ "e519a31b-860a-4630-9eda-cefc85b9076c" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -3933,23 +3933,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1171" ], - "x-ms-correlation-request-id": [ "23af105a-6702-4d14-bac5-5f8c49ccfc78" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004527Z:23af105a-6702-4d14-bac5-5f8c49ccfc78" ], - "Date": [ "Wed, 13 May 2020 00:45:26 GMT" ] + "x-ms-correlation-request-id": [ "dcb44527-6d88-4c2f-a1ff-21ef03a2c522" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003108Z:dcb44527-6d88-4c2f-a1ff-21ef03a2c522" ], + "Date": [ "Tue, 16 Jun 2020 00:31:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08006236-0000-0300-0000-5ebb43260000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000e7b9-0000-0300-0000-5ee812cb0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -3963,15 +3963,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7ab70b32-b674-4193-b5d1-8624c6dd4704" ], + "x-ms-request-id": [ "40c99224-e9f1-4e79-8370-8855feee5248" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], - "x-ms-correlation-request-id": [ "77018729-52e0-4153-ba86-08ef9a72ca4a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004527Z:77018729-52e0-4153-ba86-08ef9a72ca4a" ], + "x-ms-correlation-request-id": [ "0767127d-aedc-42a0-b585-78396f21e2c9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003108Z:0767127d-aedc-42a0-b585-78396f21e2c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -3981,14 +3981,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "234" ], - "x-ms-client-request-id": [ "a02a83f3-1582-4769-9a2a-d8894175bec3" ], + "x-ms-client-request-id": [ "cdd3ee70-5708-4096-bf62-20c4edc75c44" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4004,32 +4004,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5440017-2014-4042-be65-f4595846845f" ], + "x-ms-request-id": [ "cdb205d4-e766-48d0-a91c-076ff6012eee" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "3a9a5afe-c8bb-4c60-afcb-44a3f8eff3ff" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004527Z:3a9a5afe-c8bb-4c60-afcb-44a3f8eff3ff" ], + "x-ms-correlation-request-id": [ "6b65ff99-72aa-4290-a644-a8245c9b4ba6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003108Z:6b65ff99-72aa-4290-a644-a8245c9b4ba6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "235" ], - "x-ms-client-request-id": [ "d0aafaf5-317e-419a-91a9-f8e8a9b259c1" ], + "x-ms-client-request-id": [ "c927f5ab-6ff8-4787-839a-4dd258a4c892" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4044,31 +4044,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "dbc979b3-9e9a-427a-824b-dbc21c452316" ], + "x-ms-request-id": [ "184913a6-e391-47ae-8012-f1e9acb64f1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "a7214d0e-34b7-47a5-8276-54db43771683" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004528Z:a7214d0e-34b7-47a5-8276-54db43771683" ], + "x-ms-correlation-request-id": [ "95c6a359-51dd-4b97-b401-834464cb12e3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003109Z:95c6a359-51dd-4b97-b401-834464cb12e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "236" ], - "x-ms-client-request-id": [ "096a6351-5161-4f2e-b18b-c33633c7f393" ], + "x-ms-client-request-id": [ "ace26f32-fa11-43fb-ade0-32501a15ff0d" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4083,27 +4083,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8bdcbcb0-8fd6-48d9-954d-79c717824038" ], + "x-ms-request-id": [ "8b722bb4-16eb-4d06-9955-3f6f92bfa182" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11976" ], - "x-ms-correlation-request-id": [ "715826fd-5ca8-4251-bef7-48cb0ffd13ca" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004528Z:715826fd-5ca8-4251-bef7-48cb0ffd13ca" ], + "x-ms-correlation-request-id": [ "d12a2f44-8a41-4e7a-97af-1cf6b39af549" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003109Z:d12a2f44-8a41-4e7a-97af-1cf6b39af549" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -4117,7 +4117,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f8da3a5f-2083-48d4-a01d-97639e9c9c31" ], + "x-ms-request-id": [ "de44153a-cb56-49e9-bcfa-fe4bf4b68bfd" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -4125,23 +4125,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1170" ], - "x-ms-correlation-request-id": [ "198014c7-d05a-4bb3-ac43-dc75116e4c48" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004529Z:198014c7-d05a-4bb3-ac43-dc75116e4c48" ], - "Date": [ "Wed, 13 May 2020 00:45:28 GMT" ] + "x-ms-correlation-request-id": [ "cb9907aa-53b2-4af3-8899-0d72c78f61c5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003110Z:cb9907aa-53b2-4af3-8899-0d72c78f61c5" ], + "Date": [ "Tue, 16 Jun 2020 00:31:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08006636-0000-0300-0000-5ebb43280000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000eab9-0000-0300-0000-5ee812cd0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4155,15 +4155,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a8092b7b-bcb1-4e18-98ea-1dab62b71917" ], + "x-ms-request-id": [ "b2b22b90-79b7-4e82-b660-580252c1377e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "b4dc2b02-a95f-4e6f-be1b-0e68fe8f14d0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004529Z:b4dc2b02-a95f-4e6f-be1b-0e68fe8f14d0" ], + "x-ms-correlation-request-id": [ "cfbe22e1-c89a-4dd9-9b7c-fb58bebddb2b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003110Z:cfbe22e1-c89a-4dd9-9b7c-fb58bebddb2b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4173,14 +4173,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "239" ], - "x-ms-client-request-id": [ "cb94d2b0-991a-44ad-b881-4725227b916d" ], + "x-ms-client-request-id": [ "bc3e6185-5add-4ff6-a2f9-86aba32d7d24" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4196,32 +4196,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f5aeb58d-0512-4869-98a5-2a84996f1369" ], + "x-ms-request-id": [ "4a36cfe4-41c5-4805-81d4-bd3dc451e1ad" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "755e682f-c21c-47a5-afc7-c1101ee3404a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004529Z:755e682f-c21c-47a5-afc7-c1101ee3404a" ], + "x-ms-correlation-request-id": [ "539b76db-4809-4eb1-a98b-d2249f40721b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003111Z:539b76db-4809-4eb1-a98b-d2249f40721b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "240" ], - "x-ms-client-request-id": [ "8ad9b4e6-e5df-47aa-9d12-a13cdf842d0a" ], + "x-ms-client-request-id": [ "92239314-4df0-4116-8771-dff3b8820b73" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4236,31 +4236,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9aab4901-4988-4c76-aa46-eee0686ce22b" ], + "x-ms-request-id": [ "f045102a-cc1b-4011-bd8f-b4af23914dbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "f410c905-62b6-4871-98b8-f266129a2596" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004530Z:f410c905-62b6-4871-98b8-f266129a2596" ], + "x-ms-correlation-request-id": [ "f9a25a0c-b651-4752-a8da-344aad41c732" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003111Z:f9a25a0c-b651-4752-a8da-344aad41c732" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "241" ], - "x-ms-client-request-id": [ "3d5f525c-577a-481f-86b2-e188e8edcb01" ], + "x-ms-client-request-id": [ "97343fa8-fda1-4cdb-9b5d-363d6f1d53c4" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4275,27 +4275,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ed0797ec-96ac-4c40-ac1b-201fb5b8742a" ], + "x-ms-request-id": [ "56f8fa8e-61e0-402c-ac41-91450d53b420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11975" ], - "x-ms-correlation-request-id": [ "124faa94-fa06-47d6-a4a0-deb1f7f2ef18" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004530Z:124faa94-fa06-47d6-a4a0-deb1f7f2ef18" ], + "x-ms-correlation-request-id": [ "10321dde-b353-4602-93a1-f73ef9912266" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003111Z:10321dde-b353-4602-93a1-f73ef9912266" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -4309,7 +4309,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "96b4c34f-4875-451f-9bdd-f14f78215fce" ], + "x-ms-request-id": [ "e86363ae-6177-486f-88e8-d0d35ca4b5e8" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -4317,23 +4317,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1169" ], - "x-ms-correlation-request-id": [ "a34927ad-e55b-4696-9125-c04e32fecfa3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004531Z:a34927ad-e55b-4696-9125-c04e32fecfa3" ], - "Date": [ "Wed, 13 May 2020 00:45:30 GMT" ] + "x-ms-correlation-request-id": [ "00d91cb6-47c9-4616-81ce-3b274a84d0eb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003112Z:00d91cb6-47c9-4616-81ce-3b274a84d0eb" ], + "Date": [ "Tue, 16 Jun 2020 00:31:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08006a36-0000-0300-0000-5ebb432a0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ebb9-0000-0300-0000-5ee812cf0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4347,15 +4347,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4409aa11-f064-48cb-998a-3a03aaf487ab" ], + "x-ms-request-id": [ "c4b317e2-6ea7-4515-b7a4-73cde8a0199a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "bdf8c478-f23f-4235-a266-3d07eb85d3b4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004531Z:bdf8c478-f23f-4235-a266-3d07eb85d3b4" ], + "x-ms-correlation-request-id": [ "4b729ab6-cbf3-421e-acb7-73d15b14549f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003112Z:4b729ab6-cbf3-421e-acb7-73d15b14549f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4365,14 +4365,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "244" ], - "x-ms-client-request-id": [ "be8de1e1-9ba7-4822-b89e-1ec1c62918f9" ], + "x-ms-client-request-id": [ "d6ba92c7-4f7b-4b93-845c-2548ad82daa4" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4388,32 +4388,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e5cc3541-c354-42bc-a3bd-6f3a40d3f250" ], + "x-ms-request-id": [ "22849ab4-ae0a-4f31-a460-68e10a34bcc7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "ed680f3b-618a-4d38-9636-fda86155ac50" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004531Z:ed680f3b-618a-4d38-9636-fda86155ac50" ], + "x-ms-correlation-request-id": [ "5360f1e5-305f-45e5-a048-537f940e48ac" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003112Z:5360f1e5-305f-45e5-a048-537f940e48ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "245" ], - "x-ms-client-request-id": [ "bd3f24cc-5f96-42ef-913d-38cdcebd57aa" ], + "x-ms-client-request-id": [ "8a930349-cd58-407e-8e6e-a064a4d62735" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4428,31 +4428,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "911b2f8a-6918-4105-9e3c-e925a351c4e9" ], + "x-ms-request-id": [ "6a24c759-4f0c-4388-b21e-36b910d2e5cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "d599caf9-6254-4124-8487-fd9b6389a2a1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004531Z:d599caf9-6254-4124-8487-fd9b6389a2a1" ], + "x-ms-correlation-request-id": [ "210d2439-e322-423c-9bb4-65b766ef3011" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003113Z:210d2439-e322-423c-9bb4-65b766ef3011" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "246" ], - "x-ms-client-request-id": [ "5fef6812-f881-4d6d-92f0-14da767e8779" ], + "x-ms-client-request-id": [ "f15ef454-ebfb-422d-8e4b-cdbd4ca0aace" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4467,27 +4467,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "05edc8e6-f5a8-4da0-a7c7-55936de8ce2e" ], + "x-ms-request-id": [ "852e559b-a03b-4e84-9311-25d84320faeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11974" ], - "x-ms-correlation-request-id": [ "493243d0-e44e-4521-91b8-a39cae9faced" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004531Z:493243d0-e44e-4521-91b8-a39cae9faced" ], + "x-ms-correlation-request-id": [ "82a565c0-afe1-43e0-89fd-62f4b3af264a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003113Z:82a565c0-afe1-43e0-89fd-62f4b3af264a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-TestAppName-8iq7xbntlr?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-TestAppName-swy8z27flt?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -4501,7 +4501,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f29c6031-dc8d-4f88-9fb5-ebae3ffb60f3" ], + "x-ms-request-id": [ "d970f7af-7b88-40c8-9985-7228cea57b63" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -4509,23 +4509,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1168" ], - "x-ms-correlation-request-id": [ "ae88a8cb-a360-45f2-9723-4cd81668ad77" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004532Z:ae88a8cb-a360-45f2-9723-4cd81668ad77" ], - "Date": [ "Wed, 13 May 2020 00:45:32 GMT" ] + "x-ms-correlation-request-id": [ "b22269ee-ba83-4456-aab5-34a17a98cc02" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003114Z:b22269ee-ba83-4456-aab5-34a17a98cc02" ], + "Date": [ "Tue, 16 Jun 2020 00:31:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1005" ], + "Content-Length": [ "1043" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08006c36-0000-0300-0000-5ebb432c0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ecb9-0000-0300-0000-5ee812d10000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 8 in Windows for Functions version 3+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Java 8 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4539,15 +4539,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "34eebbe9-fc87-42f6-ace0-d87815d021eb" ], + "x-ms-request-id": [ "cfe44724-8b6f-4363-a847-7253f6895fcb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "8fecad9b-02ad-45f6-8767-009e90ca2520" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004533Z:8fecad9b-02ad-45f6-8767-009e90ca2520" ], + "x-ms-correlation-request-id": [ "9557f1ce-8a5f-41af-bae4-1694c6c687bc" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003114Z:9557f1ce-8a5f-41af-bae4-1694c6c687bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4557,11 +4557,11 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 12 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor PowerShell 6.2 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4575,15 +4575,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0a16a182-a508-43c3-9f41-cfc3eb1bcd6b" ], + "x-ms-request-id": [ "f575b60a-ce76-4343-8014-09396cf0cc86" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "2776ced2-cb33-4def-aa1b-1ed0b4c8215c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004533Z:2776ced2-cb33-4def-aa1b-1ed0b4c8215c" ], + "x-ms-correlation-request-id": [ "0eebd22b-e341-49d1-8539-a23a38a22293" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003114Z:0eebd22b-e341-49d1-8539-a23a38a22293" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4593,11 +4593,11 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor PowerShell 7 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 8 in Linux for Functions version 3+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4611,15 +4611,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1029a8b4-f3ff-437d-b80b-85c44a023c6c" ], + "x-ms-request-id": [ "60877bba-1a48-4c3f-9547-f013dd87ed0c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "x-ms-correlation-request-id": [ "2e3e75e7-a971-4eb9-8517-2fa7f2db5802" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004533Z:2e3e75e7-a971-4eb9-8517-2fa7f2db5802" ], + "x-ms-correlation-request-id": [ "54cd1b6e-f135-4831-9186-6f8c4422b138" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:54cd1b6e-f135-4831-9186-6f8c4422b138" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4629,11 +4629,11 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 8 in Linux for Functions version 3+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 12 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4647,15 +4647,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b40e5755-06fc-4a69-9b45-d79faee68812" ], + "x-ms-request-id": [ "6bf1b47f-8e45-4773-a121-a0f907737c57" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], - "x-ms-correlation-request-id": [ "372ba035-fefe-4259-9143-b0724f573c62" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004533Z:372ba035-fefe-4259-9143-b0724f573c62" ], + "x-ms-correlation-request-id": [ "19061fc1-95ab-4c89-9cc8-fbfddb5dcc0f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:19061fc1-95ab-4c89-9cc8-fbfddb5dcc0f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4665,11 +4665,11 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Java 8 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor PowerShell 7 in Windows for Functions version 2+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4683,15 +4683,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b63e4668-6a02-42de-abeb-06d7a7b27b14" ], + "x-ms-request-id": [ "10d3dbff-7c73-49c5-bcde-abf228b62143" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], - "x-ms-correlation-request-id": [ "40f80eaa-f9d9-443e-a1b9-997a60078adf" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004533Z:40f80eaa-f9d9-443e-a1b9-997a60078adf" ], + "x-ms-correlation-request-id": [ "7bbff75f-e745-45d4-848c-07e423c3adba" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:7bbff75f-e745-45d4-848c-07e423c3adba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4701,11 +4701,11 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor PowerShell 6.2 in Linux for Functions version 2+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp Should throw InvalidRuntimeVersionFor Node 8 in Windows for Functions version 3+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-TestAppName-8iq7xbntlr\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-TestAppName-swy8z27flt\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4719,15 +4719,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "87b7792f-f839-442c-8345-b206d550c9b5" ], + "x-ms-request-id": [ "730bca4f-a908-410d-83a2-12bb87e762a4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], - "x-ms-correlation-request-id": [ "8cce379d-5c04-41ab-9e21-1f2bd2803ab5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004533Z:8cce379d-5c04-41ab-9e21-1f2bd2803ab5" ], + "x-ms-correlation-request-id": [ "217d4c86-f533-4e10-bf94-d8a933ed3856" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:217d4c86-f533-4e10-bf94-d8a933ed3856" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4737,11 +4737,11 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-Python-3p4aonydut\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-Python-vhqrapzbky\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -4755,15 +4755,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4152a1c1-e76c-48ca-9df8-86f754fd6e18" ], + "x-ms-request-id": [ "351c61a2-d1d2-4019-99bc-62da349dbe25" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], - "x-ms-correlation-request-id": [ "bf1ab041-fc60-4b14-9fa9-b2d71c4d6801" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004534Z:bf1ab041-fc60-4b14-9fa9-b2d71c4d6801" ], + "x-ms-correlation-request-id": [ "6051e13f-2bce-4784-822e-57ae3f8a3a2c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003115Z:6051e13f-2bce-4784-822e-57ae3f8a3a2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -4773,14 +4773,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "255" ], - "x-ms-client-request-id": [ "b6091888-f38f-4c2e-80d3-6ef7f198fdaf" ], + "x-ms-client-request-id": [ "c01308f2-37f5-4f65-8917-ef35b9b28e1a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4796,32 +4796,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9642d589-3918-4fc2-9dc5-8ca87e74ee4e" ], + "x-ms-request-id": [ "8be95658-7527-40dd-9db7-0c40a4a14db6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], - "x-ms-correlation-request-id": [ "2b4e6b92-af56-4060-ae60-9120cb89501a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004534Z:2b4e6b92-af56-4060-ae60-9120cb89501a" ], + "x-ms-correlation-request-id": [ "7cc5d812-d391-449d-a31a-aa3194778673" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:7cc5d812-d391-449d-a31a-aa3194778673" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "256" ], - "x-ms-client-request-id": [ "62015adc-898a-4214-8937-f05b59b69d8c" ], + "x-ms-client-request-id": [ "2818fe33-ab2c-4887-9915-fc82cf0839d1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4837,32 +4837,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7176b816-fea6-449f-a39a-2fbaf04fb3bd" ], + "x-ms-request-id": [ "70e776c5-1d4a-4fbb-ac7d-8765af1dbcda" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], - "x-ms-correlation-request-id": [ "c6640cd3-6a57-4ac0-97f2-d6add5d275b7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004534Z:c6640cd3-6a57-4ac0-97f2-d6add5d275b7" ], + "x-ms-correlation-request-id": [ "0a99a07b-29f1-4965-be33-d378fd5fabf0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:0a99a07b-29f1-4965-be33-d378fd5fabf0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "257" ], - "x-ms-client-request-id": [ "32b22b10-d116-4696-9f99-6d65d1bae2ed" ], + "x-ms-client-request-id": [ "45bab5bc-d9d2-4f89-a098-581148d3666b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4878,32 +4878,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1b0d02a5-e5e1-47f3-9900-6918b87ab19e" ], + "x-ms-request-id": [ "ee700116-e75d-4e28-b72f-70cfb2db2406" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11840" ], - "x-ms-correlation-request-id": [ "acf406ae-c021-4f5c-873e-bc1f491e68bb" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004534Z:acf406ae-c021-4f5c-873e-bc1f491e68bb" ], + "x-ms-correlation-request-id": [ "5dfd773c-2334-43a8-89eb-ef4ecb5a1cc8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:5dfd773c-2334-43a8-89eb-ef4ecb5a1cc8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "258" ], - "x-ms-client-request-id": [ "25b3d6e8-c8e1-4088-b0fb-9a8fb33eb143" ], + "x-ms-client-request-id": [ "993033ca-66fd-49cf-99ea-dfd874762ea2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4919,32 +4919,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e2bc57ab-3b06-4865-b674-8dd3fa3468a4" ], + "x-ms-request-id": [ "2d90a9c8-0651-499c-b101-baddcb06b153" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11839" ], - "x-ms-correlation-request-id": [ "f9db55f5-9112-47a7-a7ee-ec0b9266ab8d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004535Z:f9db55f5-9112-47a7-a7ee-ec0b9266ab8d" ], + "x-ms-correlation-request-id": [ "4a942a08-0a77-4cd4-bf99-b23f657b49e8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003116Z:4a942a08-0a77-4cd4-bf99-b23f657b49e8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "259" ], - "x-ms-client-request-id": [ "7f51aa90-cb27-4d0d-a79a-5ee25a4d2afa" ], + "x-ms-client-request-id": [ "2551c49b-c5b6-469c-a56f-d14eb2eac05a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4960,32 +4960,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5b91c913-0ff7-4d04-83ee-f30c57ac9cf9" ], + "x-ms-request-id": [ "d8bd055a-044a-4420-a4d3-0c188d1e81ca" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11838" ], - "x-ms-correlation-request-id": [ "cdec25d5-048c-418a-a6a2-0d43b925ed64" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004535Z:cdec25d5-048c-418a-a6a2-0d43b925ed64" ], + "x-ms-correlation-request-id": [ "8cde4128-393c-45f9-bcca-f2c5e0efded2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003117Z:8cde4128-393c-45f9-bcca-f2c5e0efded2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "260" ], - "x-ms-client-request-id": [ "51f301fc-03bb-4904-a322-e5d2560fcbcf" ], + "x-ms-client-request-id": [ "fc49c618-c969-44da-9455-91436454d0e6" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5000,31 +5000,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "435948bc-80d8-4bdb-90dc-38604a2635aa" ], + "x-ms-request-id": [ "284a4736-3d80-466b-b7da-4dd37f798a82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11837" ], - "x-ms-correlation-request-id": [ "e76df167-afb2-4bde-920c-f7128efb0955" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004535Z:e76df167-afb2-4bde-920c-f7128efb0955" ], + "x-ms-correlation-request-id": [ "ecb2d252-886d-4233-8ff5-1e39b5811b91" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003117Z:ecb2d252-886d-4233-8ff5-1e39b5811b91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "261" ], - "x-ms-client-request-id": [ "00a69e36-86bc-46dc-a477-b6fa19dbd427" ], + "x-ms-client-request-id": [ "8e519a19-77b9-4eea-9846-0e3277d7cdea" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5039,27 +5039,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "673b844b-23e8-4c63-8e7f-29a386bfbc77" ], + "x-ms-request-id": [ "b3e96d90-0d98-41f5-ada5-c9a826112915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11973" ], - "x-ms-correlation-request-id": [ "96c890bb-09ff-4e82-b406-9443f0bbf030" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004535Z:96c890bb-09ff-4e82-b406-9443f0bbf030" ], + "x-ms-correlation-request-id": [ "9cdf4be5-fb25-44f1-8c40-8e703c06835f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003117Z:9cdf4be5-fb25-44f1-8c40-8e703c06835f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-Python-3p4aonydut?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-Python-vhqrapzbky?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Insights/components/Functions-Python-3p4aonydut?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Insights/components/Functions-Python-vhqrapzbky?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -5073,7 +5073,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "fd9a30b0-b26e-4a66-ad25-38840c7c49d5" ], + "x-ms-request-id": [ "a996c23a-4bca-41f7-b05d-7eddf648cb15" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -5081,23 +5081,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1167" ], - "x-ms-correlation-request-id": [ "754eb574-08fd-498a-a4eb-983acb780b17" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004538Z:754eb574-08fd-498a-a4eb-983acb780b17" ], - "Date": [ "Wed, 13 May 2020 00:45:37 GMT" ] + "x-ms-correlation-request-id": [ "39c6e0dc-8776-4db8-a5af-79c7724aaf14" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003119Z:39c6e0dc-8776-4db8-a5af-79c7724aaf14" ], + "Date": [ "Tue, 16 Jun 2020 00:31:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "984" ], + "Content-Length": [ "1023" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-Python-3p4aonydut\",\"name\":\"Functions-Python-3p4aonydut\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08007336-0000-0300-0000-5ebb43310000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Python-3p4aonydut\",\"AppId\":\"3949c78c-5af7-4519-89b4-1f9f0ed33173\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"37d26bb9-ade1-41f2-9f36-6e5ddad8af17\",\"ConnectionString\":\"InstrumentationKey=37d26bb9-ade1-41f2-9f36-6e5ddad8af17\",\"Name\":\"Functions-Python-3p4aonydut\",\"CreationDate\":\"2020-05-13T00:45:37.106146+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000edb9-0000-0300-0000-5ee812d60000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Python-vhqrapzbky\",\"AppId\":\"3377036b-0822-41a2-99c5-272386c051b2\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"ConnectionString\":\"InstrumentationKey=6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"Name\":\"Functions-Python-vhqrapzbky\",\"CreationDate\":\"2020-06-16T00:31:18.6448462+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"python\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-3p4aonydut\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"37d26bb9-ade1-41f2-9f36-6e5ddad8af17\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"PYTHON|3.7\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"python\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-vhqrapzbky\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6d3a36c1-180b-489b-8c09-b023e3d0f0da\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"PYTHON|3.7\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -5110,34 +5110,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFD3969255\"" ], + "ETag": [ "\"1D643757648EB95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ba12415b-7e23-4028-9b98-46c109b8581b" ], + "x-ms-request-id": [ "849bd90f-65a1-4aaf-ae80-9ae8e5d532a7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], - "x-ms-correlation-request-id": [ "b323c1ec-69b4-4f30-9194-be74353f9b57" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004556Z:b323c1ec-69b4-4f30-9194-be74353f9b57" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "496" ], + "x-ms-correlation-request-id": [ "fc538787-fc5f-4988-89e2-7ee78c97cbee" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003138Z:fc538787-fc5f-4988-89e2-7ee78c97cbee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:56 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3717" ], + "Content-Length": [ "5660" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut\",\"name\":\"Functions-Python-3p4aonydut\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3p4aonydut\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3p4aonydut.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Python-3p4aonydut\",\"repositorySiteName\":\"Functions-Python-3p4aonydut\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3p4aonydut.azurewebsites.net\",\"functions-python-3p4aonydut.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3p4aonydut.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3p4aonydut.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:45:40.2733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3p4aonydut\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-3p4aonydut\\\\$Functions-Python-3p4aonydut\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-python-3p4aonydut.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-vhqrapzbky\",\"state\":\"Running\",\"hostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Python-vhqrapzbky\",\"repositorySiteName\":\"Functions-Python-vhqrapzbky\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\",\"functions-python-vhqrapzbky.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-vhqrapzbky.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:22.16\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-vhqrapzbky\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-vhqrapzbky\\\\$Functions-Python-vhqrapzbky\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "264" ], - "x-ms-client-request-id": [ "50d15e5a-3201-43b5-b285-1369580f9061" ], + "x-ms-client-request-id": [ "cc9746e2-e12d-45f3-9e14-77ea9585fb40" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5152,34 +5152,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFD3969255\"" ], + "ETag": [ "\"1D643757648EB95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "04320dfc-f375-4b77-9814-cd39a37e2c2d" ], + "x-ms-request-id": [ "2c805086-698d-4a85-a406-8a226dc363af" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11836" ], - "x-ms-correlation-request-id": [ "94b558b1-f810-44c6-8639-d8d165450415" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004557Z:94b558b1-f810-44c6-8639-d8d165450415" ], + "x-ms-correlation-request-id": [ "021b5cb8-df5a-411e-bfea-5c7ef536ae7c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:021b5cb8-df5a-411e-bfea-5c7ef536ae7c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:57 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3715" ], + "Content-Length": [ "5465" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut\",\"name\":\"Functions-Python-3p4aonydut\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3p4aonydut\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3p4aonydut.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Python-3p4aonydut\",\"repositorySiteName\":\"Functions-Python-3p4aonydut\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3p4aonydut.azurewebsites.net\",\"functions-python-3p4aonydut.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3p4aonydut.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3p4aonydut.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:45:40.7733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3p4aonydut\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-3p4aonydut\\\\$Functions-Python-3p4aonydut\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-python-3p4aonydut.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-vhqrapzbky\",\"state\":\"Running\",\"hostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Python-vhqrapzbky\",\"repositorySiteName\":\"Functions-Python-vhqrapzbky\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\",\"functions-python-vhqrapzbky.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-vhqrapzbky.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:22.8733333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-vhqrapzbky\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-vhqrapzbky\\\\$Functions-Python-vhqrapzbky\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "265" ], - "x-ms-client-request-id": [ "c81ee1e2-0764-4683-a08f-30c872c91201" ], + "x-ms-client-request-id": [ "64eec74e-849d-4f60-8a0c-c91bcc39b190" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5195,32 +5195,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f7e38e76-d722-4cb9-b045-329124be39ce" ], + "x-ms-request-id": [ "b0643624-a6f4-463a-86aa-57a58ea5619b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11972" ], - "x-ms-correlation-request-id": [ "20d89c97-19e3-4695-91a1-81345c32ce04" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004557Z:20d89c97-19e3-4695-91a1-81345c32ce04" ], + "x-ms-correlation-request-id": [ "e052c6bb-877f-42d2-951f-280f738ad37e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:e052c6bb-877f-42d2-951f-280f738ad37e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:57 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-3p4aonydut\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"37d26bb9-ade1-41f2-9f36-6e5ddad8af17\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-vhqrapzbky\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\"}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "266" ], - "x-ms-client-request-id": [ "caff9e67-b06d-4035-ac82-392e92ce6a1d" ], + "x-ms-client-request-id": [ "afca5a9c-04f1-4735-8828-5184bfc40cb3" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5236,32 +5236,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "433933bd-9c7c-4189-8ee5-8b9809662180" ], + "x-ms-request-id": [ "426abed9-379b-44a8-9825-772663a10568" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11835" ], - "x-ms-correlation-request-id": [ "5d5fc036-350f-4e33-b267-68ffbf204ab6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004557Z:5d5fc036-350f-4e33-b267-68ffbf204ab6" ], + "x-ms-correlation-request-id": [ "2b237124-cb7f-4f02-ae36-f16d98854eaf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:2b237124-cb7f-4f02-ae36-f16d98854eaf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:57 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3285" ], + "Content-Length": [ "3317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/web\",\"name\":\"Functions-Python-3p4aonydut\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.7\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3p4aonydut\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.7\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-vhqrapzbky\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "267" ], - "x-ms-client-request-id": [ "30e155f1-d747-4e9b-95ae-0cd4cf5eac2c" ], + "x-ms-client-request-id": [ "b8fe5cd4-e9b4-42b9-8e46-ce592677cadc" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5276,34 +5276,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFD3969255\"" ], + "ETag": [ "\"1D643757648EB95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ba8e12c7-874f-40da-83db-ade8baf583a3" ], + "x-ms-request-id": [ "0f2c53ea-b383-4aef-9a73-7eb9d3ba3091" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11834" ], - "x-ms-correlation-request-id": [ "8fff1cb7-4725-4822-9272-5c5a3f8290f2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004557Z:8fff1cb7-4725-4822-9272-5c5a3f8290f2" ], + "x-ms-correlation-request-id": [ "8e4e6d6a-ddd5-4bce-af41-6f16e4c0061a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003139Z:8e4e6d6a-ddd5-4bce-af41-6f16e4c0061a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:57 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3715" ], + "Content-Length": [ "5465" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut\",\"name\":\"Functions-Python-3p4aonydut\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3p4aonydut\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3p4aonydut.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Python-3p4aonydut\",\"repositorySiteName\":\"Functions-Python-3p4aonydut\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3p4aonydut.azurewebsites.net\",\"functions-python-3p4aonydut.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3p4aonydut.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3p4aonydut.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:45:40.7733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3p4aonydut\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-3p4aonydut\\\\$Functions-Python-3p4aonydut\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-python-3p4aonydut.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-vhqrapzbky\",\"state\":\"Running\",\"hostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Python-vhqrapzbky\",\"repositorySiteName\":\"Functions-Python-vhqrapzbky\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-vhqrapzbky.azurewebsites.net\",\"functions-python-vhqrapzbky.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.7\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-vhqrapzbky.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:22.8733333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-vhqrapzbky\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Python-vhqrapzbky\\\\$Functions-Python-vhqrapzbky\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-python-vhqrapzbky.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "268" ], - "x-ms-client-request-id": [ "fa68c397-19f2-4331-b8db-6f9a218ce8ff" ], + "x-ms-client-request-id": [ "82ba9ae4-0ed9-47ee-acce-473cef93d9a9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5319,32 +5319,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1baa7f85-0600-453b-9b74-090d54d6980e" ], + "x-ms-request-id": [ "7cc94c22-60b4-43e1-b52b-43593d5bad25" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11971" ], - "x-ms-correlation-request-id": [ "5f8c2c51-8e17-46b9-b7e4-8423d092b1b2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004557Z:5f8c2c51-8e17-46b9-b7e4-8423d092b1b2" ], + "x-ms-correlation-request-id": [ "56e63b69-f4c2-45ac-a3a3-37ae263cbec1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003140Z:56e63b69-f4c2-45ac-a3a3-37ae263cbec1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:57 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-3p4aonydut\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"37d26bb9-ade1-41f2-9f36-6e5ddad8af17\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-python-vhqrapzbky\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\"}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "269" ], - "x-ms-client-request-id": [ "26ae1cdd-5aa8-49d1-bb8f-337db1b07daa" ], + "x-ms-client-request-id": [ "3d2f3aaa-9723-4313-b8be-79ad6a05484a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5360,32 +5360,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "679fc8f2-3f85-4b91-90d8-fbe4e1b6b66f" ], + "x-ms-request-id": [ "9fcc9b49-fa64-4daa-8b09-47bcf51c6c69" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11833" ], - "x-ms-correlation-request-id": [ "13fcf460-19c3-4137-9c22-40a1a061e6b2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004558Z:13fcf460-19c3-4137-9c22-40a1a061e6b2" ], + "x-ms-correlation-request-id": [ "6db5a020-d30d-445f-897b-fb98ef4b32a8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003140Z:6db5a020-d30d-445f-897b-fb98ef4b32a8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:45:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3285" ], + "Content-Length": [ "3317" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut/config/web\",\"name\":\"Functions-Python-3p4aonydut\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.7\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3p4aonydut\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky/config/web\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.7\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-vhqrapzbky\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01+17": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Python-3p4aonydut?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Python-vhqrapzbky?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "270" ], - "x-ms-client-request-id": [ "21d4bacc-23c6-4b06-ad5b-f99fa1975505" ], + "x-ms-client-request-id": [ "f2bd4d37-d182-4c14-955e-9c44769aa36e" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5400,17 +5400,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFD3969255\"" ], + "ETag": [ "\"1D643757648EB95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7985b522-4a94-47a9-bb10-957ce60d8a81" ], + "x-ms-request-id": [ "056740d6-7061-4105-94c6-2f6bec550cdb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-correlation-request-id": [ "8457970a-b69a-431b-9c3b-2537b79657c1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004601Z:8457970a-b69a-431b-9c3b-2537b79657c1" ], + "x-ms-correlation-request-id": [ "deed9d03-7504-4bb2-a88f-fdd65141b685" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:deed9d03-7504-4bb2-a88f-fdd65141b685" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:01 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:41 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5419,11 +5419,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-gaqlx2ob3s\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -5437,15 +5437,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "001c8016-9840-43e0-8c42-f6bac22026ad" ], + "x-ms-request-id": [ "80e02a9c-52fa-422b-9194-64fd447d3758" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11832" ], - "x-ms-correlation-request-id": [ "3a8594ac-433b-444b-b238-3c987a15f285" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004602Z:3a8594ac-433b-444b-b238-3c987a15f285" ], + "x-ms-correlation-request-id": [ "4d7831b5-b684-4e10-a72d-23a1c2d5512f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:4d7831b5-b684-4e10-a72d-23a1c2d5512f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -5455,14 +5455,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "272" ], - "x-ms-client-request-id": [ "aeaaefd1-b234-4e57-a211-0c117374f64f" ], + "x-ms-client-request-id": [ "4ad47e35-3b66-4484-8251-142b34b0df12" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5478,32 +5478,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f4132d9b-84e3-4433-8c22-99a93c09b2a7" ], + "x-ms-request-id": [ "4a22e81e-aa96-4450-9bc2-5ffd452c62eb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11831" ], - "x-ms-correlation-request-id": [ "468b6c57-39dd-4432-9ddf-973ac2cbbed2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004602Z:468b6c57-39dd-4432-9ddf-973ac2cbbed2" ], + "x-ms-correlation-request-id": [ "c8fc5d65-6417-468e-a358-a5ba7f4f09f0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:c8fc5d65-6417-468e-a358-a5ba7f4f09f0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "13298" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "273" ], - "x-ms-client-request-id": [ "1bf69570-f5e2-4fe2-8c49-5392af9a1073" ], + "x-ms-client-request-id": [ "bdff8f21-1ec3-4149-9629-06db52553a95" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5518,31 +5518,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "35550b4d-904d-4747-95b4-77ed271dffb0" ], + "x-ms-request-id": [ "57b2b180-1b71-44d1-989d-7a42f90ca2e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11830" ], - "x-ms-correlation-request-id": [ "fcb16725-fc2d-4a20-9891-7d313aff756c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004602Z:fcb16725-fc2d-4a20-9891-7d313aff756c" ], + "x-ms-correlation-request-id": [ "025efe5d-6489-4a37-b174-c4f4a197c137" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:025efe5d-6489-4a37-b174-c4f4a197c137" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "274" ], - "x-ms-client-request-id": [ "d9e338b1-a9e6-47a5-97e3-fe2ee039b4c7" ], + "x-ms-client-request-id": [ "3bc864bb-a06a-4153-8810-059e70fedf75" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5557,27 +5557,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "624e72c3-6187-4d3f-973a-b0360e5c9f53" ], + "x-ms-request-id": [ "70dd7274-7e37-45a6-8a3b-bee9197757de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11972" ], - "x-ms-correlation-request-id": [ "9a2c02cb-5ed7-4a75-8180-6a0e3f610c00" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004602Z:9a2c02cb-5ed7-4a75-8180-6a0e3f610c00" ], + "x-ms-correlation-request-id": [ "e272327b-1a0d-421a-b2c1-6a07d45b727d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003142Z:e272327b-1a0d-421a-b2c1-6a07d45b727d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:31:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -5591,7 +5591,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c32af1e9-0917-4183-b1e1-001e13bdd08a" ], + "x-ms-request-id": [ "ac370b45-ee40-49d8-b16c-ed627d562e28" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -5599,28 +5599,28 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1166" ], - "x-ms-correlation-request-id": [ "3c7ccc6d-cded-4392-bdae-cf9d5e4b716b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004604Z:3c7ccc6d-cded-4392-bdae-cf9d5e4b716b" ], - "Date": [ "Wed, 13 May 2020 00:46:04 GMT" ] + "x-ms-correlation-request-id": [ "7069ec34-448a-496e-887d-3e91166fb02f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003145Z:7069ec34-448a-496e-887d-3e91166fb02f" ], + "Date": [ "Tue, 16 Jun 2020 00:31:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1007" ], + "Content-Length": [ "1045" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08008036-0000-0300-0000-5ebb434b0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"c4dd25ed-d565-40da-863d-6c9faf51e1ca\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"182606ef-92ea-40fd-9f23-787678229ef8\",\"ConnectionString\":\"InstrumentationKey=182606ef-92ea-40fd-9f23-787678229ef8\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:46:03.7798349+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000f9b9-0000-0300-0000-5ee812f00000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"587723c5-2b71-4a80-b5a3-03ab2260c37c\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"ConnectionString\":\"InstrumentationKey=79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:31:43.9681142+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"182606ef-92ea-40fd-9f23-787678229ef8\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"79ea41f8-f670-446e-afb7-bcc7b483bc59\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1560" ] + "Content-Length": [ "1594" ] } }, "Response": { @@ -5628,34 +5628,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFE3FDCA55\"" ], + "ETag": [ "\"1D6437585668C95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2f9731fa-136c-40fe-8602-4e849b817170" ], + "x-ms-request-id": [ "2d115e50-5627-4dda-b701-d00d224144f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "492" ], - "x-ms-correlation-request-id": [ "e4862ea8-0d04-4fe0-868a-e2c1ef79a54f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004641Z:e4862ea8-0d04-4fe0-868a-e2c1ef79a54f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ], + "x-ms-correlation-request-id": [ "8f9febbb-012b-4b05-adca-a61bd61f6bcc" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:8f9febbb-012b-4b05-adca-a61bd61f6bcc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:41 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5746" ], + "Content-Length": [ "5786" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"centralus\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:46:07.4\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"centralus\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:47.51\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+7": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "277" ], - "x-ms-client-request-id": [ "715c73fd-d9c1-42c4-93ff-02eabd37ab93" ], + "x-ms-client-request-id": [ "84b2378c-5002-4ba7-be36-0036ef944ab1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5670,34 +5670,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFE3FDCA55\"" ], + "ETag": [ "\"1D6437585668C95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "60410c96-46c3-4dd2-aba7-95530b8866f4" ], + "x-ms-request-id": [ "ef2cfe74-f44a-42ea-8098-932d99746295" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11829" ], - "x-ms-correlation-request-id": [ "4237fe51-93d4-4800-9a50-cf4a4ac7ee10" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004642Z:4237fe51-93d4-4800-9a50-cf4a4ac7ee10" ], + "x-ms-correlation-request-id": [ "2e9acf95-8655-436c-8951-dfbf5b806f01" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:2e9acf95-8655-436c-8951-dfbf5b806f01" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:42 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5553" ], + "Content-Length": [ "5592" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:46:08.2933333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:48.2333333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+8": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "278" ], - "x-ms-client-request-id": [ "547aa19d-7538-4a70-a648-eff8468417ad" ], + "x-ms-client-request-id": [ "02426801-febb-4c4e-b065-cc5133e24afb" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5713,32 +5713,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "804c8a2f-d20b-4f80-9af7-7228119d006e" ], + "x-ms-request-id": [ "1f08da1e-3ffa-431e-8a2a-06e7ff351f01" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11970" ], - "x-ms-correlation-request-id": [ "9cfc666b-feeb-4872-89f4-3fc598e63688" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004643Z:9cfc666b-feeb-4872-89f4-3fc598e63688" ], + "x-ms-correlation-request-id": [ "20ae8939-beb4-4e3f-b970-6de02f522f12" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:20ae8939-beb4-4e3f-b970-6de02f522f12" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:42 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1185" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"182606ef-92ea-40fd-9f23-787678229ef8\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+9": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "279" ], - "x-ms-client-request-id": [ "6a7f0e5f-4422-4ce4-8f3d-b5291d526674" ], + "x-ms-client-request-id": [ "29bfcd35-0558-4771-88a2-d1e4e411c348" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5754,32 +5754,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f5879236-fdb9-431b-bd40-09d90b00e776" ], + "x-ms-request-id": [ "fd7e8641-963b-48dc-86da-c793d3716cd7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11828" ], - "x-ms-correlation-request-id": [ "2da495c7-eb4c-4bef-972a-df2e0f29c530" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004643Z:2da495c7-eb4c-4bef-972a-df2e0f29c530" ], + "x-ms-correlation-request-id": [ "278989ee-5628-4ac3-932d-c464c13a5160" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003222Z:278989ee-5628-4ac3-932d-c464c13a5160" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:43 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3353" ], + "Content-Length": [ "3385" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "280" ], - "x-ms-client-request-id": [ "a1880e37-b56f-4bf4-9c05-52ef35ef1ac6" ], + "x-ms-client-request-id": [ "4548ec49-57ff-46f9-ad2a-63082ffefbf6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5794,34 +5794,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFE3FDCA55\"" ], + "ETag": [ "\"1D6437585668C95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8f96447d-8059-4662-acfb-7367ae4a11d1" ], + "x-ms-request-id": [ "7de08fc3-6942-43ee-9cb3-5de0877175f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11827" ], - "x-ms-correlation-request-id": [ "05413e40-a61f-4cfa-b338-31fce6793d48" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004643Z:05413e40-a61f-4cfa-b338-31fce6793d48" ], + "x-ms-correlation-request-id": [ "0a0ce2b2-c185-453b-9047-fd673c345d03" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003223Z:0a0ce2b2-c185-453b-9047-fd673c345d03" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:43 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5553" ], + "Content-Length": [ "5592" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:46:08.2933333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:31:48.2333333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "281" ], - "x-ms-client-request-id": [ "2f5326f3-47f0-40bc-b047-46f072be4485" ], + "x-ms-client-request-id": [ "d01d1bb4-8c7f-4e69-9c4d-3cf90ea97287" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5837,32 +5837,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ad804801-e29d-4911-8220-a9ad111241ed" ], + "x-ms-request-id": [ "e7eaee5e-2e2c-4dbf-85e1-eb5a4118def4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11969" ], - "x-ms-correlation-request-id": [ "3655d3d5-18e5-4e69-8f67-71ce61b832c0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004643Z:3655d3d5-18e5-4e69-8f67-71ce61b832c0" ], + "x-ms-correlation-request-id": [ "dcc2c84e-6972-4053-b173-d81b713adfa5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003223Z:dcc2c84e-6972-4053-b173-d81b713adfa5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:43 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:22 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1185" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"182606ef-92ea-40fd-9f23-787678229ef8\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "282" ], - "x-ms-client-request-id": [ "76c03f8e-d2c6-4780-9071-f713e161917d" ], + "x-ms-client-request-id": [ "b58779f6-6ef3-4b64-a833-026d4be4ce8e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5878,32 +5878,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8fd8df2b-d832-4fa8-8720-5daf8753e827" ], + "x-ms-request-id": [ "7ccd14b2-a8a0-4714-bb7a-83fbc6ba6649" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11826" ], - "x-ms-correlation-request-id": [ "854b4cb0-00f7-46da-8c34-a20999431187" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004644Z:854b4cb0-00f7-46da-8c34-a20999431187" ], + "x-ms-correlation-request-id": [ "d71a1f53-1df0-4a96-b6ae-a73b27893ea2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003223Z:d71a1f53-1df0-4a96-b6ae-a73b27893ea2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:43 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3353" ], + "Content-Length": [ "3385" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+New-AzFunctionApp -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+13": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "283" ], - "x-ms-client-request-id": [ "b97fffd3-0bf6-4b08-a742-2664180aed50" ], + "x-ms-client-request-id": [ "b44202d1-397e-477e-9506-f73776739069" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5918,17 +5918,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFE3FDCA55\"" ], + "ETag": [ "\"1D6437585668C95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2f3e7fef-d29f-4a6e-b1cf-26d678ee2ba4" ], + "x-ms-request-id": [ "ab5b9b99-ce01-4bf3-9a92-aa4b7f16df3e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-correlation-request-id": [ "e3a1ff30-f5d4-4d9d-89a8-fedac49b48ca" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004647Z:e3a1ff30-f5d4-4d9d-89a8-fedac49b48ca" ], + "x-ms-correlation-request-id": [ "a56cd098-f907-45b1-91af-f1edecbc8033" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003226Z:a56cd098-f907-45b1-91af-f1edecbc8033" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:46 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:25 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5937,11 +5937,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-gaqlx2ob3s\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -5955,15 +5955,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3c0ed1bb-5524-41b5-9d48-ecfb98339c31" ], + "x-ms-request-id": [ "ae76f296-5d41-4fbf-9e05-df247ec4f7f5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11825" ], - "x-ms-correlation-request-id": [ "ad3650ba-349d-4a2f-9e08-8dfc397d4f50" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004647Z:ad3650ba-349d-4a2f-9e08-8dfc397d4f50" ], + "x-ms-correlation-request-id": [ "7118ce0e-db01-4a22-a001-1a979c224e23" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003226Z:7118ce0e-db01-4a22-a001-1a979c224e23" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -5973,14 +5973,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "285" ], - "x-ms-client-request-id": [ "608b1c1e-078b-4989-b5a7-fad42f707f07" ], + "x-ms-client-request-id": [ "94853373-46f9-4b71-b5a1-b30b5f4b1639" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5996,32 +5996,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3c792bb1-0412-4119-bb90-81edbebfb55f" ], + "x-ms-request-id": [ "8e692dda-1542-47d5-8814-d83e4f60f080" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11824" ], - "x-ms-correlation-request-id": [ "34363272-d610-4b28-87d7-4e672be9ffde" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004647Z:34363272-d610-4b28-87d7-4e672be9ffde" ], + "x-ms-correlation-request-id": [ "7288909e-4dfa-4f9a-bf73-dc1a5ad90ae3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003226Z:7288909e-4dfa-4f9a-bf73-dc1a5ad90ae3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "286" ], - "x-ms-client-request-id": [ "486463e5-2e72-4bd5-9f42-221a90bab9b5" ], + "x-ms-client-request-id": [ "9f0bc54d-ef99-448d-8b09-615f3e520c60" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6037,32 +6037,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "174f5bc8-af08-4a6b-a732-befb046da5af" ], + "x-ms-request-id": [ "45a9190f-21e2-4937-a2b9-9e238a84a602" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11823" ], - "x-ms-correlation-request-id": [ "184e0a0d-d1e2-45e3-adbd-696b988ed702" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004647Z:184e0a0d-d1e2-45e3-adbd-696b988ed702" ], + "x-ms-correlation-request-id": [ "749bb62b-266f-4959-a265-b0739330ddfd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003227Z:749bb62b-266f-4959-a265-b0739330ddfd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "287" ], - "x-ms-client-request-id": [ "c0225c6a-b993-4cfa-92bd-d1ed7a29ff5c" ], + "x-ms-client-request-id": [ "cebdd13b-3ad1-4604-86e6-b0a43668ca66" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6078,32 +6078,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "79b855bc-1700-4421-aa8d-00c33e782ecc" ], + "x-ms-request-id": [ "ba8181c8-a931-4f92-8bba-1d87e905da2c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11822" ], - "x-ms-correlation-request-id": [ "f664e0bc-6b50-4361-8b4f-4414527cf178" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004648Z:f664e0bc-6b50-4361-8b4f-4414527cf178" ], + "x-ms-correlation-request-id": [ "d8b8c872-bcb7-491a-8a08-fe9254287a93" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003227Z:d8b8c872-bcb7-491a-8a08-fe9254287a93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "288" ], - "x-ms-client-request-id": [ "f594db1a-cb25-4386-aa0b-2ad5dedf77ee" ], + "x-ms-client-request-id": [ "601c30c5-7a61-404c-be27-0c60287e0548" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6119,32 +6119,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "caa0aff4-b879-4ad3-83bb-0406ba18f30c" ], + "x-ms-request-id": [ "0aaa613a-d104-4d1e-9805-98b04264126e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11821" ], - "x-ms-correlation-request-id": [ "348bb6ce-9ca0-4c36-af2a-667839d1ba87" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004648Z:348bb6ce-9ca0-4c36-af2a-667839d1ba87" ], + "x-ms-correlation-request-id": [ "49d599dd-2fe4-4eee-ba27-ce6679db23de" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003227Z:49d599dd-2fe4-4eee-ba27-ce6679db23de" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:48 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "289" ], - "x-ms-client-request-id": [ "2f1ee2f8-8d44-4dfd-869c-c44a4fed987c" ], + "x-ms-client-request-id": [ "5fefd203-21a1-4e27-8a72-5d9e6eb93324" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6160,32 +6160,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "63f8f7d8-8266-429c-ab6f-cdccd5603463" ], + "x-ms-request-id": [ "59cc495b-7e10-4db1-a53a-d5dad7c4d4dd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11820" ], - "x-ms-correlation-request-id": [ "1d3f6272-b572-4011-9eb4-c521df060277" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004648Z:1d3f6272-b572-4011-9eb4-c521df060277" ], + "x-ms-correlation-request-id": [ "359f8b5a-8e84-40bb-9502-d10f72668a82" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003228Z:359f8b5a-8e84-40bb-9502-d10f72668a82" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:48 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "290" ], - "x-ms-client-request-id": [ "c386842c-a960-4758-a0f5-9d5de9450843" ], + "x-ms-client-request-id": [ "15451653-5ec1-497e-8725-b9f1117391ee" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6200,31 +6200,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8cba44e6-dd93-45d1-b4de-2058d551a47a" ], + "x-ms-request-id": [ "87cf1949-bb9a-41e4-aae2-b77f82a4d321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11819" ], - "x-ms-correlation-request-id": [ "31dda8aa-5fbc-4500-a4b7-a80bbcaaa77d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004649Z:31dda8aa-5fbc-4500-a4b7-a80bbcaaa77d" ], + "x-ms-correlation-request-id": [ "87d2497d-a330-4c5c-ae69-9994cecd60d9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003228Z:87d2497d-a330-4c5c-ae69-9994cecd60d9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:48 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "291" ], - "x-ms-client-request-id": [ "6135c59b-0b8b-4b56-b8d3-6e76eab4c3e9" ], + "x-ms-client-request-id": [ "dca23d2b-dd77-4997-97b7-9cdda80e834a" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6239,27 +6239,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6f265b8a-46d1-4ece-aa8a-235cc7a821d1" ], + "x-ms-request-id": [ "feaa8a73-a112-4654-8f21-832ee783f084" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11971" ], - "x-ms-correlation-request-id": [ "72b77a39-a4b4-4a75-8494-8d002ae446ea" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004649Z:72b77a39-a4b4-4a75-8494-8d002ae446ea" ], + "x-ms-correlation-request-id": [ "38ffa167-ca9d-4760-bdce-168e5f84fc86" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003228Z:38ffa167-ca9d-4760-bdce-168e5f84fc86" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:46:48 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:32:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -6273,7 +6273,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a1ac223b-69a1-44f6-aeab-5dbb64842fed" ], + "x-ms-request-id": [ "37f828e7-ac86-41b9-a05a-84369340c57e" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -6281,28 +6281,28 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1165" ], - "x-ms-correlation-request-id": [ "bd4efaa8-aa8a-4bb7-83cc-6f6b341adde3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004650Z:bd4efaa8-aa8a-4bb7-83cc-6f6b341adde3" ], - "Date": [ "Wed, 13 May 2020 00:46:49 GMT" ] + "x-ms-correlation-request-id": [ "db059d2a-0d38-48e3-8efe-7bc02f15ae67" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003229Z:db059d2a-0d38-48e3-8efe-7bc02f15ae67" ], + "Date": [ "Tue, 16 Jun 2020 00:32:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1003" ], + "Content-Length": [ "1041" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08009c36-0000-0300-0000-5ebb43790000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"fabba0ab-a970-425b-b1d3-ce096614d4f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"ConnectionString\":\"InstrumentationKey=6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:43:33.4613907+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00000cba-0000-0300-0000-5ee8131c0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourcegroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\": {\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\": {\r\n }\r\n }\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1960" ] + "Content-Length": [ "1994" ] } }, "Response": { @@ -6310,34 +6310,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFFF588EAB\"" ], + "ETag": [ "\"1D64375A1206DE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b28cc15f-e108-4e09-be45-175f020c25c8" ], + "x-ms-request-id": [ "4ab645ec-5346-4dcc-877b-5020239b66a0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "491" ], - "x-ms-correlation-request-id": [ "794ccb57-73fb-455b-a631-a1d797ff78d7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004727Z:794ccb57-73fb-455b-a631-a1d797ff78d7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], + "x-ms-correlation-request-id": [ "58e572bf-859f-4383-a7a7-fedba5185fa0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003307Z:58e572bf-859f-4383-a7a7-fedba5185fa0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5962" ], + "Content-Length": [ "5970" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:46:53.6233333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourcegroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"e5e06e29-c06a-401e-8fd3-cb8b69dca2e8\",\"clientId\":\"48dabf20-fd2e-472b-9acc-7d2c36ad03e6\"}}}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:32:34.13\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"fb4d2d1e-a07a-4b69-9159-09d0c1487da0\",\"clientId\":\"507bbbf3-b3cb-4c82-b96b-40097eb1a157\"}}}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "294" ], - "x-ms-client-request-id": [ "4b2dbd26-a78d-40d3-a2e1-2d46b421a9bb" ], + "x-ms-client-request-id": [ "2c7e9ad3-1198-4ce0-9dbe-7535dddf4efb" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6352,34 +6352,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFFF588EAB\"" ], + "ETag": [ "\"1D64375A1206DE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e08d29bd-2eb7-4179-9cbd-eb36c4405da1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11818" ], + "x-ms-request-id": [ "d2de50d4-5c24-43ec-bc71-39ef239a03fa" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "1cbd60c9-e0ab-40a5-a975-965b4597795d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004727Z:1cbd60c9-e0ab-40a5-a975-965b4597795d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11818" ], + "x-ms-correlation-request-id": [ "40d89fc6-940f-4f61-926a-32a806827cc6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003307Z:40d89fc6-940f-4f61-926a-32a806827cc6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5762" ], + "Content-Length": [ "5770" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:46:54.1866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourcegroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"e5e06e29-c06a-401e-8fd3-cb8b69dca2e8\",\"clientId\":\"48dabf20-fd2e-472b-9acc-7d2c36ad03e6\"}}}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:32:34.75\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"fb4d2d1e-a07a-4b69-9159-09d0c1487da0\",\"clientId\":\"507bbbf3-b3cb-4c82-b96b-40097eb1a157\"}}}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "295" ], - "x-ms-client-request-id": [ "ad24fbfb-282c-4a83-9253-6f99c6fcf48d" ], + "x-ms-client-request-id": [ "40885a18-9f86-496c-84da-8bc5b7a79c6b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6395,32 +6395,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "44d11060-c98d-48e3-8548-2e1d2e1bf2aa" ], + "x-ms-request-id": [ "0d624637-8a80-44b5-91ab-d87bcfc6e891" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11968" ], - "x-ms-correlation-request-id": [ "d9fb8ecb-33f6-4f32-878d-1ae95a5ce89b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004727Z:d9fb8ecb-33f6-4f32-878d-1ae95a5ce89b" ], + "x-ms-correlation-request-id": [ "20b690ce-5706-4993-9f6c-cb6a963950bc" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:20b690ce-5706-4993-9f6c-cb6a963950bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "296" ], - "x-ms-client-request-id": [ "fa437621-cd1c-4a13-896c-1d7c6fdc8b51" ], + "x-ms-client-request-id": [ "1f5606fe-1cf6-4d61-a17a-bf52f87d666c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6436,32 +6436,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "53c50c77-efc6-408e-8b6f-fcb45cdc43bb" ], + "x-ms-request-id": [ "cd2fc10c-66aa-420b-ab74-3e8cce2781d7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11817" ], - "x-ms-correlation-request-id": [ "c2076135-5975-48b8-bb0b-d7350412988b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004727Z:c2076135-5975-48b8-bb0b-d7350412988b" ], + "x-ms-correlation-request-id": [ "37691ae0-463e-44e1-88d8-ebf1680ab95e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:37691ae0-463e-44e1-88d8-ebf1680ab95e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3293" ], + "Content-Length": [ "3325" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":42528,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":24496,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "297" ], - "x-ms-client-request-id": [ "2d2d3ff1-cc4a-48de-9752-f9d6e8dddb44" ], + "x-ms-client-request-id": [ "56bda83b-1d3d-49fc-9a2e-0424a49221f5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6476,34 +6476,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFFF588EAB\"" ], + "ETag": [ "\"1D64375A1206DE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8870814a-2a83-402f-b323-67a26dcc7f25" ], + "x-ms-request-id": [ "20e9d1e2-c770-48f2-aa42-e2ded7c66fa2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11816" ], - "x-ms-correlation-request-id": [ "9ad02b7f-3eb3-4132-81ce-09ec18dfeba5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004728Z:9ad02b7f-3eb3-4132-81ce-09ec18dfeba5" ], + "x-ms-correlation-request-id": [ "6d85a901-e2ed-4cd3-9452-d2d7d71ba063" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:6d85a901-e2ed-4cd3-9452-d2d7d71ba063" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5762" ], + "Content-Length": [ "5770" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:46:54.1866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourcegroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"e5e06e29-c06a-401e-8fd3-cb8b69dca2e8\",\"clientId\":\"48dabf20-fd2e-472b-9acc-7d2c36ad03e6\"}}}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:32:34.75\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"fb4d2d1e-a07a-4b69-9159-09d0c1487da0\",\"clientId\":\"507bbbf3-b3cb-4c82-b96b-40097eb1a157\"}}}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "298" ], - "x-ms-client-request-id": [ "3c2f2788-8d8f-4680-b8ce-637d7c8ec0bc" ], + "x-ms-client-request-id": [ "2e0c3fe0-392d-495c-b4b7-288b2cb31622" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6519,32 +6519,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c591c177-b581-4766-8ef9-dc18ed6d2804" ], + "x-ms-request-id": [ "6817cc96-9a5c-4054-bc39-f8da8e1efbe9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11967" ], - "x-ms-correlation-request-id": [ "5d3c30bc-08f2-4e32-8468-efb293d5a19c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004728Z:5d3c30bc-08f2-4e32-8468-efb293d5a19c" ], + "x-ms-correlation-request-id": [ "310ad0cb-7728-4ed4-bff4-6de270718e2d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003308Z:310ad0cb-7728-4ed4-bff4-6de270718e2d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "299" ], - "x-ms-client-request-id": [ "c93d4e3f-4600-41e5-a825-a0342ad6d481" ], + "x-ms-client-request-id": [ "473e8ce9-aa63-4f8c-9043-2397ca71c501" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6560,32 +6560,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2313d46b-a3f9-4c90-b3f9-1d14393401cd" ], + "x-ms-request-id": [ "06546fd0-290c-4ef5-926b-1ca465b19cf1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11815" ], - "x-ms-correlation-request-id": [ "12b12cfb-a534-4b7c-92e0-7ccdc5a22f62" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004729Z:12b12cfb-a534-4b7c-92e0-7ccdc5a22f62" ], + "x-ms-correlation-request-id": [ "e0221ae0-1012-465e-afbb-cd279035e331" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003309Z:e0221ae0-1012-465e-afbb-cd279035e331" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:28 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3293" ], + "Content-Length": [ "3325" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":42528,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":24496,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "300" ], - "x-ms-client-request-id": [ "eb781a8c-b8c0-4de3-bd6e-fa9d3958add0" ], + "x-ms-client-request-id": [ "de1b2577-55d7-4e4e-b4e7-1026fe16cdb9" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6600,17 +6600,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BFFF588EAB\"" ], + "ETag": [ "\"1D64375A1206DE0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b3bb7c38-0148-455f-9ddf-f7de650d55a8" ], + "x-ms-request-id": [ "b1dd877c-3b8e-49a6-9aea-f261dc3384de" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], - "x-ms-correlation-request-id": [ "a6cecc82-621a-4d44-a3eb-598ce6d70d8e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004733Z:a6cecc82-621a-4d44-a3eb-598ce6d70d8e" ], + "x-ms-correlation-request-id": [ "083adc14-3b9b-4724-9c40-4ef488c6a774" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003312Z:083adc14-3b9b-4724-9c40-4ef488c6a774" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -6619,11 +6619,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-gaqlx2ob3s\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -6637,15 +6637,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "58419689-4c7d-4a54-a083-1f7b91c2d855" ], + "x-ms-request-id": [ "296cc2d7-d851-4d59-babd-8e0b23513ffe" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11814" ], - "x-ms-correlation-request-id": [ "39c82fb0-dc50-416b-91eb-49359249e0fd" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004733Z:39c82fb0-dc50-416b-91eb-49359249e0fd" ], + "x-ms-correlation-request-id": [ "994c1882-5f8e-41ea-90dc-edae6439a223" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003312Z:994c1882-5f8e-41ea-90dc-edae6439a223" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -6655,14 +6655,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "302" ], - "x-ms-client-request-id": [ "93f3182d-ded3-4cf9-8375-b6bc122bc84a" ], + "x-ms-client-request-id": [ "e3c8a59f-3b64-4077-9f3a-3d41c3fa2266" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6678,32 +6678,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a0dadc79-2334-4765-9261-3f5c0b930e2d" ], + "x-ms-request-id": [ "f7360cbf-e383-467a-9ed9-f1da9d78fc2a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11813" ], - "x-ms-correlation-request-id": [ "be540ade-3859-4e06-aef3-1a6397251cfd" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004733Z:be540ade-3859-4e06-aef3-1a6397251cfd" ], + "x-ms-correlation-request-id": [ "4e2ba444-991a-42d5-afd6-c4eab17c50f2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003312Z:4e2ba444-991a-42d5-afd6-c4eab17c50f2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "303" ], - "x-ms-client-request-id": [ "6fef31da-29c1-4867-a095-4145e223412b" ], + "x-ms-client-request-id": [ "ae6aa3d4-492f-41d6-8d0e-d6d690f1f286" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6719,32 +6719,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "05c72de4-531b-4a06-abde-78bd2a83a8a1" ], + "x-ms-request-id": [ "b07a8617-8380-4784-91c5-3b050391170f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11812" ], - "x-ms-correlation-request-id": [ "241d311e-09a7-489f-9937-787da6798876" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004733Z:241d311e-09a7-489f-9937-787da6798876" ], + "x-ms-correlation-request-id": [ "6b1979f0-36a6-4b79-a1a5-14ab2d594d8a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003313Z:6b1979f0-36a6-4b79-a1a5-14ab2d594d8a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "304" ], - "x-ms-client-request-id": [ "601d3eb7-7351-459c-8a08-de9aa0d43d0c" ], + "x-ms-client-request-id": [ "d8776623-6420-440b-9063-e6d88b8f6386" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6760,32 +6760,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c91afb34-9c14-4379-8b0e-86895f3a0cdb" ], + "x-ms-request-id": [ "abcf5ff6-40aa-43c4-9fbe-2c608e2a7bc6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11811" ], - "x-ms-correlation-request-id": [ "e1278c0e-7c1b-42c4-9c14-6608e532940f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004734Z:e1278c0e-7c1b-42c4-9c14-6608e532940f" ], + "x-ms-correlation-request-id": [ "2807cd24-e4de-44fc-955f-1680d2ca107a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003313Z:2807cd24-e4de-44fc-955f-1680d2ca107a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "305" ], - "x-ms-client-request-id": [ "65193cf2-bc0a-4827-b152-846f00d70ddb" ], + "x-ms-client-request-id": [ "962124f0-dd7b-415a-8155-fcdb277e46a8" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6801,32 +6801,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7b6714e4-7d5c-40b5-8364-dad10189a49a" ], + "x-ms-request-id": [ "0ba04aca-568e-4f80-a1ed-d329f6a23249" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11810" ], - "x-ms-correlation-request-id": [ "e95dcab4-a009-4428-8827-34436827a468" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004734Z:e95dcab4-a009-4428-8827-34436827a468" ], + "x-ms-correlation-request-id": [ "d989f9f6-91bc-4667-8f98-a802be6f8390" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003313Z:d989f9f6-91bc-4667-8f98-a802be6f8390" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "306" ], - "x-ms-client-request-id": [ "5eaef804-ad3f-44de-9d8c-08cb3b5437f9" ], + "x-ms-client-request-id": [ "2525a808-c000-4423-8910-c784818019d1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6842,32 +6842,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8186f181-fa08-4fec-96a6-337297181a4c" ], + "x-ms-request-id": [ "178b469d-229d-4fe0-810b-439e468b02ec" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11809" ], - "x-ms-correlation-request-id": [ "422853c8-4f8d-47d8-9540-23f3bb82f367" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004735Z:422853c8-4f8d-47d8-9540-23f3bb82f367" ], + "x-ms-correlation-request-id": [ "5581c2ad-d9fa-4896-a214-84316d4eddb6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003314Z:5581c2ad-d9fa-4896-a214-84316d4eddb6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "307" ], - "x-ms-client-request-id": [ "a7a631ae-c1b0-40d2-bf3d-c6c252bc7803" ], + "x-ms-client-request-id": [ "a7a0b91d-abe7-44f0-952d-5c723a3cc915" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6882,31 +6882,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ca09c785-480a-47f2-9431-48768de6bf3a" ], + "x-ms-request-id": [ "4624c9ee-366c-42b1-b051-86727400df3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11808" ], - "x-ms-correlation-request-id": [ "6afbf510-156f-4857-93c8-8d4a1068066d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004735Z:6afbf510-156f-4857-93c8-8d4a1068066d" ], + "x-ms-correlation-request-id": [ "ece3c070-bd4b-4d5b-82dd-3630f6d0f41e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003314Z:ece3c070-bd4b-4d5b-82dd-3630f6d0f41e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "308" ], - "x-ms-client-request-id": [ "31504bf9-5b1c-4e21-8d1c-71f06146be35" ], + "x-ms-client-request-id": [ "c8cb12f9-d51e-46f0-9870-9775742e1ead" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -6921,27 +6921,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b3875900-0be6-4ab2-94ac-f43109b8349c" ], + "x-ms-request-id": [ "4d9c9c4e-cced-45c8-8751-add1e0c79f6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11970" ], - "x-ms-correlation-request-id": [ "50d76c7c-2a50-40d7-84ad-bb46b32e5d3c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004735Z:50d76c7c-2a50-40d7-84ad-bb46b32e5d3c" ], + "x-ms-correlation-request-id": [ "343aefed-6f34-4fef-8425-f2b9f3849b11" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003314Z:343aefed-6f34-4fef-8425-f2b9f3849b11" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:47:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -6955,36 +6955,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a14cd2e5-2112-44b2-a2b7-01a67800c76e" ], + "x-ms-request-id": [ "eeb2022c-37a2-4395-9d51-798d5f03813e" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1164" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1164" ], - "x-ms-correlation-request-id": [ "4405eed0-d3d3-4203-a4f4-cca7f33e91dd" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004736Z:4405eed0-d3d3-4203-a4f4-cca7f33e91dd" ], - "Date": [ "Wed, 13 May 2020 00:47:35 GMT" ] + "x-ms-correlation-request-id": [ "231572de-072b-477c-bb46-af284dfc9867" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003315Z:231572de-072b-477c-bb46-af284dfc9867" ], + "Date": [ "Tue, 16 Jun 2020 00:33:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1003" ], + "Content-Length": [ "1041" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0800cf36-0000-0300-0000-5ebb43a70000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"fabba0ab-a970-425b-b1d3-ce096614d4f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"ConnectionString\":\"InstrumentationKey=6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:43:33.4613907+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000024ba-0000-0300-0000-5ee8134a0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting2\",\r\n \"value\": \"FooBar\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting1\",\r\n \"value\": \"98765\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting2\",\r\n \"value\": \"FooBar\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting1\",\r\n \"value\": \"98765\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1907" ] + "Content-Length": [ "1941" ] } }, "Response": { @@ -6992,34 +6992,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C01B9C466B\"" ], + "ETag": [ "\"1D64375BC26416B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cae963c1-839f-4353-aea4-5c7cd7771d03" ], + "x-ms-request-id": [ "06a8a5c0-024a-49c2-816f-201d981e8647" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "490" ], - "x-ms-correlation-request-id": [ "dd1d65cd-0976-4f7e-859b-8aac9965846e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004814Z:dd1d65cd-0976-4f7e-859b-8aac9965846e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], + "x-ms-correlation-request-id": [ "f724c50b-888d-466a-8c51-dd1865475938" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003355Z:f724c50b-888d-466a-8c51-dd1865475938" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5759" ], + "Content-Length": [ "5773" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:47:39.8\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"57b66a4a-fbb6-4576-be82-1c5f12e1cd22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:33:19.48\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"7d16f21e-5ab0-479e-8d4f-f9f2580766bd\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "311" ], - "x-ms-client-request-id": [ "c5ea3f6f-6747-4c08-b1c4-6471d5cecea7" ], + "x-ms-client-request-id": [ "c47ad8ea-d897-42e6-9553-9e01131c6312" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7034,34 +7034,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C01B9C466B\"" ], + "ETag": [ "\"1D64375BC26416B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "460928b0-2577-4e00-8bc1-ed7a16bbbe98" ], + "x-ms-request-id": [ "73114b87-e432-4b08-bc5b-6774156045d7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11807" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11807" ], - "x-ms-correlation-request-id": [ "df7abe81-35a2-4eac-b589-8b396617f192" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004814Z:df7abe81-35a2-4eac-b589-8b396617f192" ], + "x-ms-correlation-request-id": [ "f2093118-41c7-4641-a780-2e8caefd2b5c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003355Z:f2093118-41c7-4641-a780-2e8caefd2b5c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5565" ], + "Content-Length": [ "5578" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:47:41.6066667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"57b66a4a-fbb6-4576-be82-1c5f12e1cd22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:33:20.0866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"7d16f21e-5ab0-479e-8d4f-f9f2580766bd\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "312" ], - "x-ms-client-request-id": [ "1a6dd5ab-4b80-404e-a717-9705726f004d" ], + "x-ms-client-request-id": [ "4f1a55ce-b285-47b9-902b-61e0385840b1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7077,32 +7077,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c7c40b6b-6cc1-4796-9dde-cd5652409207" ], + "x-ms-request-id": [ "e58a5511-2490-4866-a4fe-dca8ff44a859" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11966" ], - "x-ms-correlation-request-id": [ "e5f5cdb0-2b37-4d36-ad39-07a04bf1fc57" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004814Z:e5f5cdb0-2b37-4d36-ad39-07a04bf1fc57" ], + "x-ms-correlation-request-id": [ "a95404d3-0c48-4194-88d9-fefd143eb7b0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:a95404d3-0c48-4194-88d9-fefd143eb7b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1173" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "313" ], - "x-ms-client-request-id": [ "5342c82c-928f-401c-b8d7-5eb8bbc6775a" ], + "x-ms-client-request-id": [ "99b59310-8fd4-4e15-b97c-1d0f7fcbd690" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7118,32 +7118,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "53cafdbf-e01c-49fd-a285-c8a6f551b542" ], + "x-ms-request-id": [ "aa39d356-5dee-4e75-9c55-9679ad263a78" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11806" ], - "x-ms-correlation-request-id": [ "8cea9fa2-c31e-4905-b0c1-ed4995e0cd57" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004815Z:8cea9fa2-c31e-4905-b0c1-ed4995e0cd57" ], + "x-ms-correlation-request-id": [ "19731a59-acc0-4d48-99ba-4ba368afcb5f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:19731a59-acc0-4d48-99ba-4ba368afcb5f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3293" ], + "Content-Length": [ "3325" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":42529,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24497,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+14": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "314" ], - "x-ms-client-request-id": [ "79750498-f713-40aa-83ad-80cede987f98" ], + "x-ms-client-request-id": [ "2de46f0f-8d79-4f2b-a93d-5325f16c773c" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7158,34 +7158,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C01B9C466B\"" ], + "ETag": [ "\"1D64375BC26416B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b21619eb-66af-4ac5-99f0-6dc9fe6e1999" ], + "x-ms-request-id": [ "59c45ac9-99fc-4468-bdf6-ba94c25a9836" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11805" ], - "x-ms-correlation-request-id": [ "ce868d43-fff5-4ab1-9677-45c38bd6da01" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004815Z:ce868d43-fff5-4ab1-9677-45c38bd6da01" ], + "x-ms-correlation-request-id": [ "e460992a-2dd1-4ab8-916e-42cdebe73ff1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:e460992a-2dd1-4ab8-916e-42cdebe73ff1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5565" ], + "Content-Length": [ "5578" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:47:41.6066667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"57b66a4a-fbb6-4576-be82-1c5f12e1cd22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:33:20.0866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"7d16f21e-5ab0-479e-8d4f-f9f2580766bd\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "315" ], - "x-ms-client-request-id": [ "05c61d9f-f27b-47c3-9cbe-087cee43cbbe" ], + "x-ms-client-request-id": [ "411066e1-c078-4cd4-bc79-4ec13284575d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7201,32 +7201,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ac36c94c-3b5b-4309-8002-9d24ea649700" ], + "x-ms-request-id": [ "5115e788-1065-4b03-be09-29472bb98173" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11965" ], - "x-ms-correlation-request-id": [ "c341893d-2e33-4b40-973f-c77428695699" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004816Z:c341893d-2e33-4b40-973f-c77428695699" ], + "x-ms-correlation-request-id": [ "217a8f33-ff1c-46af-be2f-dd5676ffb2f8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003356Z:217a8f33-ff1c-46af-be2f-dd5676ffb2f8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1173" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "316" ], - "x-ms-client-request-id": [ "e002eb30-0f6f-4ccc-97b5-a330876895f1" ], + "x-ms-client-request-id": [ "75c97e4e-0524-46e8-ab76-08f0793e2f1c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7242,32 +7242,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3375f42a-6eca-4463-a1c4-b7c9f420fa00" ], + "x-ms-request-id": [ "059fe00b-3258-4171-a392-566ea1c37f8d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11804" ], - "x-ms-correlation-request-id": [ "423d8ba0-925f-49b9-9e38-4738a7972749" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004817Z:423d8ba0-925f-49b9-9e38-4738a7972749" ], + "x-ms-correlation-request-id": [ "99dde3e1-926c-4ca0-92cc-b4ea9d0d3dd6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003357Z:99dde3e1-926c-4ca0-92cc-b4ea9d0d3dd6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:33:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3293" ], + "Content-Length": [ "3325" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":42529,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24497,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+17": { + "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "317" ], - "x-ms-client-request-id": [ "d35dcb6a-d116-44ae-9480-98a51d8ab30d" ], + "x-ms-client-request-id": [ "74e078be-2ffd-4ccc-b4e0-b591c43810ac" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7282,17 +7282,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C01B9C466B\"" ], + "ETag": [ "\"1D64375BC26416B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "43b3c4be-8767-4258-993f-b522df286be4" ], + "x-ms-request-id": [ "ec299e3b-7207-401b-b7f4-618af81587c8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], - "x-ms-correlation-request-id": [ "8e79bc88-f3fb-47b0-9680-e0b7afc79499" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004821Z:8e79bc88-f3fb-47b0-9680-e0b7afc79499" ], + "x-ms-correlation-request-id": [ "c7be7724-7686-4561-ab6b-49dde09c2e63" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003402Z:c7be7724-7686-4561-ab6b-49dde09c2e63" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -7301,11 +7301,11 @@ "Content": null } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-gaqlx2ob3s\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -7319,15 +7319,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f19f63d1-69a4-470e-a7e7-acc80170deae" ], + "x-ms-request-id": [ "3018a21c-5a23-4443-a46b-d18578eaf4d5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11803" ], - "x-ms-correlation-request-id": [ "af5f189a-d1c8-4477-921b-6feadf1a7de3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004821Z:af5f189a-d1c8-4477-921b-6feadf1a7de3" ], + "x-ms-correlation-request-id": [ "7747bae5-2cd1-4b87-91a1-ba784065475b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:7747bae5-2cd1-4b87-91a1-ba784065475b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -7337,14 +7337,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "319" ], - "x-ms-client-request-id": [ "9b80207d-ee7e-4c01-b263-51bb3d959aa9" ], + "x-ms-client-request-id": [ "5691a36d-673f-48d0-b71b-2f821a2d6cf1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7360,32 +7360,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "93d68a5b-0a16-4e86-ba0c-eb8185022c2e" ], + "x-ms-request-id": [ "7b0496e7-73fd-4066-bbf0-c9434cff30cc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11802" ], - "x-ms-correlation-request-id": [ "0cdbdd76-585d-45c0-a242-dccddada6e79" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004821Z:0cdbdd76-585d-45c0-a242-dccddada6e79" ], + "x-ms-correlation-request-id": [ "f70cb896-71d4-4c10-9014-bef64f7e9234" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:f70cb896-71d4-4c10-9014-bef64f7e9234" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "320" ], - "x-ms-client-request-id": [ "3f05d7f7-74ee-4395-b889-ac05b57549d7" ], + "x-ms-client-request-id": [ "83e50414-db89-477e-8038-1e8d67ef9a16" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7401,32 +7401,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "085576af-0860-4b9b-96bb-cbdc0d4bb46f" ], + "x-ms-request-id": [ "d249ea94-8b95-41e3-b831-3b8369a23078" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11801" ], - "x-ms-correlation-request-id": [ "2e0db7dc-3c62-42b0-9946-9a8f7e7ad47d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004821Z:2e0db7dc-3c62-42b0-9946-9a8f7e7ad47d" ], + "x-ms-correlation-request-id": [ "10f25849-3fdd-45a4-a3be-cf13ec538a9b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:10f25849-3fdd-45a4-a3be-cf13ec538a9b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "321" ], - "x-ms-client-request-id": [ "08826efa-a994-407b-bb6e-435612bcc873" ], + "x-ms-client-request-id": [ "a9ddff64-a5bc-4592-8ab3-da270ae98593" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7442,32 +7442,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9a643e09-eb72-4bec-8b5d-4fa550905f90" ], + "x-ms-request-id": [ "a8861afc-6fb2-4e0c-8fee-5d85726172f4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11800" ], - "x-ms-correlation-request-id": [ "7f497ab3-8326-4696-b7cc-7d35b6760dce" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004822Z:7f497ab3-8326-4696-b7cc-7d35b6760dce" ], + "x-ms-correlation-request-id": [ "207b0180-eb85-41fd-9ce5-19d949212ac7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003403Z:207b0180-eb85-41fd-9ce5-19d949212ac7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "322" ], - "x-ms-client-request-id": [ "901f7897-44a9-4d29-a43d-21e0c964888e" ], + "x-ms-client-request-id": [ "dde0d1ad-5140-4dec-a4f9-99109857f65b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7483,32 +7483,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "610b0e77-7b30-44b9-8030-dd46e4e1f36e" ], + "x-ms-request-id": [ "d95df90a-602d-404b-ac09-10358c2d084a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11799" ], - "x-ms-correlation-request-id": [ "29b7a86b-8cb5-4b65-ac33-e7e6b057fcdf" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004822Z:29b7a86b-8cb5-4b65-ac33-e7e6b057fcdf" ], + "x-ms-correlation-request-id": [ "e5616581-e7cb-4263-8356-a08a63a2bf8c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:e5616581-e7cb-4263-8356-a08a63a2bf8c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "323" ], - "x-ms-client-request-id": [ "a1e5b399-cc10-478c-9c2b-d99ee05741ff" ], + "x-ms-client-request-id": [ "7952a187-a1c9-4b23-be16-104fb6bf4138" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7524,32 +7524,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c6e2dc37-450d-415f-95f1-c0bed7305273" ], + "x-ms-request-id": [ "8a0d0cdb-3588-4ba6-b779-0641b3fc904c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11798" ], - "x-ms-correlation-request-id": [ "58eeba63-4b81-4bff-a113-1e6aef1d22b9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004822Z:58eeba63-4b81-4bff-a113-1e6aef1d22b9" ], + "x-ms-correlation-request-id": [ "a03b873d-ab2d-401d-bb77-50cd8e0c31e2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:a03b873d-ab2d-401d-bb77-50cd8e0c31e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "324" ], - "x-ms-client-request-id": [ "39be1be7-a19c-4023-aad5-b5cfa561aec4" ], + "x-ms-client-request-id": [ "ad394d81-c3be-4c61-a1de-f549fd9e68f5" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7564,31 +7564,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "70eaed96-12c5-4833-8e39-4825910668ae" ], + "x-ms-request-id": [ "97422a92-9494-4d71-ac58-3b2622ac141a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11797" ], - "x-ms-correlation-request-id": [ "a9f17f53-08a5-43d6-9c59-406afc9cb69a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004823Z:a9f17f53-08a5-43d6-9c59-406afc9cb69a" ], + "x-ms-correlation-request-id": [ "d48a0c5f-2d66-44df-b568-4418277405ae" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:d48a0c5f-2d66-44df-b568-4418277405ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "325" ], - "x-ms-client-request-id": [ "0616c5ba-0ac0-48e1-97f3-05856655d0f8" ], + "x-ms-client-request-id": [ "baecf7b2-75c2-4092-b1f3-3f8892dea8e3" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7603,27 +7603,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "8991f395-2cd0-4d3c-90ea-39c6dc6261aa" ], + "x-ms-request-id": [ "bb35337c-b1c1-4eaf-becb-7acc2474b56c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11969" ], - "x-ms-correlation-request-id": [ "c96f777f-7752-438d-b507-f02824bc7ee6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004823Z:c96f777f-7752-438d-b507-f02824bc7ee6" ], + "x-ms-correlation-request-id": [ "95943623-e925-4819-9616-2e98580b4f05" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003404Z:95943623-e925-4819-9616-2e98580b4f05" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01+9": { + "New-AzFunctionApp+[NoContext]+Creating a function app with \u0027UserAssigned\u0027 managed identity should throw if IdentityID is not provided +$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -7637,7 +7637,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "94cffe76-85c2-4ab1-9f18-0b4cb18ed052" ], + "x-ms-request-id": [ "a88d831b-68f4-4d95-b2f1-639531a99a1b" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -7645,23 +7645,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1163" ], - "x-ms-correlation-request-id": [ "8dd9c568-b067-4e4b-991a-d20defcb6e7d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004824Z:8dd9c568-b067-4e4b-991a-d20defcb6e7d" ], - "Date": [ "Wed, 13 May 2020 00:48:24 GMT" ] + "x-ms-correlation-request-id": [ "fabfffce-4305-49db-b52d-cf5749bc26d1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003455Z:fabfffce-4305-49db-b52d-cf5749bc26d1" ], + "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1003" ], + "Content-Length": [ "1041" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0800f536-0000-0300-0000-5ebb43d70000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"fabba0ab-a970-425b-b1d3-ce096614d4f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"ConnectionString\":\"InstrumentationKey=6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:43:33.4613907+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000047ba-0000-0300-0000-5ee8137d0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-DotNet-0x6frukzhe\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-DotNet-yl4rj1w7qs\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -7675,15 +7675,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ed914ff0-51e7-486e-9416-7d205fd2ca16" ], + "x-ms-request-id": [ "b6d9a9ba-938d-41aa-b57e-baf932629630" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11796" ], - "x-ms-correlation-request-id": [ "d28d1fe8-a6e8-4d0d-bef6-85cc1c36eb51" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004824Z:d28d1fe8-a6e8-4d0d-bef6-85cc1c36eb51" ], + "x-ms-correlation-request-id": [ "554bc3d4-8f0e-4aee-b333-a26f428abdb5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003455Z:554bc3d4-8f0e-4aee-b333-a26f428abdb5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -7693,14 +7693,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "328" ], - "x-ms-client-request-id": [ "bae078ab-b74f-4e32-a9b7-990a14cac67f" ], + "x-ms-client-request-id": [ "2eef4b9e-e383-4815-9b2d-808b074e5fb9" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7716,32 +7716,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "26bfe3ee-b9a6-45e7-960d-40f882b7bc38" ], + "x-ms-request-id": [ "3e4cbe3f-762b-4f4a-b971-6b1ee256d0a8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11795" ], - "x-ms-correlation-request-id": [ "03f2a353-03a1-41b6-ae43-ae3d624f4bb9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004825Z:03f2a353-03a1-41b6-ae43-ae3d624f4bb9" ], + "x-ms-correlation-request-id": [ "c4c2061c-19e5-4efe-97dc-375fd45f5f3d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003455Z:c4c2061c-19e5-4efe-97dc-375fd45f5f3d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "14697" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "329" ], - "x-ms-client-request-id": [ "f3e14fd2-c611-4ca9-a9a8-134b23c19f3c" ], + "x-ms-client-request-id": [ "8646287c-0f13-40df-a7bc-ba1efa652149" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7756,31 +7756,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e12f1ad7-48cf-41d7-9d1c-c5754c64d0a6" ], + "x-ms-request-id": [ "0984eeb4-f641-48bd-8be0-27974702cdef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11794" ], - "x-ms-correlation-request-id": [ "8f89d22f-cea9-4775-ac1a-d1cd425e4ee5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004825Z:8f89d22f-cea9-4775-ac1a-d1cd425e4ee5" ], + "x-ms-correlation-request-id": [ "cffe3df4-584d-4a19-b494-8bbb94d88ac3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003456Z:cffe3df4-584d-4a19-b494-8bbb94d88ac3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01+4": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", "Content": null, "Headers": { "x-ms-unique-id": [ "330" ], - "x-ms-client-request-id": [ "213097c2-9d9f-45e8-99bb-6b3377737de5" ], + "x-ms-client-request-id": [ "8068b2fc-fbd3-4c7d-bd98-da2209f0400a" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7795,27 +7795,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "7fdba8b4-b349-4248-8a50-2025e7a002bf" ], + "x-ms-request-id": [ "5f323840-4340-4b95-9cc6-a4b5926516f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11968" ], - "x-ms-correlation-request-id": [ "628978b9-458f-4f82-9de5-542980b97cb2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004825Z:628978b9-458f-4f82-9de5-542980b97cb2" ], + "x-ms-correlation-request-id": [ "4d3bf7b9-2ce6-4f34-a388-c21161763a21" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003456Z:4d3bf7b9-2ce6-4f34-a388-c21161763a21" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:34:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"aWcUGegwbDwRPADFJMLTMGo+B9yyFoJJxB2ZO7mc9/l4j70XufLewRf4tAEBC7E2vzrXpmghoYSIcGr1LvVbOA==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Insights/components/Functions-DotNet-0x6frukzhe?api-version=2015-05-01+5": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-DotNet-yl4rj1w7qs?api-version=2015-05-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Insights/components/Functions-DotNet-0x6frukzhe?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-DotNet-yl4rj1w7qs?api-version=2015-05-01", "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -7829,7 +7829,7 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "16a17b2b-c52e-4010-9d12-bec9a70658c2" ], + "x-ms-request-id": [ "891242fd-a304-4ebf-944a-864d50a443ca" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], @@ -7837,23 +7837,23 @@ "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1162" ], - "x-ms-correlation-request-id": [ "2407c1a4-f67a-4c6b-b7fc-996bebc6f0bd" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004827Z:2407c1a4-f67a-4c6b-b7fc-996bebc6f0bd" ], - "Date": [ "Wed, 13 May 2020 00:48:27 GMT" ] + "x-ms-correlation-request-id": [ "dcab67fe-ff25-47ba-9c6b-002b2e29d2fa" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003500Z:dcab67fe-ff25-47ba-9c6b-002b2e29d2fa" ], + "Date": [ "Tue, 16 Jun 2020 00:35:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "989" ], + "Content-Length": [ "1027" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/microsoft.insights/components/Functions-DotNet-0x6frukzhe\",\"name\":\"Functions-DotNet-0x6frukzhe\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0800f636-0000-0300-0000-5ebb43da0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-DotNet-0x6frukzhe\",\"AppId\":\"5dd134b5-6208-4e58-9665-4ba78b7ab6e0\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"90bcd9a8-3d38-4978-a3cf-1f79404bcb1e\",\"ConnectionString\":\"InstrumentationKey=90bcd9a8-3d38-4978-a3cf-1f79404bcb1e\",\"Name\":\"Functions-DotNet-0x6frukzhe\",\"CreationDate\":\"2020-05-13T00:48:26.5924435+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000067ba-0000-0300-0000-5ee813b30000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-DotNet-yl4rj1w7qs\",\"AppId\":\"657e5353-3ad1-4da2-aa4c-859c8aaa07ce\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"ConnectionString\":\"InstrumentationKey=df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"Name\":\"Functions-DotNet-yl4rj1w7qs\",\"CreationDate\":\"2020-06-16T00:34:59.1705745+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01+6": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"dotnet\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"90bcd9a8-3d38-4978-a3cf-1f79404bcb1e\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"DOTNET|3.1\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"dotnet\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"df672aa0-4c2f-48f5-98d0-9b4b5b677817\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"DOTNET|3.1\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -7866,34 +7866,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C038DBC34B\"" ], + "ETag": [ "\"1D64375F9CC6BCB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b4064f31-dc5d-4bc5-99b9-af3c5630b4ba" ], + "x-ms-request-id": [ "91580f3a-5fd0-4a95-a732-ad7b0d233a5f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "489" ], - "x-ms-correlation-request-id": [ "cbabf4c2-3e6e-48be-9b48-802257f762da" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004846Z:cbabf4c2-3e6e-48be-9b48-802257f762da" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "495" ], + "x-ms-correlation-request-id": [ "ca35e9c3-1f57-4de0-938c-268f90319744" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003519Z:ca35e9c3-1f57-4de0-938c-268f90319744" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:46 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:35:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3711" ], + "Content-Length": [ "5664" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe\",\"name\":\"Functions-DotNet-0x6frukzhe\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-DotNet-0x6frukzhe\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-0x6frukzhe.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-DotNet-0x6frukzhe\",\"repositorySiteName\":\"Functions-DotNet-0x6frukzhe\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"functions-dotnet-0x6frukzhe.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-0x6frukzhe.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:48:30.15\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-DotNet-0x6frukzhe\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-0x6frukzhe\\\\$Functions-DotNet-0x6frukzhe\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-DotNet-yl4rj1w7qs\",\"repositorySiteName\":\"Functions-DotNet-yl4rj1w7qs\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-yl4rj1w7qs.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:02.9633333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-yl4rj1w7qs\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-yl4rj1w7qs\\\\$Functions-DotNet-yl4rj1w7qs\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01+7": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "333" ], - "x-ms-client-request-id": [ "abe888ff-b4e2-448e-8cce-3d6a3abdbae6" ], + "x-ms-client-request-id": [ "c80580f5-ff9b-40b1-9114-a90cec80317e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7908,34 +7908,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C038DBC34B\"" ], + "ETag": [ "\"1D64375F9CC6BCB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "987e486e-3951-44cf-840f-ff8ce906f863" ], + "x-ms-request-id": [ "b4116fd1-42ae-405a-bc29-887b4d8e8f85" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11793" ], - "x-ms-correlation-request-id": [ "65aba0bb-ce61-4967-b4ef-dbfcbe79406d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004847Z:65aba0bb-ce61-4967-b4ef-dbfcbe79406d" ], + "x-ms-correlation-request-id": [ "7cc1c7d6-708a-4123-be01-1d7aab083a1e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:7cc1c7d6-708a-4123-be01-1d7aab083a1e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:46 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:35:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe\",\"name\":\"Functions-DotNet-0x6frukzhe\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-0x6frukzhe\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-0x6frukzhe.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-DotNet-0x6frukzhe\",\"repositorySiteName\":\"Functions-DotNet-0x6frukzhe\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"functions-dotnet-0x6frukzhe.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-0x6frukzhe.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:48:30.6766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-DotNet-0x6frukzhe\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-0x6frukzhe\\\\$Functions-DotNet-0x6frukzhe\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-DotNet-yl4rj1w7qs\",\"repositorySiteName\":\"Functions-DotNet-yl4rj1w7qs\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-yl4rj1w7qs.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:03.5166667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-yl4rj1w7qs\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-yl4rj1w7qs\\\\$Functions-DotNet-yl4rj1w7qs\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/appsettings/list?api-version=2019-08-01+8": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "334" ], - "x-ms-client-request-id": [ "7da3c87c-6896-4c07-b572-36cc444260e0" ], + "x-ms-client-request-id": [ "4be499e9-df0b-42b3-89ee-64e098d12bf3" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7951,32 +7951,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a29e9ad1-9dd5-4f59-9724-9cd24e6247ca" ], + "x-ms-request-id": [ "79bfe98d-ad4e-4011-b0fc-4f531e223bbd" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11964" ], - "x-ms-correlation-request-id": [ "37369752-474f-4f71-9f7a-26331bcd1c3b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004847Z:37369752-474f-4f71-9f7a-26331bcd1c3b" ], + "x-ms-correlation-request-id": [ "d6d6170e-9633-46da-a5c1-7a13e1ed93cd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:d6d6170e-9633-46da-a5c1-7a13e1ed93cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:35:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"90bcd9a8-3d38-4978-a3cf-1f79404bcb1e\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/web?api-version=2019-08-01+9": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "335" ], - "x-ms-client-request-id": [ "6a557a2a-d53d-4205-b70a-b86075887594" ], + "x-ms-client-request-id": [ "a932b5df-434d-4df5-a498-551de5fb8cc8" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -7992,32 +7992,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3c9e4b25-c2e3-4ad1-a655-30050611b18d" ], + "x-ms-request-id": [ "6d45f27e-f651-4a82-b1fa-51dd60499eda" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11792" ], - "x-ms-correlation-request-id": [ "59130d1a-474a-4b4a-bae3-081821fd200b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004847Z:59130d1a-474a-4b4a-bae3-081821fd200b" ], + "x-ms-correlation-request-id": [ "cef2e2d6-c3fe-4407-9c49-5ce919b392f5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:cef2e2d6-c3fe-4407-9c49-5ce919b392f5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/web\",\"name\":\"Functions-DotNet-0x6frukzhe\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-0x6frukzhe\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-yl4rj1w7qs\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01+10": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "336" ], - "x-ms-client-request-id": [ "1d04a202-f06a-4cd5-8c8f-3761dcf192b4" ], + "x-ms-client-request-id": [ "c3cbc084-fa67-41fa-b194-e2caf2fe8199" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8032,34 +8032,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C038DBC34B\"" ], + "ETag": [ "\"1D64375F9CC6BCB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0ae829fc-5f1a-437d-9428-88a5512669ff" ], + "x-ms-request-id": [ "e50972a1-277e-49b4-91a2-0a510497c091" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11791" ], - "x-ms-correlation-request-id": [ "57a5738c-c9b9-4b1c-afff-39695f184447" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004847Z:57a5738c-c9b9-4b1c-afff-39695f184447" ], + "x-ms-correlation-request-id": [ "87de44dc-c281-4969-9d1a-b17c214a8424" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003520Z:87de44dc-c281-4969-9d1a-b17c214a8424" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe\",\"name\":\"Functions-DotNet-0x6frukzhe\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-0x6frukzhe\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-0x6frukzhe.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-DotNet-0x6frukzhe\",\"repositorySiteName\":\"Functions-DotNet-0x6frukzhe\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"functions-dotnet-0x6frukzhe.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-0x6frukzhe.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:48:30.6766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-DotNet-0x6frukzhe\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-0x6frukzhe\\\\$Functions-DotNet-0x6frukzhe\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-dotnet-0x6frukzhe.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-DotNet-yl4rj1w7qs\",\"repositorySiteName\":\"Functions-DotNet-yl4rj1w7qs\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"functions-dotnet-yl4rj1w7qs.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|3.1\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-yl4rj1w7qs.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:03.5166667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DotNet-yl4rj1w7qs\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-yl4rj1w7qs\\\\$Functions-DotNet-yl4rj1w7qs\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-dotnet-yl4rj1w7qs.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/appsettings/list?api-version=2019-08-01+11": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "337" ], - "x-ms-client-request-id": [ "9ae9639e-fd7a-4af9-9318-ca03aab32706" ], + "x-ms-client-request-id": [ "8dd6ca8b-fef8-432f-85ad-997a44c62c4c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8075,32 +8075,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "029859d6-ec05-4372-9d2d-0df7bc1ad4ac" ], + "x-ms-request-id": [ "571983eb-d4ba-4ef7-b8d7-e6d264b9af72" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11963" ], - "x-ms-correlation-request-id": [ "940af16d-0070-493d-9e3b-6585e8150a0e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004848Z:940af16d-0070-493d-9e3b-6585e8150a0e" ], + "x-ms-correlation-request-id": [ "c8bc43f2-9fe7-4c6b-b0e1-fbf084a9e3d2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003521Z:c8bc43f2-9fe7-4c6b-b0e1-fbf084a9e3d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"90bcd9a8-3d38-4978-a3cf-1f79404bcb1e\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\"}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/web?api-version=2019-08-01+12": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "338" ], - "x-ms-client-request-id": [ "4b84bd51-373e-4ba4-b778-6459126b6d22" ], + "x-ms-client-request-id": [ "26f19053-8b36-4230-b1d7-cd2775bddd13" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8116,32 +8116,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7fa7b965-8f7d-4707-b255-bec359a5746f" ], + "x-ms-request-id": [ "08724ce4-e142-4744-a0bc-8db887dbde98" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11790" ], - "x-ms-correlation-request-id": [ "9df7cade-352b-44fb-920c-3418df563ce2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004848Z:9df7cade-352b-44fb-920c-3418df563ce2" ], + "x-ms-correlation-request-id": [ "d6b1d8f1-8438-4844-b6d2-c0e714be0498" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003521Z:d6b1d8f1-8438-4844-b6d2-c0e714be0498" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:48 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:35:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe/config/web\",\"name\":\"Functions-DotNet-0x6frukzhe\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-0x6frukzhe\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs/config/web\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|3.1\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DotNet-yl4rj1w7qs\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01+13": { + "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01+13": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-DotNet-0x6frukzhe?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-DotNet-yl4rj1w7qs?api-version=2019-08-01", "Content": null, "Headers": { "x-ms-unique-id": [ "339" ], - "x-ms-client-request-id": [ "24b0d082-53a5-4984-8d27-8b330d350f94" ], + "x-ms-client-request-id": [ "acf4f87d-5756-425c-b6f9-bdad515a1dc9" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -8156,17 +8156,2417 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C038DBC34B\"" ], + "ETag": [ "\"1D64375F9CC6BCB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1e9a959c-a87c-44e6-996c-bfd6d1f02acc" ], + "x-ms-request-id": [ "38436fd8-5a2d-4d09-b547-709ff3ed060b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], - "x-ms-correlation-request-id": [ "a8082408-8f74-4593-8261-e981d49fa40a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004850Z:a8082408-8f74-4593-8261-e981d49fa40a" ], + "x-ms-correlation-request-id": [ "4d87ad06-aee5-475c-b440-147be7ebd8a4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003524Z:4d87ad06-aee5-475c-b440-147be7ebd8a4" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:35:23 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-Java-9vs38jdng7\",\r\n \"type\": \"Site\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "62" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "d5876be9-80cc-46ee-a88d-6aad58189cb3" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11789" ], + "x-ms-correlation-request-id": [ "a2110647-3664-43cd-b39f-6247c54efd88" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003524Z:a2110647-3664-43cd-b39f-6247c54efd88" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "47" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "341" ], + "x-ms-client-request-id": [ "78356fd2-656b-4890-b398-81ca30ea61e8" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], + "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "8d1fa483-3e19-41d9-82f3-71097428ee95" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11788" ], + "x-ms-correlation-request-id": [ "fe40c84e-d4c2-41d5-b6fa-8c727d78dbd9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003524Z:fe40c84e-d4c2-41d5-b6fa-8c727d78dbd9" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "14697" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US (Stage)\",\"name\":\"North Central US (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"North Central US (Stage)\",\"orgDomain\":\"MSFTINT;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea South\",\"name\":\"Korea South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;LINUX;LINUXDSERIES;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa West\",\"name\":\"South Africa West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa West\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "342" ], + "x-ms-client-request-id": [ "5a96ca5a-4385-46be-bc2d-90c4a0c01f81" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], + "FullCommandName": [ "Get-AzStorageAccount_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "e2e2e3d5-d057-4221-ab41-ba67ed6d992b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11787" ], + "x-ms-correlation-request-id": [ "54776fe7-c345-4fd1-b133-331e2be27efe" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003525Z:54776fe7-c345-4fd1-b133-331e2be27efe" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "2693" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01+4": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z/listKeys?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "343" ], + "x-ms-client-request-id": [ "225c188e-b008-4fa6-9337-cac44826e04d" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], + "FullCommandName": [ "Get-AzStorageAccountKey_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "8c890a03-54dd-4aee-bd93-eb2ff96993b5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11967" ], + "x-ms-correlation-request-id": [ "173ae8f3-3441-44a9-a238-e5c18bbab43b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003525Z:173ae8f3-3441-44a9-a238-e5c18bbab43b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:35:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "288" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"gkPyC+Q4rCB0rGLFBE1KR3pyh7lJxdmhlecsObokBIkZ6hgacChcbBGdXlTjVtNG7OCXDBg1CmPCUhgthjCF/g==\",\"permissions\":\"FULL\"}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01+5": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "116" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "59ffef4e-2876-493d-8e26-8a607ca3b6d5" ], + "X-Content-Type-Options": [ "nosniff" ], + "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1161" ], + "x-ms-correlation-request-id": [ "9b9f985e-6fc4-487f-a72c-8593bb1ea6d6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003551Z:9b9f985e-6fc4-487f-a72c-8593bb1ea6d6" ], + "Date": [ "Tue, 16 Jun 2020 00:35:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1018" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000082ba-0000-0300-0000-5ee813cf0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"d45d30bb-248e-4ae6-87f9-73af3ee1315d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"ConnectionString\":\"InstrumentationKey=d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:35:27.251342+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+6": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"java\"\r\n },\r\n {\r\n \"name\": \"WEBSITES_ENABLE_APP_SERVICE_STORAGE\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\"\r\n }\r\n ],\r\n \"linuxFxVersion\": \"JAVA|11\"\r\n }\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1158" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437617E1882B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "cd90ee4b-3168-41c2-be21-c4e26f292c8a" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], + "x-ms-correlation-request-id": [ "158546fc-f15d-424b-9e0e-7b1e7d68c2b9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:158546fc-f15d-424b-9e0e-7b1e7d68c2b9" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5628" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"JAVA|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:53.54\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "346" ], + "x-ms-client-request-id": [ "49c579c5-7ece-4d87-b064-11408bd6bbfe" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437617E1882B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "c2cb75be-e55c-4eea-8304-8508f1fada2a" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11786" ], + "x-ms-correlation-request-id": [ "d020c61b-0c26-493d-9c84-a96fd2437e64" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:d020c61b-0c26-493d-9c84-a96fd2437e64" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5433" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"JAVA|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:53.9866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+8": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "347" ], + "x-ms-client-request-id": [ "3b2c5cb9-92f9-494e-bf52-aeab644d9817" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "8f3f26e0-3cc0-45e4-b2dd-d7bef461a816" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11962" ], + "x-ms-correlation-request-id": [ "0356bceb-daf7-4978-8d34-d4a5c6fd2dbe" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:0356bceb-daf7-4978-8d34-d4a5c6fd2dbe" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "858" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "348" ], + "x-ms-client-request-id": [ "ef765f79-8a24-47d4-85f2-09d0a53a33b2" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "31d10706-b49f-4405-8718-3a4ac634722b" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11785" ], + "x-ms-correlation-request-id": [ "aa47ae38-1151-4842-af5b-606be6a62cc0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003610Z:aa47ae38-1151-4842-af5b-606be6a62cc0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3312" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"JAVA|11\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "349" ], + "x-ms-client-request-id": [ "39e171ef-4392-4966-83cf-15a24ab05380" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437617E1882B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "a42f7e99-47fa-43de-a9c2-1d5f548675b1" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11784" ], + "x-ms-correlation-request-id": [ "e741f581-896d-466f-8165-d44e9eaec9e1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003611Z:e741f581-896d-466f-8165-d44e9eaec9e1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5433" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"JAVA|11\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:35:53.9866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+11": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "350" ], + "x-ms-client-request-id": [ "797db4d3-1d28-4bc6-a304-3ed1ac91674a" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "a0e6fcac-2ae3-441e-b44b-961a7dec7a00" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11961" ], + "x-ms-correlation-request-id": [ "a0d664fa-2235-41ef-949c-39ff7e91f728" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003611Z:a0d664fa-2235-41ef-949c-39ff7e91f728" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "858" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "351" ], + "x-ms-client-request-id": [ "3a0eadc8-b839-469c-87c2-3db1c5d338a2" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "2115f5b8-cf3b-4524-b813-b20d131e3390" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11783" ], + "x-ms-correlation-request-id": [ "5f30109c-6bd3-4ec4-8280-52b4495bbc26" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003611Z:5f30109c-6bd3-4ec4-8280-52b4495bbc26" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:10 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3312" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"JAVA|11\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Linux Java 11 function app hosted in a Consumption plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+13": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "352" ], + "x-ms-client-request-id": [ "b8a568a0-a9dd-41b2-a092-8e5846130faf" ], + "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], + "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437617E1882B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "dedf7d17-59a6-4226-b6ee-13f6b8b5831a" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-correlation-request-id": [ "d33952d7-d6fd-411a-9a0a-d4affe9049a7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003615Z:d33952d7-d6fd-411a-9a0a-d4affe9049a7" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:14 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "68" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "39cdd071-1dca-49c7-b303-85e883133a82" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11782" ], + "x-ms-correlation-request-id": [ "8afd3a5a-6954-443c-9288-743b521bb4a2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003615Z:8afd3a5a-6954-443c-9288-743b521bb4a2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "47" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "354" ], + "x-ms-client-request-id": [ "0f8046bc-9e8d-4ae0-b9e0-6ae49cff579e" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], + "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "be7b815c-28d5-4654-b4e4-e437a19765d4" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11781" ], + "x-ms-correlation-request-id": [ "66ac5308-edee-44e5-8b60-6706f922abce" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003616Z:66ac5308-edee-44e5-8b60-6706f922abce" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "13298" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central India\",\"name\":\"Central India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada East\",\"name\":\"Canada East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Central US\",\"name\":\"West Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Central US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West Central US\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Switzerland North\",\"name\":\"Switzerland North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland North\",\"orgDomain\":\"PUBLIC;DSERIES;FUNCTIONS;DYNAMIC;DSERIES\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}}],\"nextLink\":null,\"id\":null}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "355" ], + "x-ms-client-request-id": [ "ade6f1dc-a162-4ffe-a89d-fdaf2fe04ca8" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], + "FullCommandName": [ "Get-AzStorageAccount_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "d6e76727-c337-4ef0-92b0-b81b8f839289" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11780" ], + "x-ms-correlation-request-id": [ "3a521007-e4f4-4a6f-8b7f-c397a71d454c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003616Z:3a521007-e4f4-4a6f-8b7f-c397a71d454c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "2693" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+4": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "356" ], + "x-ms-client-request-id": [ "8390377f-b946-41a2-9b96-20c51e239106" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], + "FullCommandName": [ "Get-AzStorageAccountKey_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "52c83a6b-b512-441d-b695-b6513e636081" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11966" ], + "x-ms-correlation-request-id": [ "259853e7-0a2f-4c50-a693-d1e01e175c90" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003616Z:259853e7-0a2f-4c50-a693-d1e01e175c90" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:36:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "288" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+5": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "116" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "31c3a776-63b5-4318-b8dd-78a4f11129df" ], + "X-Content-Type-Options": [ "nosniff" ], + "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1160" ], + "x-ms-correlation-request-id": [ "531f0e7c-87b9-417e-90fe-2f094bfcf8c3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003639Z:531f0e7c-87b9-417e-90fe-2f094bfcf8c3" ], + "Date": [ "Tue, 16 Jun 2020 00:36:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1045" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000099ba-0000-0300-0000-5ee814000000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"587723c5-2b71-4a80-b5a3-03ab2260c37c\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"ConnectionString\":\"InstrumentationKey=79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:31:43.9681142+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+6": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"79ea41f8-f670-446e-afb7-bcc7b483bc59\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1515" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437634B4AEAB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "c3c8e9c4-1744-464d-adf9-f92d19d9f811" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], + "x-ms-correlation-request-id": [ "4d6dd30b-0958-4249-b3ea-a5b74ceba70d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003722Z:4d6dd30b-0958-4249-b3ea-a5b74ceba70d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5690" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:36:41.8133333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "359" ], + "x-ms-client-request-id": [ "65bc6627-76ad-4853-8c77-c4e13da30b25" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437634B4AEAB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "6a3681ec-740e-42b8-a2c8-7b6111032a35" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11779" ], + "x-ms-correlation-request-id": [ "8d4d7000-48c3-4855-9b59-b3409bcf8249" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:8d4d7000-48c3-4855-9b59-b3409bcf8249" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5490" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:36:42.3466667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+8": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "360" ], + "x-ms-client-request-id": [ "662c3daf-ae92-4f4b-bbc6-a443342dfe80" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "b2a0bb0b-69ba-41d2-8186-191717ced830" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11960" ], + "x-ms-correlation-request-id": [ "0293f951-4a59-4e3b-bb92-b3a441c4caa1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:0293f951-4a59-4e3b-bb92-b3a441c4caa1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1128" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "361" ], + "x-ms-client-request-id": [ "e9f96d6f-8765-4f84-83e2-d4cfe69ba5d1" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "4cf8b06e-972f-4aed-a75a-3f432072aaf1" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11778" ], + "x-ms-correlation-request-id": [ "e1304443-afb0-4e27-814c-eec4da7a3d83" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:e1304443-afb0-4e27-814c-eec4da7a3d83" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3328" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "362" ], + "x-ms-client-request-id": [ "287f336e-d43b-4033-9f74-35d4a6b28115" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437634B4AEAB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "cfe57870-bdc8-4a6c-aa6b-eb25b6f789f1" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11777" ], + "x-ms-correlation-request-id": [ "3003db2d-6f36-4fa3-85c2-699006bfaaf1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003723Z:3003db2d-6f36-4fa3-85c2-699006bfaaf1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5490" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:36:42.3466667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+11": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "363" ], + "x-ms-client-request-id": [ "faba0e7d-8706-490d-9ee0-a2b6af78def2" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "bb407d73-7a4f-4011-941b-18e66aa58d7b" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11959" ], + "x-ms-correlation-request-id": [ "90e53e6f-e1ff-4b9b-88bd-e32070f60ff1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003724Z:90e53e6f-e1ff-4b9b-88bd-e32070f60ff1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1128" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "364" ], + "x-ms-client-request-id": [ "05137ee9-fa77-4517-bbab-eb5617b7113e" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "fdba530c-18f9-4f76-8faa-dd3f1f0d37e1" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11776" ], + "x-ms-correlation-request-id": [ "89212b80-61ab-42c1-8898-03cfc5ecbc56" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003724Z:89212b80-61ab-42c1-8898-03cfc5ecbc56" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3328" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Consumption plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+13": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "365" ], + "x-ms-client-request-id": [ "6a13cad9-5a07-4321-88b2-2479fee3ca33" ], + "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], + "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D6437634B4AEAB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "113f7dca-0b38-4cf8-b01d-7829df1352e2" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-correlation-request-id": [ "c70609d1-9811-433a-b600-6008a0cf6da6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003727Z:c70609d1-9811-433a-b600-6008a0cf6da6" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:26 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-Java-9vs38jdng7\",\r\n \"type\": \"Site\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "62" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "de937da6-fea8-4f04-97ec-bf1a148c808d" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11775" ], + "x-ms-correlation-request-id": [ "75326c4b-006f-4d30-a4b9-49f6718e784c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003727Z:75326c4b-006f-4d30-a4b9-49f6718e784c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:26 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "47" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "367" ], + "x-ms-client-request-id": [ "5a61cf46-a3a9-4fe0-84b7-4f4fb9fa91bb" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "ea81b36b-9e02-4b51-984e-fef51d7c70e8" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11774" ], + "x-ms-correlation-request-id": [ "431f4aa8-d9d7-462b-b2c8-6e05c84f9fa1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003727Z:431f4aa8-d9d7-462b-b2c8-6e05c84f9fa1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5577" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "368" ], + "x-ms-client-request-id": [ "37b77c9d-55f7-4290-b730-848c7915ad48" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "741ec175-3609-4f07-b508-bcc94b415d17" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11773" ], + "x-ms-correlation-request-id": [ "b4308164-588d-4d2c-91a7-9b14ba806ebf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003728Z:b4308164-588d-4d2c-91a7-9b14ba806ebf" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1443" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "369" ], + "x-ms-client-request-id": [ "a744af6c-36de-4d2c-81c3-e3444c083aec" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "12940894-5dba-4574-984a-5eeda13abe9d" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11772" ], + "x-ms-correlation-request-id": [ "91ee1755-51c3-4338-91d6-09c2b85a9a2e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003728Z:91ee1755-51c3-4338-91d6-09c2b85a9a2e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1442" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "370" ], + "x-ms-client-request-id": [ "c1c1d00b-7483-4758-b7a9-e9c8f15426b2" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "a509d9b9-d05e-4704-b0b6-576bbcf107d4" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11771" ], + "x-ms-correlation-request-id": [ "3b334ac3-9dab-4b68-bb04-71adca64b944" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003728Z:3b334ac3-9dab-4b68-bb04-71adca64b944" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1414" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "371" ], + "x-ms-client-request-id": [ "d320270b-1f04-42d3-b607-32bdb170d8a6" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "5bea40b3-d349-42f0-8567-112b48d8b577" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11770" ], + "x-ms-correlation-request-id": [ "101d6729-d1d3-47dd-b169-04a4b04b0683" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003729Z:101d6729-d1d3-47dd-b169-04a4b04b0683" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1455" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "372" ], + "x-ms-client-request-id": [ "977d0f6b-e7c1-4200-a1b1-eb72b17f9441" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], + "FullCommandName": [ "Get-AzStorageAccount_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "3b8b673f-2412-4e4e-a311-a9920afda34c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11769" ], + "x-ms-correlation-request-id": [ "caf9f1f4-65a9-4391-bce2-12e26ea7da48" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003729Z:caf9f1f4-65a9-4391-bce2-12e26ea7da48" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "2693" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "373" ], + "x-ms-client-request-id": [ "643b2976-e7d1-43b0-9175-aa6e1df9bd12" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], + "FullCommandName": [ "Get-AzStorageAccountKey_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "60cf8d39-3d2b-44c3-8f82-5e4b8713e8cc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11965" ], + "x-ms-correlation-request-id": [ "c7ffd3b3-1a38-4d0c-98ec-58459e64ff88" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003729Z:c7ffd3b3-1a38-4d0c-98ec-58459e64ff88" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:37:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "288" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01+9": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-Java-9vs38jdng7?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "116" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "ddacf562-396b-4b23-a643-4f67232034d6" ], + "X-Content-Type-Options": [ "nosniff" ], + "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1159" ], + "x-ms-correlation-request-id": [ "06210eb3-2510-4165-b71c-9a9d7f17edfc" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003814Z:06210eb3-2510-4165-b71c-9a9d7f17edfc" ], + "Date": [ "Tue, 16 Jun 2020 00:38:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1017" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d2ba-0000-0300-0000-5ee8145e0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"18701bca-9895-4536-9f6e-5d3f18aab60d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"ConnectionString\":\"InstrumentationKey=aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:37:50.1814027+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+10": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"java\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-java-9vs38jdng7\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\"\r\n }\r\n ],\r\n \"javaVersion\": \"11\"\r\n }\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1695" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643766D517AEB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "7751be56-a205-40a7-9e22-3c00a3bb9a64" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "492" ], + "x-ms-correlation-request-id": [ "676df3a8-a4c4-4280-af9c-39622e75de01" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003859Z:676df3a8-a4c4-4280-af9c-39622e75de01" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:38:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5554" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:38:16.7733333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "376" ], + "x-ms-client-request-id": [ "c6e2e167-ff2c-4b62-9846-81272458394e" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643766D517AEB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "2605f450-04c7-4133-be06-4de8e67146cb" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11768" ], + "x-ms-correlation-request-id": [ "35e96ec9-c7ab-4d8a-9419-ac8de65df3d1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003859Z:35e96ec9-c7ab-4d8a-9419-ac8de65df3d1" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:38:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5354" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:38:17.3266667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+12": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "377" ], + "x-ms-client-request-id": [ "63223619-fff9-4fb9-a380-f2590948b3fd" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "45881980-abfe-4c24-856b-502d9928f43e" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11958" ], + "x-ms-correlation-request-id": [ "4b851074-1a16-4c9c-bf18-f60afdbcc392" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003859Z:4b851074-1a16-4c9c-bf18-f60afdbcc392" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:38:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1106" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-java-9vs38jdng7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "378" ], + "x-ms-client-request-id": [ "af21e5f6-b450-4853-a4c5-147bb1996cc6" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "211546fd-c709-4037-bc2d-4b83aed7242d" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11767" ], + "x-ms-correlation-request-id": [ "cbcef35e-946e-4f4c-b11b-27c514be39ae" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003900Z:cbcef35e-946e-4f4c-b11b-27c514be39ae" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:38:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3302" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"11\",\"javaContainer\":\"\",\"javaContainerVersion\":\"\",\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "379" ], + "x-ms-client-request-id": [ "5ed4ebb0-c47b-44dc-9662-528f8019de46" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643766D517AEB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "ffae7820-7ab8-4e89-86d5-7026d3f8e675" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11766" ], + "x-ms-correlation-request-id": [ "1ad5bd88-c0d1-4564-b282-adeb9cf274ba" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003900Z:1ad5bd88-c0d1-4564-b282-adeb9cf274ba" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:38:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5354" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-9vs38jdng7\",\"state\":\"Running\",\"hostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-Java-9vs38jdng7\",\"repositorySiteName\":\"Functions-Java-9vs38jdng7\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-java-9vs38jdng7.azurewebsites.net\",\"functions-java-9vs38jdng7.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-9vs38jdng7.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:38:17.3266667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Java-9vs38jdng7\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-Java-9vs38jdng7\\\\$Functions-Java-9vs38jdng7\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-java-9vs38jdng7.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01+15": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "380" ], + "x-ms-client-request-id": [ "6168bd20-2e5f-4b44-8d9e-7ad8661680da" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "4da45a19-b8c1-4274-a429-0c6948588858" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11957" ], + "x-ms-correlation-request-id": [ "f8b09467-bd39-4bd3-b494-7e6fdb061b4b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003900Z:f8b09467-bd39-4bd3-b494-7e6fdb061b4b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:00 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1106" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-java-9vs38jdng7\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01+16": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "381" ], + "x-ms-client-request-id": [ "cd70f6e8-a3b0-43d8-935e-91dc5f33187c" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "2d9a285e-ddc4-4e6e-8c7d-b90d2193da54" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11765" ], + "x-ms-correlation-request-id": [ "2da64ba3-1dbb-420b-98a0-942db804ec08" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003901Z:2da64ba3-1dbb-420b-98a0-942db804ec08" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:00 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3302" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7/config/web\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Java-9vs38jdng7\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"11\",\"javaContainer\":\"\",\"javaContainerVersion\":\"\",\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows Java 11 function app hosted in a Premium plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01+17": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-Java-9vs38jdng7?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "382" ], + "x-ms-client-request-id": [ "0dad41b1-5e1d-4c07-a548-52cce7413c16" ], + "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], + "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643766D517AEB\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "94c9c8bd-fc43-45a7-9606-8a37ae11c0b7" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], + "x-ms-correlation-request-id": [ "02970ff8-ad32-4ac7-a2d6-006829cd91c0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003904Z:02970ff8-ad32-4ac7-a2d6-006829cd91c0" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:03 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "68" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "6f5ca99a-a8d5-439a-a451-8fca82514326" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11764" ], + "x-ms-correlation-request-id": [ "a3c7273b-bf4c-4ace-bd96-15406ab93f33" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003904Z:a3c7273b-bf4c-4ace-bd96-15406ab93f33" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:03 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "47" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "384" ], + "x-ms-client-request-id": [ "258ec30a-5c3f-42f9-8be9-9808285ebd98" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "659c6f15-6f47-45bd-a6fc-f2a9b56ebeee" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11763" ], + "x-ms-correlation-request-id": [ "542ab64b-a46b-4b99-9c0b-eb275182602d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003904Z:542ab64b-a46b-4b99-9c0b-eb275182602d" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5577" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "385" ], + "x-ms-client-request-id": [ "53ffc644-e952-4f05-93c8-1733bc90bec3" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "dbbe2797-72be-41a3-8c37-000496ed4abf" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11762" ], + "x-ms-correlation-request-id": [ "7bc4c1f2-b98c-46fc-b4d0-5c7d9a75e1e2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003905Z:7bc4c1f2-b98c-46fc-b4d0-5c7d9a75e1e2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1443" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "386" ], + "x-ms-client-request-id": [ "2f3d7447-e240-4bbe-9a2e-70b27e6ae4a1" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "8d60444e-2ad7-4e2f-b17c-e1c343298353" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11761" ], + "x-ms-correlation-request-id": [ "53472b1a-6630-4373-8a77-131df0c56ab2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003905Z:53472b1a-6630-4373-8a77-131df0c56ab2" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1442" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "387" ], + "x-ms-client-request-id": [ "f8e5aa47-16b8-46a7-b6cb-d2974938633d" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "8bb5a901-c4e8-4ff0-b33e-019e443d0833" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11760" ], + "x-ms-correlation-request-id": [ "d80df437-6640-43fe-9154-d072d57f095f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:d80df437-6640-43fe-9154-d072d57f095f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1414" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "388" ], + "x-ms-client-request-id": [ "5eff472e-1d51-4f0a-86fd-001b356298ca" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], + "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "e5b15eab-aeb0-41e9-b52f-cd4bff8bc05a" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11759" ], + "x-ms-correlation-request-id": [ "e5efda84-93ed-4116-b059-fac59d379d0f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:e5efda84-93ed-4116-b059-fac59d379d0f" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1455" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "389" ], + "x-ms-client-request-id": [ "0db96c39-9c36-47d6-9045-63230eed740a" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], + "FullCommandName": [ "Get-AzStorageAccount_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "edfae788-d0cc-42b9-b47e-9a1f1d69a303" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11758" ], + "x-ms-correlation-request-id": [ "48381f10-351d-4dcb-a3d9-f70774ce0e13" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:48381f10-351d-4dcb-a3d9-f70774ce0e13" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "2693" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "390" ], + "x-ms-client-request-id": [ "5312511a-ba1b-4c36-afd9-831cfdc2860f" ], + "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], + "FullCommandName": [ "Get-AzStorageAccountKey_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "9cd6b77a-8775-4aed-92b1-63668eca665a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11964" ], + "x-ms-correlation-request-id": [ "fa9aab06-dbda-4bee-bef8-c03498c64546" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003906Z:fa9aab06-dbda-4bee-bef8-c03498c64546" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "288" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", + "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "116" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "efff0f67-e018-4507-a4bc-89fb73aee6ea" ], + "X-Content-Type-Options": [ "nosniff" ], + "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], + "Access-Control-Expose-Headers": [ "Request-Context" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1158" ], + "x-ms-correlation-request-id": [ "bf8bf43f-7736-4e1f-a3d0-ce6595323741" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003908Z:bf8bf43f-7736-4e1f-a3d0-ce6595323741" ], + "Date": [ "Tue, 16 Jun 2020 00:39:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1041" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000edba-0000-0300-0000-5ee814ab0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~7\"\r\n }\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1713" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643768D4A4B6B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "53552456-edde-40b6-a1d9-0d59f5e853dc" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "491" ], + "x-ms-correlation-request-id": [ "96eba3af-b531-47ea-a020-7c8aaeeb7e98" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:96eba3af-b531-47ea-a020-7c8aaeeb7e98" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5633" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:39:10.42\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "393" ], + "x-ms-client-request-id": [ "03c65542-a0b6-48f2-a398-f900d5937884" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643768D4A4B6B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "4ffb65ff-8f3a-43c7-b7c9-22f990474e6b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11757" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7bf90683-7544-41d7-8ce1-113d74059613" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:7bf90683-7544-41d7-8ce1-113d74059613" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5438" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:39:10.9666667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "394" ], + "x-ms-client-request-id": [ "9fb5b6e9-9b5b-4ebe-8473-4b200869a90d" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "af6afca1-f98b-4f59-868d-046de23c07b7" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11956" ], + "x-ms-correlation-request-id": [ "27f19c42-5e42-41a8-8261-633217cf586c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:27f19c42-5e42-41a8-8261-633217cf586c" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1124" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "395" ], + "x-ms-client-request-id": [ "a96e2221-132b-4f70-b7fa-dd69bc6a94a1" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "829aba5e-7a34-4601-9e19-3cd466176278" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11756" ], + "x-ms-correlation-request-id": [ "cca88bc5-c044-480a-965e-c5341edc02ac" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003945Z:cca88bc5-c044-480a-965e-c5341edc02ac" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3324" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396" ], + "x-ms-client-request-id": [ "357fdd2d-1b84-4173-8bf4-4cab21c73152" ], + "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], + "FullCommandName": [ "Get-AzFunctionApp_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643768D4A4B6B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "56fe75f1-3c51-4d8e-8ea5-2e773719dda8" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11755" ], + "x-ms-correlation-request-id": [ "ce0b7fb8-eaea-46b8-aaa2-c716418bf046" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003946Z:ce0b7fb8-eaea-46b8-aaa2-c716418bf046" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "5438" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:39:10.9666667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "397" ], + "x-ms-client-request-id": [ "d9a59904-480f-409c-a963-c703e593be6a" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], + "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "da648bd8-71e2-405d-830c-f2968a051802" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11955" ], + "x-ms-correlation-request-id": [ "44ab03a1-c1bf-4303-aa2a-6dbf6cd7783b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003946Z:44ab03a1-c1bf-4303-aa2a-6dbf6cd7783b" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1124" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "398" ], + "x-ms-client-request-id": [ "4bb2eb51-86c2-4540-a43f-773fed598bee" ], + "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], + "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "43951c0e-98ec-4031-a8aa-86e734e78165" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11754" ], + "x-ms-correlation-request-id": [ "faab976b-482c-4ed3-92a2-7785e0ce83ad" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003946Z:faab976b-482c-4ed3-92a2-7785e0ce83ad" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Tue, 16 Jun 2020 00:39:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "3324" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" + } + }, + "New-AzFunctionApp+[NoContext]+Create Windows PowerShell 7.0 function app hosted in a Premium plan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "399" ], + "x-ms-client-request-id": [ "63b5c8e9-cee4-4a0d-9dd3-ec33948a0bca" ], + "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], + "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"1D643768D4A4B6B\"" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "1989f93f-1ba6-4c66-8b0f-37d14eeaf581" ], + "Server": [ "Microsoft-IIS/10.0" ], + "X-AspNet-Version": [ "4.0.30319" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-correlation-request-id": [ "9875ba02-623e-476f-9b2e-64d32580f544" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003950Z:9875ba02-623e-476f-9b2e-64d32580f544" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:50 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:49 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/Functions/test/New-AzFunctionApp.Tests.ps1 b/src/Functions/test/New-AzFunctionApp.Tests.ps1 index 32b94785c40a..ee38903f6b81 100644 --- a/src/Functions/test/New-AzFunctionApp.Tests.ps1 +++ b/src/Functions/test/New-AzFunctionApp.Tests.ps1 @@ -514,4 +514,142 @@ Describe 'New-AzFunctionApp' { } } } + + $functionAppCreationTestCases = @( + @{ + "Name" = $env.functionNameJava + "Runtime" = "Java" + "RuntimeVersion" = "11" + "StorageAccountName" = $env.storageAccountLinux + "ResourceGroupName" = $env.resourceGroupNameLinuxConsumption + "Location" = $env.location + "FunctionsVersion" = 3 + "OSType" = "Linux" + "ExpectedVersion" = @{ + "LinuxFxVersion" = "JAVA|11" + } + }, + @{ + "Name" = $env.functionNamePowerShell + "Runtime" = "PowerShell" + "RuntimeVersion" = "7.0" + "StorageAccountName" = $env.storageAccountWindows + "ResourceGroupName" = $env.resourceGroupNameWindowsConsumption + "Location" = $env.location + "FunctionsVersion" = 3 + "OSType" = "Windows" + <# + # TODO: The backend fix to return the PowerShellVersion property is fixed in ANT88. Uncomment this after ANT88 is deployed. + "ExpectedVersion" = @{ + "PowerShellVersion" = "~7" + } + #> + }, + @{ + "Name" = $env.functionNameJava + "Runtime" = "Java" + "RuntimeVersion" = "11" + "StorageAccountName" = $env.storageAccountWindows + "ResourceGroupName" = $env.resourceGroupNameWindowsPremium + "PlanName" = $env.planNameWorkerTypeWindows + "FunctionsVersion" = 3 + "OSType" = "Windows" + "ExpectedVersion" = @{ + "JavaVersion" = "11" + } + }, + @{ + "Name" = $env.functionNamePowerShell + "Runtime" = "PowerShell" + "RuntimeVersion" = "7.0" + "StorageAccountName" = $env.storageAccountWindows + "ResourceGroupName" = $env.resourceGroupNameWindowsPremium + "PlanName" = $env.planNameWorkerTypeWindows + "FunctionsVersion" = 3 + "OSType" = "Windows" + <# + # TODO: The backend fix to return the PowerShellVersion property is fixed in ANT88. Uncomment this after ANT88 is deployed. + "ExpectedVersion" = @{ + "PowerShellVersion" = "~7" + } + #> + } + ) + + foreach ($testCase in $functionAppCreationTestCases) + { + $functionName = $testCase["Name"] + $functionsVersion = $testCase["FunctionsVersion"] + $runtime = $testCase["Runtime"] + $runtimeVersion = $testCase["RuntimeVersion"] + $resourceGroupName = $testCase["ResourceGroupName"] + $storageAccountName = $testCase["StorageAccountName"] + $OSType = $testCase["OSType"] + + $planType = $null + $location = $null + $planName = $null + + if ($testCase.ContainsKey("location")) + { + $location = $testCase["Location"] + $planType = "Consumption" + } + else + { + $planType = "Premium" + $planName = $testCase["PlanName"] + } + + It "Create $OSType $runtime $runtimeVersion function app hosted in a $planType plan" { + + try + { + if ($planType -eq "Consumption") + { + New-AzFunctionApp -Name $functionName ` + -ResourceGroupName $resourceGroupName ` + -Location $location ` + -StorageAccountName $storageAccountName ` + -FunctionsVersion $functionsVersion ` + -OSType $OSType ` + -Runtime $runtime ` + -RuntimeVersion $runtimeVersion + } + else + { + New-AzFunctionApp -Name $functionName ` + -ResourceGroupName $resourceGroupName ` + -PlanName $planName ` + -StorageAccountName $storageAccountName ` + -FunctionsVersion $functionsVersion ` + -OSType $OSType ` + -Runtime $runtime ` + -RuntimeVersion $runtimeVersion + } + + $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $resourceGroupName + $functionApp.OSType | Should -Be $OSType + $functionApp.Runtime | Should -Be $runtime + + if ($testCase.ContainsKey("ExpectedVersion")) + { + $expectedVersion = $testCase["ExpectedVersion"] + foreach ($propertyName in $expectedVersion.Keys) + { + $expectedVersion = $expectedVersion[$propertyName] + $functionApp.SiteConfig.$propertyName | Should -Be $expectedVersion + } + } + } + finally + { + $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue + if ($functionApp) + { + Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue + } + } + } + } } diff --git a/src/Functions/test/New-AzFunctionAppPlan.Recording.json b/src/Functions/test/New-AzFunctionAppPlan.Recording.json index 4ee6e1bbf2d8..429aff12d03d 100644 --- a/src/Functions/test/New-AzFunctionAppPlan.Recording.json +++ b/src/Functions/test/New-AzFunctionAppPlan.Recording.json @@ -1,12 +1,12 @@ { - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "340" ], - "x-ms-client-request-id": [ "c13dfeec-45a1-41ac-bd52-943acfbdcf7e" ], + "x-ms-unique-id": [ "400" ], + "x-ms-client-request-id": [ "eb043845-a34f-4aa9-85cb-d6efb4a0955e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,28 +22,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d25a0934-f7de-49f0-8626-670eebbdcb82" ], + "x-ms-request-id": [ "09d445e5-0692-4c28-b866-b62367b244b8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11789" ], - "x-ms-correlation-request-id": [ "2a508783-19b8-4fc0-ab00-6b38ea187483" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004851Z:2a508783-19b8-4fc0-ab00-6b38ea187483" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11753" ], + "x-ms-correlation-request-id": [ "965e86e5-e8d6-4edd-827f-5b090b68ad75" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003950Z:965e86e5-e8d6-4edd-827f-5b090b68ad75" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:50 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "11835" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 10,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "531fdffb-131a-46b5-91b2-92f628d2b6f4" ], + "x-ms-request-id": [ "0dd15b6d-b3b3-4d49-b60d-9fc696e0808d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1161" ], - "x-ms-correlation-request-id": [ "8e93187d-9aa6-4be0-9baf-132e242cd691" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004856Z:8e93187d-9aa6-4be0-9baf-132e242cd691" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], + "x-ms-correlation-request-id": [ "99036dc2-2348-42e3-afb4-0f3e0dab463f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003953Z:99036dc2-2348-42e3-afb4-0f3e0dab463f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:56 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43101,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43101\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42704,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42704\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "342" ], - "x-ms-client-request-id": [ "306a0479-328b-4b89-921c-21b1ac64a305" ], + "x-ms-unique-id": [ "402" ], + "x-ms-client-request-id": [ "bd4d5d67-ca79-46fe-adda-f18e553d087f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "edc79124-7761-4890-bc1e-e6dbccd8f825" ], + "x-ms-request-id": [ "89bc0ddc-8aee-4605-8e83-a03c8acbd81e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11788" ], - "x-ms-correlation-request-id": [ "bf19e640-f4bf-440b-8e1f-cbb124b1d43d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004856Z:bf19e640-f4bf-440b-8e1f-cbb124b1d43d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11752" ], + "x-ms-correlation-request-id": [ "4a847681-3eb6-462c-9e3e-c9f184e70df7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003954Z:4a847681-3eb6-462c-9e3e-c9f184e70df7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:56 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43101,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43101\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42704,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42704\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "343" ], - "x-ms-client-request-id": [ "af9771ee-2b23-4561-b761-ca74ef946ab2" ], + "x-ms-unique-id": [ "403" ], + "x-ms-client-request-id": [ "8d525a69-ab4a-4b54-a7d2-cba0b794d7e6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,32 +140,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c25cdd4f-d707-4a28-b565-3cdb46148b6d" ], + "x-ms-request-id": [ "6b57e5fa-971a-4a62-9f56-52589b29b625" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11787" ], - "x-ms-correlation-request-id": [ "2540cc7d-d2a5-416e-aa1b-f3634806841c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004856Z:2540cc7d-d2a5-416e-aa1b-f3634806841c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11751" ], + "x-ms-correlation-request-id": [ "793b8241-1349-4cd6-be61-c0f84bbbbba0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003954Z:793b8241-1349-4cd6-be61-c0f84bbbbba0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:56 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43101,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43101\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42704,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42704\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "344" ], - "x-ms-client-request-id": [ "8dd666c7-abf3-4a0c-bc24-f17760ef949f" ], + "x-ms-unique-id": [ "404" ], + "x-ms-client-request-id": [ "29dee2a7-39e8-424e-a940-30fcc6fcfda7" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -181,15 +181,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "582de494-7388-4f6d-866a-1b374a1bf386" ], + "x-ms-request-id": [ "ce2b5be3-3fdd-4b48-baeb-96f1df759824" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], - "x-ms-correlation-request-id": [ "23c4f56b-00d2-441c-9755-94f957dde483" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004858Z:23c4f56b-00d2-441c-9755-94f957dde483" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], + "x-ms-correlation-request-id": [ "2fcc0e4b-58e5-4b29-90e0-7f3264413175" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003956Z:2fcc0e4b-58e5-4b29-90e0-7f3264413175" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json b/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json index 61f72f2f0ac0..fcdc82f30523 100644 --- a/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json +++ b/src/Functions/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json @@ -1,9 +1,9 @@ { - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-gaqlx2ob3s\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -17,15 +17,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e5b4775e-8bdc-4561-a4f0-9c2d11c77633" ], + "x-ms-request-id": [ "77eca69c-8fdc-415d-b68f-a042ab033a85" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11786" ], - "x-ms-correlation-request-id": [ "4d014a2f-37ba-40d4-be7a-ec14a9423b2a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004859Z:4d014a2f-37ba-40d4-be7a-ec14a9423b2a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11750" ], + "x-ms-correlation-request-id": [ "da723f10-4d4e-4cd8-a96d-3bfaa39fc1fd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003956Z:da723f10-4d4e-4cd8-a96d-3bfaa39fc1fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -35,14 +35,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "346" ], - "x-ms-client-request-id": [ "a61b7c58-04c5-418d-b7a9-748b9fe9f466" ], + "x-ms-unique-id": [ "406" ], + "x-ms-client-request-id": [ "05837c16-86dd-484a-a623-e08948483576" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5756524e-0ba8-4d28-90c8-285d1e5271b7" ], + "x-ms-request-id": [ "d059de17-b602-4d98-beb0-6026d3499200" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11785" ], - "x-ms-correlation-request-id": [ "1ab4cfcd-d2c0-435c-8812-9a9d31da6dc8" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004859Z:1ab4cfcd-d2c0-435c-8812-9a9d31da6dc8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11749" ], + "x-ms-correlation-request-id": [ "f0bd80a9-4daa-4a8e-934b-91e03098397c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003956Z:f0bd80a9-4daa-4a8e-934b-91e03098397c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "347" ], - "x-ms-client-request-id": [ "08f7b20f-ad58-4e48-a797-07f49f0df377" ], + "x-ms-unique-id": [ "407" ], + "x-ms-client-request-id": [ "27688a5e-e775-487f-bb2d-2aa12f87be90" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "15cd90a9-da43-48c0-9db0-eb9531e5ff63" ], + "x-ms-request-id": [ "6128a23c-62c6-4dc0-bfb6-bb4b85a7ebcb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11784" ], - "x-ms-correlation-request-id": [ "8d9c1294-099f-4631-8ce8-9525920acdc4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004859Z:8d9c1294-099f-4631-8ce8-9525920acdc4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11748" ], + "x-ms-correlation-request-id": [ "d3bb9082-84c9-4d11-aff0-9f548ebc6675" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:d3bb9082-84c9-4d11-aff0-9f548ebc6675" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "348" ], - "x-ms-client-request-id": [ "4abd6b8a-8c26-48b6-8c56-3063be3297a6" ], + "x-ms-unique-id": [ "408" ], + "x-ms-client-request-id": [ "0f26eba2-5be2-424b-bde1-afa98897e11e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,32 +140,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dabdd0c6-eae3-423f-8a7f-eb9aa02391bf" ], + "x-ms-request-id": [ "55e5fbf3-2998-420e-b031-e6a846d2e963" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11783" ], - "x-ms-correlation-request-id": [ "e904b39b-1861-461b-b760-36bb63ca0fb2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004900Z:e904b39b-1861-461b-b760-36bb63ca0fb2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11747" ], + "x-ms-correlation-request-id": [ "29a470de-ad66-4ee8-b36c-7e626d4908a6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:29a470de-ad66-4ee8-b36c-7e626d4908a6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:48:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "349" ], - "x-ms-client-request-id": [ "7c8bb058-e026-4714-bd55-d419e5d11fb5" ], + "x-ms-unique-id": [ "409" ], + "x-ms-client-request-id": [ "8dd055fb-754d-4d45-be86-84e5f4264ec5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -181,32 +181,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c464bd08-dae1-4d79-95fc-b288c81252d8" ], + "x-ms-request-id": [ "882a9d17-0fe3-444f-894f-dc1b0552d4c6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11782" ], - "x-ms-correlation-request-id": [ "e23fe986-b5ad-417c-8912-983a48e67fb7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004902Z:e23fe986-b5ad-417c-8912-983a48e67fb7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11746" ], + "x-ms-correlation-request-id": [ "ebc8886d-7269-49b6-ad37-c0735d0e77a9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:ebc8886d-7269-49b6-ad37-c0735d0e77a9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "350" ], - "x-ms-client-request-id": [ "4b53a158-d8b5-499c-9e3f-54276468f8ca" ], + "x-ms-unique-id": [ "410" ], + "x-ms-client-request-id": [ "0cf3afcd-6e7b-4056-a971-7df58dbd70f6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -222,32 +222,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9fa79074-2216-41d6-8316-bb3c1b2b7cb7" ], + "x-ms-request-id": [ "24c5d932-35e9-4ca4-a295-2edbec296e58" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11781" ], - "x-ms-correlation-request-id": [ "2cc768b9-1771-4e91-aa81-ab89bcf97ff3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004903Z:2cc768b9-1771-4e91-aa81-ab89bcf97ff3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11745" ], + "x-ms-correlation-request-id": [ "96e30b7b-51b3-4e2d-94f4-e20303b919b6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:96e30b7b-51b3-4e2d-94f4-e20303b919b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "351" ], - "x-ms-client-request-id": [ "a18ff443-3985-4ad2-9b39-ff2a2fb50dfc" ], + "x-ms-unique-id": [ "411" ], + "x-ms-client-request-id": [ "60065856-1c7e-4ed8-9738-ec2b6d9d716b" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -262,31 +262,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "f984c117-de32-4c15-abec-678dbe00ec8f" ], + "x-ms-request-id": [ "1e391bed-0ca7-4bff-b3b1-df93908a0c9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11780" ], - "x-ms-correlation-request-id": [ "9e3859de-dd9c-44d5-b4df-3afc8e6a360c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004903Z:9e3859de-dd9c-44d5-b4df-3afc8e6a360c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11744" ], + "x-ms-correlation-request-id": [ "51462d36-e53d-40e0-b64d-42937eea7bc0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:51462d36-e53d-40e0-b64d-42937eea7bc0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "352" ], - "x-ms-client-request-id": [ "576c9555-3125-4692-b727-0ce14c76446f" ], + "x-ms-unique-id": [ "412" ], + "x-ms-client-request-id": [ "d7c4c91d-4e97-47c3-b62e-612cef5ec8f9" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -301,27 +301,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "bf38c053-0898-41ad-89fc-579938484ef3" ], + "x-ms-request-id": [ "83ec1d4e-0936-4a8e-99e0-9653ddd2ff8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11967" ], - "x-ms-correlation-request-id": [ "1265f881-241f-46b2-b7c3-577e006a4592" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004903Z:1265f881-241f-46b2-b7c3-577e006a4592" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11963" ], + "x-ms-correlation-request-id": [ "9dde83e9-40db-427f-8da6-afa282321318" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T003957Z:9dde83e9-40db-427f-8da6-afa282321318" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:03 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:39:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01+9": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -335,36 +335,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "bc0ae7ca-fd2e-437c-b601-451a0f179453" ], + "x-ms-request-id": [ "76e59066-576f-418c-aed6-fccf3e7227d7" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1160" ], - "x-ms-correlation-request-id": [ "7a78a8e6-bd09-4aec-ad6a-6be17ecd068e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004904Z:7a78a8e6-bd09-4aec-ad6a-6be17ecd068e" ], - "Date": [ "Wed, 13 May 2020 00:49:03 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], + "x-ms-correlation-request-id": [ "502abe1e-0514-4df7-a178-609afb981d42" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004014Z:502abe1e-0514-4df7-a178-609afb981d42" ], + "Date": [ "Tue, 16 Jun 2020 00:40:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1003" ], + "Content-Length": [ "1041" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08001d37-0000-0300-0000-5ebb43ff0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"fabba0ab-a970-425b-b1d3-ce096614d4f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"ConnectionString\":\"InstrumentationKey=6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:43:33.4613907+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00000dbb-0000-0300-0000-5ee814de0000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+10": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1812" ] + "Content-Length": [ "1846" ] } }, "Response": { @@ -372,34 +372,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C04F313B2B\"" ], + "ETag": [ "\"1D64376B6A3510B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "41c370d5-ec6a-464e-98e6-fd36a300bf03" ], + "x-ms-request-id": [ "6bad8828-f8a7-48ba-940b-19eec2b24efe" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "488" ], - "x-ms-correlation-request-id": [ "1c07909f-fde9-48be-b195-321c9e963041" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004941Z:1c07909f-fde9-48be-b195-321c9e963041" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "494" ], + "x-ms-correlation-request-id": [ "1e478fa2-ac0b-490f-80b2-ac4e23342788" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004053Z:1e478fa2-ac0b-490f-80b2-ac4e23342788" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:41 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5862" ], + "Content-Length": [ "5880" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:49:07.53\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"c1d55af1-9e98-403f-92e7-5d5d868365e9\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:40:19.5966667\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+11": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "355" ], - "x-ms-client-request-id": [ "a3637023-2371-49bc-8a05-74e9e5603dd4" ], + "x-ms-unique-id": [ "415" ], + "x-ms-client-request-id": [ "c531f5d2-157b-4767-8cae-bf3af96c6897" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -414,34 +414,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C04F313B2B\"" ], + "ETag": [ "\"1D64376B6A3510B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6b747227-891d-4401-baaa-c8869db905ca" ], + "x-ms-request-id": [ "b6a292e8-c6ec-4049-8efe-3c2c1aea5610" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11779" ], - "x-ms-correlation-request-id": [ "0316ad1c-ff9b-4f95-a601-f573009de020" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004942Z:0316ad1c-ff9b-4f95-a601-f573009de020" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11743" ], + "x-ms-correlation-request-id": [ "7f6a7746-b3b6-4d2f-b438-07bc275b5a2c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004053Z:7f6a7746-b3b6-4d2f-b438-07bc275b5a2c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:41 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5667" ], + "Content-Length": [ "5680" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:49:08.1466667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"c1d55af1-9e98-403f-92e7-5d5d868365e9\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:40:20.3366667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "356" ], - "x-ms-client-request-id": [ "cac9894c-a017-4523-aadf-d2ee67729cd1" ], + "x-ms-unique-id": [ "416" ], + "x-ms-client-request-id": [ "4fb0ce5d-05d4-4681-bf93-72eb97abe6f5" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -457,32 +457,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "589956aa-2de0-4d85-862e-f303f8f5fcfa" ], + "x-ms-request-id": [ "d4187c64-3ef0-4001-8229-f50c58ff01fb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11962" ], - "x-ms-correlation-request-id": [ "977a760b-985f-4dc3-bb69-4daf06e5802f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004942Z:977a760b-985f-4dc3-bb69-4daf06e5802f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11954" ], + "x-ms-correlation-request-id": [ "336530f2-49a3-4a54-bd4b-98522f573c32" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004053Z:336530f2-49a3-4a54-bd4b-98522f573c32" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:41 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1181" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "357" ], - "x-ms-client-request-id": [ "f06feef0-57d1-4264-a35d-7e46c13fc603" ], + "x-ms-unique-id": [ "417" ], + "x-ms-client-request-id": [ "aee9c128-3175-4657-8232-8c5dda98facc" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -498,32 +498,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fb1f6f45-f71a-4c69-8c02-fbfaa0c1fbbe" ], + "x-ms-request-id": [ "e62e0cf8-e0e3-4ac2-adcc-51b715997910" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11778" ], - "x-ms-correlation-request-id": [ "f028a7e4-6939-4e3a-80b1-42a6a0fe122e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004942Z:f028a7e4-6939-4e3a-80b1-42a6a0fe122e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11742" ], + "x-ms-correlation-request-id": [ "ba416c91-46c9-4020-b655-25ad33c01ffb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004054Z:ba416c91-46c9-4020-b655-25ad33c01ffb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:41 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3350" ], + "Content-Length": [ "3382" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":42530,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24498,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+14": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "358" ], - "x-ms-client-request-id": [ "62404a93-e1fd-4e9b-8d08-f8a14930e47d" ], + "x-ms-unique-id": [ "418" ], + "x-ms-client-request-id": [ "e3e8e98c-57c0-462a-b371-0b4ede8c42f5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -539,28 +539,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c0a5921d-c428-4f94-896b-ae9ecd75bf74" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11777" ], + "x-ms-request-id": [ "4de41c8e-2d5b-442e-ac93-ffff61f68ead" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "656d3668-e44f-4a5f-b2b8-40bc2e24c09a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004942Z:656d3668-e44f-4a5f-b2b8-40bc2e24c09a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11741" ], + "x-ms-correlation-request-id": [ "a799b8a7-3d5b-4830-a93b-7651294438e1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004054Z:a799b8a7-3d5b-4830-a93b-7651294438e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:42 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "11835" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+15": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+15": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 10,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -575,32 +575,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7c5bed3d-3472-495d-838c-9600205dec43" ], + "x-ms-request-id": [ "9a4e7162-594d-4aff-bd3f-3719ad52324e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1159" ], - "x-ms-correlation-request-id": [ "2c6d47e0-76c2-474e-9497-5c3ee4e13489" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004945Z:2c6d47e0-76c2-474e-9497-5c3ee4e13489" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], + "x-ms-correlation-request-id": [ "c351a04d-4444-407f-a1f2-d2a72155522d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004057Z:c351a04d-4444-407f-a1f2-d2a72155522d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:45 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43102,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43102\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42705,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42705\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+16": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "360" ], - "x-ms-client-request-id": [ "5ba6dd4b-bd44-4460-8d98-6ffdb0797a2f" ], + "x-ms-unique-id": [ "420" ], + "x-ms-client-request-id": [ "c9d1ee9f-6bf3-4aac-865b-b2b9d0c72cc9" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -616,32 +616,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ff98eb1c-09ef-4d8e-a9dc-d6e2369925bf" ], + "x-ms-request-id": [ "ce58bed5-6efc-4ec1-96f1-20dca50d2088" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11776" ], - "x-ms-correlation-request-id": [ "c20b739f-ed43-43c8-85e2-fa6f84ae6638" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004946Z:c20b739f-ed43-43c8-85e2-fa6f84ae6638" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11740" ], + "x-ms-correlation-request-id": [ "b9940dc8-22d0-4b5b-831a-2fab9471ba41" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:b9940dc8-22d0-4b5b-831a-2fab9471ba41" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:45 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43102,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43102\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42705,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42705\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+17": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "361" ], - "x-ms-client-request-id": [ "99b8327a-7ef9-4340-83a7-2e927db8d664" ], + "x-ms-unique-id": [ "421" ], + "x-ms-client-request-id": [ "44841ba8-1d74-43a5-be8b-e0418dd5396a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -656,34 +656,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C04F313B2B\"" ], + "ETag": [ "\"1D64376B6A3510B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b4d6b0f4-29e1-4a41-9d51-2ea9975e3fdb" ], + "x-ms-request-id": [ "2ab2d36b-95ce-422a-9e3d-fcceec5400ae" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11775" ], - "x-ms-correlation-request-id": [ "b2845c2a-aafa-43d2-8acf-c7eebfb74093" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004946Z:b2845c2a-aafa-43d2-8acf-c7eebfb74093" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11739" ], + "x-ms-correlation-request-id": [ "10440820-1c48-4a7d-b3af-bd11b87497c4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:10440820-1c48-4a7d-b3af-bd11b87497c4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:45 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5667" ], + "Content-Length": [ "5680" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:49:08.1466667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"c1d55af1-9e98-403f-92e7-5d5d868365e9\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:40:20.3366667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+18": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "362" ], - "x-ms-client-request-id": [ "e7aa4c72-a6f3-4b85-8c6b-3d8778c382ad" ], + "x-ms-unique-id": [ "422" ], + "x-ms-client-request-id": [ "6af61ea3-7804-4f2d-9ede-ee0adb615b9e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -699,32 +699,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b9a2a425-fdb5-4b08-920f-476e4550facd" ], + "x-ms-request-id": [ "28f063f6-430e-4da1-9983-c6d8aea97ca9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11961" ], - "x-ms-correlation-request-id": [ "b4b4eb30-4baf-4433-b019-d8a80ad4b9c0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004946Z:b4b4eb30-4baf-4433-b019-d8a80ad4b9c0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11953" ], + "x-ms-correlation-request-id": [ "9c916fe6-5a7a-4de5-a3a4-58b8c182b108" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:9c916fe6-5a7a-4de5-a3a4-58b8c182b108" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:46 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1181" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+19": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "363" ], - "x-ms-client-request-id": [ "2d40f2ed-8de5-4f6d-a347-1ffb5f103ad0" ], + "x-ms-unique-id": [ "423" ], + "x-ms-client-request-id": [ "8719cba6-aa5e-438f-87ef-3c33b6ddc537" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -740,32 +740,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "99fb9db0-1100-4b82-bee5-db077d560dc1" ], + "x-ms-request-id": [ "56bdb4ad-ec03-4872-9522-a78b9ce793a5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11774" ], - "x-ms-correlation-request-id": [ "bb8e8981-6993-49c2-82f6-2d3965a455ba" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004947Z:bb8e8981-6993-49c2-82f6-2d3965a455ba" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11738" ], + "x-ms-correlation-request-id": [ "1fd5981c-207e-49a6-a4b7-530317260be8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:1fd5981c-207e-49a6-a4b7-530317260be8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:46 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3350" ], + "Content-Length": [ "3382" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":42530,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24498,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+20": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "364" ], - "x-ms-client-request-id": [ "a6c5bc78-f874-4bca-b1d5-f062d464a330" ], + "x-ms-unique-id": [ "424" ], + "x-ms-client-request-id": [ "12d3b2b6-4cc9-4e6d-b5c4-38e09c98acdc" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -781,32 +781,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "13e22fc6-8d0a-40c5-b460-1cc595d82896" ], + "x-ms-request-id": [ "2efb9b62-b48a-45bb-84b7-676260996a23" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11773" ], - "x-ms-correlation-request-id": [ "648e173d-3f41-401c-9b12-4926f93e6e2f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004947Z:648e173d-3f41-401c-9b12-4926f93e6e2f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11737" ], + "x-ms-correlation-request-id": [ "d4e80ddb-0237-42a8-b208-3afa8239a21e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004058Z:d4e80ddb-0237-42a8-b208-3afa8239a21e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:46 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "6959" ], + "Content-Length": [ "6964" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886822,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027633,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+21": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "365" ], - "x-ms-client-request-id": [ "2d2fc227-2e6e-4b47-ba05-13922ba38664" ], + "x-ms-unique-id": [ "425" ], + "x-ms-client-request-id": [ "facfb0bd-27c6-4063-b79f-6d35ac713100" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -822,32 +822,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bc71ac80-f193-421b-9f24-748d91f565be" ], + "x-ms-request-id": [ "1ed4b68f-3495-496a-956b-afabcb808c17" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11772" ], - "x-ms-correlation-request-id": [ "04f06b79-dae4-4e1f-afe3-fbbad68e4e68" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004947Z:04f06b79-dae4-4e1f-afe3-fbbad68e4e68" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11736" ], + "x-ms-correlation-request-id": [ "6e597ba5-5fae-4a96-b22c-29e71b0dd3c7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:6e597ba5-5fae-4a96-b22c-29e71b0dd3c7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+22": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "366" ], - "x-ms-client-request-id": [ "0b5e1f6f-c11b-4dcc-879a-7488c699ad0b" ], + "x-ms-unique-id": [ "426" ], + "x-ms-client-request-id": [ "01ae77ea-68a7-48f7-a74f-2d2a6a47e0ed" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -863,32 +863,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "43c27202-e505-4774-968f-8988fad2a864" ], + "x-ms-request-id": [ "a1271be5-317a-4e65-8eb6-12381bcf6309" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11771" ], - "x-ms-correlation-request-id": [ "ee340f72-11b7-4567-9996-ebb34f64661d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004947Z:ee340f72-11b7-4567-9996-ebb34f64661d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11735" ], + "x-ms-correlation-request-id": [ "daf22ff2-f7fd-4bd7-b522-9bf46fbc727b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:daf22ff2-f7fd-4bd7-b522-9bf46fbc727b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+23": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "367" ], - "x-ms-client-request-id": [ "f545afd0-6512-4731-9fbc-8b68c6f64c8f" ], + "x-ms-unique-id": [ "427" ], + "x-ms-client-request-id": [ "2c3098f7-ee18-43f1-a57a-ac52905ec1ed" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -904,32 +904,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "db54c142-7ca3-4b59-8b1e-dd49b0f286c3" ], + "x-ms-request-id": [ "2911670a-4806-49b2-83a3-fd419a6e707a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11770" ], - "x-ms-correlation-request-id": [ "8bf97bc8-2e61-4b0b-aeb2-0c0deebc48ab" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004948Z:8bf97bc8-2e61-4b0b-aeb2-0c0deebc48ab" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11734" ], + "x-ms-correlation-request-id": [ "1637a8f8-42c0-456c-8fb4-7aa1c86b2ad6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:1637a8f8-42c0-456c-8fb4-7aa1c86b2ad6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+24": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "368" ], - "x-ms-client-request-id": [ "a8e1576f-3a2d-49c9-8f0e-f3c91369fc3c" ], + "x-ms-unique-id": [ "428" ], + "x-ms-client-request-id": [ "49bb2bbf-25af-4c76-a672-9f0aee6d77a3" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -945,32 +945,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "710365fc-a49d-484c-b784-5f78aac50fcb" ], + "x-ms-request-id": [ "33ddf69c-de08-423a-9ca7-f1bcaf251510" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11769" ], - "x-ms-correlation-request-id": [ "cb327632-fcd5-4daa-939d-1b6f88c52944" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004948Z:cb327632-fcd5-4daa-939d-1b6f88c52944" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11733" ], + "x-ms-correlation-request-id": [ "387472f0-873b-4f63-a7e2-f64f72159fdb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:387472f0-873b-4f63-a7e2-f64f72159fdb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1440" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43102,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43102\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42705,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42705\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+25": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "369" ], - "x-ms-client-request-id": [ "3b25fe65-4ea1-48e2-8c2f-9d2c705bfab4" ], + "x-ms-unique-id": [ "429" ], + "x-ms-client-request-id": [ "3af44016-dcf1-41ec-99f4-0039f79c5557" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -986,32 +986,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ba9986e1-25df-4591-a1cf-65eb0b99deae" ], + "x-ms-request-id": [ "e4b0c569-9285-4e39-969a-f14c6a16b595" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11768" ], - "x-ms-correlation-request-id": [ "e926c8ad-7352-41ca-afe1-c4d84532f7fd" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004948Z:e926c8ad-7352-41ca-afe1-c4d84532f7fd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11732" ], + "x-ms-correlation-request-id": [ "0097d550-6773-4534-8987-0e2d9d16b94f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004059Z:0097d550-6773-4534-8987-0e2d9d16b94f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:47 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+26": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "370" ], - "x-ms-client-request-id": [ "4e6cad82-7c3c-42d9-b223-6daada46fda0" ], + "x-ms-unique-id": [ "430" ], + "x-ms-client-request-id": [ "90f9cf95-7693-488f-8678-8ffe37283f2e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1027,29 +1027,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9f8969b2-42d3-41fe-beb2-ba687732db56" ], + "x-ms-request-id": [ "8c8e9f8e-fad9-4bd1-9105-1b48d8a96497" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11767" ], - "x-ms-correlation-request-id": [ "f3f3cfc7-263c-48c0-b84f-806778d5824b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004948Z:f3f3cfc7-263c-48c0-b84f-806778d5824b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11731" ], + "x-ms-correlation-request-id": [ "a46b4122-03c5-4bdd-b6b9-80dfa45c3d79" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004100Z:a46b4122-03c5-4bdd-b6b9-80dfa45c3d79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:48 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:40:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+27": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+27": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -1062,34 +1062,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C04F313B2B\"" ], + "ETag": [ "\"1D64376B6A3510B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "31d1fd54-9c95-4b93-bf0b-45fbc8cab031" ], + "x-ms-request-id": [ "437b8968-ec7f-4fe5-9e97-9dc40f53cd99" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "487" ], - "x-ms-correlation-request-id": [ "623a538f-813e-4e90-9db8-2319c3dda98f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004953Z:623a538f-813e-4e90-9db8-2319c3dda98f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "493" ], + "x-ms-correlation-request-id": [ "60316123-bbd2-4d7e-9a7c-cd5bfbb4adee" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004104Z:60316123-bbd2-4d7e-9a7c-cd5bfbb4adee" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:53 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5857" ], + "Content-Length": [ "5875" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:49:51.12\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"c1d55af1-9e98-403f-92e7-5d5d868365e9\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:02.4033333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+28": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+28": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "372" ], - "x-ms-client-request-id": [ "414501dc-215f-4e43-abcf-3c3cc61cf29e" ], + "x-ms-unique-id": [ "432" ], + "x-ms-client-request-id": [ "0e128e65-52c1-4d06-8417-6951db2a6505" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1104,34 +1104,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C068CE7100\"" ], + "ETag": [ "\"1D64376CFB62E35\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "949a66b9-c471-4c94-aebf-82497ae3b5e1" ], + "x-ms-request-id": [ "24e3d99c-a3c2-48c1-8dff-4ab2b0de7715" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11766" ], - "x-ms-correlation-request-id": [ "b9d040b3-e39f-46f7-8df8-26194d985d24" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004954Z:b9d040b3-e39f-46f7-8df8-26194d985d24" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11730" ], + "x-ms-correlation-request-id": [ "3d77c46d-b672-43a7-a2fc-aad91c7a4b0c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004104Z:3d77c46d-b672-43a7-a2fc-aad91c7a4b0c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:53 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5657" ], + "Content-Length": [ "5675" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:49:51.12\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"c1d55af1-9e98-403f-92e7-5d5d868365e9\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:02.4033333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"c6f08121-812b-4157-84cc-f13231553d22\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+29": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+29": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "373" ], - "x-ms-client-request-id": [ "713a0f5e-f0fe-4538-b391-6e4d340e877d" ], + "x-ms-unique-id": [ "433" ], + "x-ms-client-request-id": [ "52aa01d5-5902-4a75-80e0-0b5b85ad270d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1147,32 +1147,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "79958926-5a92-49e1-a62e-eff02cb28bf4" ], + "x-ms-request-id": [ "43a6a384-0dbe-4497-9bd7-b1057aaf4b1d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11960" ], - "x-ms-correlation-request-id": [ "e171ef23-2241-4d4c-9716-a9016c97115b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004954Z:e171ef23-2241-4d4c-9716-a9016c97115b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11952" ], + "x-ms-correlation-request-id": [ "84753771-9f6c-4df2-99bc-cd1532b3dad9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004104Z:84753771-9f6c-4df2-99bc-cd1532b3dad9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:54 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1181" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+30": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+30": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "374" ], - "x-ms-client-request-id": [ "6a2768cf-8782-45ff-a2e2-cf27319f706e" ], + "x-ms-unique-id": [ "434" ], + "x-ms-client-request-id": [ "9d7644e8-6886-4596-b792-20fd2dd5ae1b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1188,29 +1188,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "321a2c5f-5efb-4bab-8c48-f34be46dc04f" ], + "x-ms-request-id": [ "6f019648-41d1-40b9-a1ee-9a818609c157" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11765" ], - "x-ms-correlation-request-id": [ "17853b75-f69d-4c2b-9058-5bdc8fc4f85f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T004954Z:17853b75-f69d-4c2b-9058-5bdc8fc4f85f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11729" ], + "x-ms-correlation-request-id": [ "a8b9c3de-d71f-4bcb-8716-bb8cab211e71" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004105Z:a8b9c3de-d71f-4bcb-8716-bb8cab211e71" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:54 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3350" ], + "Content-Length": [ "3382" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":42530,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24498,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+31": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+31": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -1223,34 +1223,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C068CE7100\"" ], + "ETag": [ "\"1D64376CFB62E35\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ee2d8e79-c1a2-4131-bf92-fc727710ea18" ], + "x-ms-request-id": [ "12f32a9f-bfb8-4da7-a6cf-bb491c8861de" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "492" ], - "x-ms-correlation-request-id": [ "f188c7f9-7ee6-46cf-84a9-b4d1af8d290c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005000Z:f188c7f9-7ee6-46cf-84a9-b4d1af8d290c" ], + "x-ms-correlation-request-id": [ "aae75739-ee0e-4ea6-9e2e-f19c5ca5f874" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004111Z:aae75739-ee0e-4ea6-9e2e-f19c5ca5f874" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5722" ], + "Content-Length": [ "5735" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:49:57.6833333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:08.3933333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+32": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+32": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "376" ], - "x-ms-client-request-id": [ "3ec7b6c7-6cd9-48bb-9c68-e3def18f0859" ], + "x-ms-unique-id": [ "436" ], + "x-ms-client-request-id": [ "797a7da9-192d-4b1b-8a80-fef20c05b930" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1265,34 +1265,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C06CB7ED35\"" ], + "ETag": [ "\"1D64376D3482E95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "435ed287-8231-4581-bd0c-366d2f82c5ca" ], + "x-ms-request-id": [ "ddd81078-e7cb-47ff-91cf-8db7f236b11a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11764" ], - "x-ms-correlation-request-id": [ "a17a834c-9ee2-4708-b988-cc5772700f75" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005000Z:a17a834c-9ee2-4708-b988-cc5772700f75" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11728" ], + "x-ms-correlation-request-id": [ "b7dfd05f-5d8d-4249-8056-bc7f069a5a72" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004111Z:b7dfd05f-5d8d-4249-8056-bc7f069a5a72" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5522" ], + "Content-Length": [ "5535" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:49:57.6833333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:08.3933333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+33": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+33": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "377" ], - "x-ms-client-request-id": [ "dc6c6d62-b69d-4272-bcb5-eae4a5a36ed6" ], + "x-ms-unique-id": [ "437" ], + "x-ms-client-request-id": [ "f3a98b12-76f8-4836-8346-c9824d7a5e68" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1308,32 +1308,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "623e8671-0428-4bdd-9eee-cede6d24be2d" ], + "x-ms-request-id": [ "11fe2931-7942-4cd2-b0db-3798b9c2a8f2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11959" ], - "x-ms-correlation-request-id": [ "22d46b3e-122c-453d-a986-e67ae36e8203" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005000Z:22d46b3e-122c-453d-a986-e67ae36e8203" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11951" ], + "x-ms-correlation-request-id": [ "8367d9f8-cab2-4cd1-9649-9a86c0166e5e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004111Z:8367d9f8-cab2-4cd1-9649-9a86c0166e5e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1181" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+34": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+34": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "378" ], - "x-ms-client-request-id": [ "6b603002-d0ca-43a4-887b-9148a61dde8f" ], + "x-ms-unique-id": [ "438" ], + "x-ms-client-request-id": [ "f6f115af-667c-47f4-a461-c46fbc7b6938" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1349,32 +1349,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bbd962ac-f385-4f9b-9ec3-138347d1809d" ], + "x-ms-request-id": [ "f6327816-b4dd-4d07-af63-c227d0bdd1de" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11763" ], - "x-ms-correlation-request-id": [ "7b83b7bd-0c61-412e-b5c0-84bc4580e077" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005000Z:7b83b7bd-0c61-412e-b5c0-84bc4580e077" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11727" ], + "x-ms-correlation-request-id": [ "5961d95d-3762-4e46-9c4e-282128304619" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004112Z:5961d95d-3762-4e46-9c4e-282128304619" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:49:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3349" ], + "Content-Length": [ "3381" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Insights/components?api-version=2015-05-01+35": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Insights/components?api-version=2015-05-01+35": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Insights/components?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Insights/components?api-version=2015-05-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "379" ], - "x-ms-client-request-id": [ "7bf378b4-38e7-43f0-a1db-55f098bc847f" ], + "x-ms-unique-id": [ "439" ], + "x-ms-client-request-id": [ "c30d5077-9fa4-4392-990e-c7a07dbfd31c" ], "CommandName": [ "Az.Functions.internal\\Get-AzAppInsights" ], "FullCommandName": [ "Get-AzAppInsights_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1389,28 +1389,28 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "7bf378b4-38e7-43f0-a1db-55f098bc847f", "7bf378b4-38e7-43f0-a1db-55f098bc847f" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11762" ], - "x-ms-request-id": [ "daf44ff2-ca98-434a-a057-1a61fbdc2965" ], - "x-ms-correlation-request-id": [ "daf44ff2-ca98-434a-a057-1a61fbdc2965" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005000Z:daf44ff2-ca98-434a-a057-1a61fbdc2965" ], + "x-ms-original-request-ids": [ "c30d5077-9fa4-4392-990e-c7a07dbfd31c", "c30d5077-9fa4-4392-990e-c7a07dbfd31c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11726" ], + "x-ms-request-id": [ "4c9fb43d-5410-434e-a37d-8750c73ace0b" ], + "x-ms-correlation-request-id": [ "4c9fb43d-5410-434e-a37d-8750c73ace0b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004112Z:4c9fb43d-5410-434e-a37d-8750c73ace0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:11 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "11843" ] + "Content-Length": [ "14318" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08005635-0000-0300-0000-5ebb421a0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-6-ysqv01\",\"AppId\":\"907f64d4-2d56-4e41-83ed-2f07e2f62bbe\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\",\"ConnectionString\":\"InstrumentationKey=5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\",\"Name\":\"Functions-PowerShell-6-ysqv01\",\"CreationDate\":\"2020-05-13T00:40:57.9698953+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08009335-0000-0300-0000-5ebb42420000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Node-10-x86q7m\",\"AppId\":\"a6648466-5cdd-40e7-abdd-0b471b9c147f\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"930b7b79-68c1-429b-abb5-4ba110117f33\",\"ConnectionString\":\"InstrumentationKey=930b7b79-68c1-429b-abb5-4ba110117f33\",\"Name\":\"Functions-Node-10-x86q7m\",\"CreationDate\":\"2020-05-13T00:41:38.5182599+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/microsoft.insights/components/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0800aa35-0000-0300-0000-5ebb425a0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DoNet-3-nc2tx1\",\"AppId\":\"e82fc00a-10a2-420e-a541-5ec5324fae0a\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\",\"ConnectionString\":\"InstrumentationKey=5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\",\"Name\":\"Functions-DoNet-3-nc2tx1\",\"CreationDate\":\"2020-05-13T00:42:02.7133995+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/microsoft.insights/components/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0800e535-0000-0300-0000-5ebb42860000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-3-8-dc8pa6\",\"AppId\":\"50dca985-ae32-42be-9339-84e852fbe45d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\",\"ConnectionString\":\"InstrumentationKey=316cfea0-4c7c-4e08-b44c-fc9e45598f43\",\"Name\":\"Functions-Python-3-8-dc8pa6\",\"CreationDate\":\"2020-05-13T00:42:46.175664+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s-new\",\"name\":\"Functions-PowerShell-gaqlx2ob3s-new\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0800f735-0000-0300-0000-5ebb42a20000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s-new\",\"AppId\":\"bf48af4a-8ac8-4eb5-bc58-4eef29fa728d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"9bfd67bc-c138-4360-8707-facdcc104787\",\"ConnectionString\":\"InstrumentationKey=9bfd67bc-c138-4360-8707-facdcc104787\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s-new\",\"CreationDate\":\"2020-05-13T00:43:14.1289851+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08001d37-0000-0300-0000-5ebb43ff0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"fabba0ab-a970-425b-b1d3-ce096614d4f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"ConnectionString\":\"InstrumentationKey=6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:43:33.4613907+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-CustomImage-7pb0sou6jl\",\"name\":\"Functions-CustomImage-7pb0sou6jl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08002436-0000-0300-0000-5ebb42f00000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-CustomImage-7pb0sou6jl\",\"AppId\":\"5ab55f3d-7219-4fd2-9933-428749a6e251\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"a13423b8-6dc5-40e2-b82a-176fd48121a7\",\"ConnectionString\":\"InstrumentationKey=a13423b8-6dc5-40e2-b82a-176fd48121a7\",\"Name\":\"Functions-CustomImage-7pb0sou6jl\",\"CreationDate\":\"2020-05-13T00:44:32.8730796+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08006c36-0000-0300-0000-5ebb432c0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"1f322688-7b81-463f-897d-6473d2849c61\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"01e8848c-178b-4324-84c0-06ab402cf550\",\"ConnectionString\":\"InstrumentationKey=01e8848c-178b-4324-84c0-06ab402cf550\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:44:57.3266617+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-TestAppName-8iq7xbntlr\",\"name\":\"Functions-TestAppName-8iq7xbntlr\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08006a36-0000-0300-0000-5ebb432a0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-8iq7xbntlr\",\"AppId\":\"eaab79f7-393b-4519-a8c0-3e2c237015e6\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"ConnectionString\":\"InstrumentationKey=e5936b49-f8c7-4cff-a8d1-bc523e476480\",\"Name\":\"Functions-TestAppName-8iq7xbntlr\",\"CreationDate\":\"2020-05-13T00:45:10.80747+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/microsoft.insights/components/Functions-Python-3p4aonydut\",\"name\":\"Functions-Python-3p4aonydut\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08007336-0000-0300-0000-5ebb43310000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-3p4aonydut\",\"AppId\":\"3949c78c-5af7-4519-89b4-1f9f0ed33173\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"37d26bb9-ade1-41f2-9f36-6e5ddad8af17\",\"ConnectionString\":\"InstrumentationKey=37d26bb9-ade1-41f2-9f36-6e5ddad8af17\",\"Name\":\"Functions-Python-3p4aonydut\",\"CreationDate\":\"2020-05-13T00:45:37.106146+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08008036-0000-0300-0000-5ebb434b0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"c4dd25ed-d565-40da-863d-6c9faf51e1ca\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"182606ef-92ea-40fd-9f23-787678229ef8\",\"ConnectionString\":\"InstrumentationKey=182606ef-92ea-40fd-9f23-787678229ef8\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:46:03.7798349+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/microsoft.insights/components/Functions-DotNet-0x6frukzhe\",\"name\":\"Functions-DotNet-0x6frukzhe\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0800f636-0000-0300-0000-5ebb43da0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DotNet-0x6frukzhe\",\"AppId\":\"5dd134b5-6208-4e58-9665-4ba78b7ab6e0\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"90bcd9a8-3d38-4978-a3cf-1f79404bcb1e\",\"ConnectionString\":\"InstrumentationKey=90bcd9a8-3d38-4978-a3cf-1f79404bcb1e\",\"Name\":\"Functions-DotNet-0x6frukzhe\",\"CreationDate\":\"2020-05-13T00:48:26.5924435+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000dcb8-0000-0300-0000-5ee811130000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-6-hldr81\",\"AppId\":\"6d82403c-57f6-4e0c-b101-d1326609a4e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\",\"ConnectionString\":\"InstrumentationKey=4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\",\"Name\":\"Functions-PowerShell-6-hldr81\",\"CreationDate\":\"2020-06-16T00:23:47.5301052+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000f9b8-0000-0300-0000-5ee8113d0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Node-10-3eq4rm\",\"AppId\":\"533377cc-5708-413e-8651-4540d0099f1e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\",\"ConnectionString\":\"InstrumentationKey=c65a2640-8195-4a6a-9240-7fbb5687b11e\",\"Name\":\"Functions-Node-10-3eq4rm\",\"CreationDate\":\"2020-06-16T00:24:29.1733631+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000005b9-0000-0300-0000-5ee811530000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DoNet-3-xci1dk\",\"AppId\":\"87b944e7-03f0-4c18-b048-84127ce6a097\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\",\"ConnectionString\":\"InstrumentationKey=acbf63e9-f6ec-45de-9a2b-002c392a521c\",\"Name\":\"Functions-DoNet-3-xci1dk\",\"CreationDate\":\"2020-06-16T00:24:51.2701061+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000020b9-0000-0300-0000-5ee811910000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-3-8-4wmydl\",\"AppId\":\"dac8ffab-79e2-4d19-b9aa-825e293653f3\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\",\"ConnectionString\":\"InstrumentationKey=12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\",\"Name\":\"Functions-Python-3-8-4wmydl\",\"CreationDate\":\"2020-06-16T00:25:53.6754997+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz-new\",\"name\":\"Functions-PowerShell-jln68as0bz-new\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000034b9-0000-0300-0000-5ee811ba0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-jln68as0bz-new\",\"AppId\":\"7a336cda-b345-4eb1-9df2-ad1e5a7734e2\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"ConnectionString\":\"InstrumentationKey=c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"Name\":\"Functions-PowerShell-jln68as0bz-new\",\"CreationDate\":\"2020-06-16T00:26:34.7580544+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00000dbb-0000-0300-0000-5ee814de0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-CustomImage-s9wytca2x7\",\"name\":\"Functions-CustomImage-s9wytca2x7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"00006cb9-0000-0300-0000-5ee812390000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-CustomImage-s9wytca2x7\",\"AppId\":\"0b270b1c-3feb-4ba8-bc99-925c171669e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"ConnectionString\":\"InstrumentationKey=bc63fb88-38f2-4b52-8315-2a4fb460dc49\",\"Name\":\"Functions-CustomImage-s9wytca2x7\",\"CreationDate\":\"2020-06-16T00:28:41.2607902+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ecb9-0000-0300-0000-5ee812d10000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"513d7225-53ea-4494-8350-f9f96576b269\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"ConnectionString\":\"InstrumentationKey=cf0fbe8a-0824-48e3-bfe8-51dcec15ec57\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:29:46.1245534+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-TestAppName-swy8z27flt\",\"name\":\"Functions-TestAppName-swy8z27flt\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000ebb9-0000-0300-0000-5ee812cf0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-TestAppName-swy8z27flt\",\"AppId\":\"9e3e5e97-519c-40c4-aa65-77859c5a57ab\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"ConnectionString\":\"InstrumentationKey=0fcaf46c-feac-4ec8-b2fd-2067b808abb3\",\"Name\":\"Functions-TestAppName-swy8z27flt\",\"CreationDate\":\"2020-06-16T00:30:49.8693146+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/microsoft.insights/components/Functions-Python-vhqrapzbky\",\"name\":\"Functions-Python-vhqrapzbky\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000edb9-0000-0300-0000-5ee812d60000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Python-vhqrapzbky\",\"AppId\":\"3377036b-0822-41a2-99c5-272386c051b2\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"ConnectionString\":\"InstrumentationKey=6d3a36c1-180b-489b-8c09-b023e3d0f0da\",\"Name\":\"Functions-Python-vhqrapzbky\",\"CreationDate\":\"2020-06-16T00:31:18.6448462+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000099ba-0000-0300-0000-5ee814000000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"587723c5-2b71-4a80-b5a3-03ab2260c37c\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"ConnectionString\":\"InstrumentationKey=79ea41f8-f670-446e-afb7-bcc7b483bc59\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:31:43.9681142+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-DotNet-yl4rj1w7qs\",\"name\":\"Functions-DotNet-yl4rj1w7qs\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000067ba-0000-0300-0000-5ee813b30000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-DotNet-yl4rj1w7qs\",\"AppId\":\"657e5353-3ad1-4da2-aa4c-859c8aaa07ce\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"ConnectionString\":\"InstrumentationKey=df672aa0-4c2f-48f5-98d0-9b4b5b677817\",\"Name\":\"Functions-DotNet-yl4rj1w7qs\",\"CreationDate\":\"2020-06-16T00:34:59.1705745+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000082ba-0000-0300-0000-5ee813cf0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"d45d30bb-248e-4ae6-87f9-73af3ee1315d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"ConnectionString\":\"InstrumentationKey=d228b5a2-d8eb-4844-b0f3-d6cca79bacfa\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:35:27.251342+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-Java-9vs38jdng7\",\"name\":\"Functions-Java-9vs38jdng7\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"0000d2ba-0000-0300-0000-5ee8145e0000\\\"\",\"properties\":{\"ApplicationId\":\"Functions-Java-9vs38jdng7\",\"AppId\":\"18701bca-9895-4536-9f6e-5d3f18aab60d\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"ConnectionString\":\"InstrumentationKey=aef455d3-7ead-4f4c-8330-6e40c7d98ea0\",\"Name\":\"Functions-Java-9vs38jdng7\",\"CreationDate\":\"2020-06-16T00:37:50.1814027+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+36": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+36": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"9bfd67bc-c138-4360-8707-facdcc104787\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"c63a55a2-eda2-4873-9e6f-3c835db523d4\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -1423,34 +1423,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C06CB7ED35\"" ], + "ETag": [ "\"1D64376D3482E95\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "53e5dc74-0942-4e1a-8a65-8f59728f4997" ], + "x-ms-request-id": [ "0f0d3de1-078c-4ee7-9012-843cab164f8c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "491" ], - "x-ms-correlation-request-id": [ "01ac63d3-06f9-4aa0-9ba1-0e3093313b6a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005005Z:01ac63d3-06f9-4aa0-9ba1-0e3093313b6a" ], + "x-ms-correlation-request-id": [ "fa52d0df-7da0-4000-a930-9c1e240a1498" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004115Z:fa52d0df-7da0-4000-a930-9c1e240a1498" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:04 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5722" ], + "Content-Length": [ "5730" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:50:03.3066667\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:13.92\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+37": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+37": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "381" ], - "x-ms-client-request-id": [ "861f3ce6-b4a1-4d0e-b882-c86b0d862d14" ], + "x-ms-unique-id": [ "441" ], + "x-ms-client-request-id": [ "f5795807-cc1a-4d8c-aa8f-79b10b905481" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1465,34 +1465,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C07011FAAB\"" ], + "ETag": [ "\"1D64376D6937C00\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4aaed005-2af9-4073-89bd-9e650582328d" ], + "x-ms-request-id": [ "a015b851-395e-4e0b-b1e9-a9889f2cc60c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11761" ], - "x-ms-correlation-request-id": [ "41838e45-82b4-4350-ba20-ac2bd35d1922" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005006Z:41838e45-82b4-4350-ba20-ac2bd35d1922" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11725" ], + "x-ms-correlation-request-id": [ "43dfe0e7-17e4-4179-beb6-bb6d81e2a0f7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004115Z:43dfe0e7-17e4-4179-beb6-bb6d81e2a0f7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5522" ], + "Content-Length": [ "5530" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:50:03.3066667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:13.92\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+38": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+38": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "382" ], - "x-ms-client-request-id": [ "91789ba0-0a1b-46d1-a3b4-9addcec2d1e8" ], + "x-ms-unique-id": [ "442" ], + "x-ms-client-request-id": [ "96bf0e79-351f-4802-b767-bbefecdfdbc2" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1508,32 +1508,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6bc47584-a934-4f24-9876-165dff1eacd2" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11958" ], + "x-ms-request-id": [ "1354ac85-5ddc-4948-9698-9c5017fd098a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "5a1244b0-2b31-4f1c-9651-4bfb328387b9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005006Z:5a1244b0-2b31-4f1c-9651-4bfb328387b9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11950" ], + "x-ms-correlation-request-id": [ "1b7e5626-77af-4963-a3ba-f33466eb99da" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:1b7e5626-77af-4963-a3ba-f33466eb99da" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1181" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"9bfd67bc-c138-4360-8707-facdcc104787\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+39": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+39": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "383" ], - "x-ms-client-request-id": [ "3e286b7d-fa41-437e-880a-05aeef44c814" ], + "x-ms-unique-id": [ "443" ], + "x-ms-client-request-id": [ "43a0da1e-b564-40a3-88e1-c2ac97197603" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1549,32 +1549,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "437eee68-7cbb-4742-9574-a2e42c128e75" ], + "x-ms-request-id": [ "97299a4a-b688-4077-8b98-0fee876307a4" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11760" ], - "x-ms-correlation-request-id": [ "2e46546f-662a-44d0-895f-7389c28127e0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005006Z:2e46546f-662a-44d0-895f-7389c28127e0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11724" ], + "x-ms-correlation-request-id": [ "9f5e5bad-d1eb-4abb-99f7-73b831352cff" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:9f5e5bad-d1eb-4abb-99f7-73b831352cff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3349" ], + "Content-Length": [ "3381" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+40": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+40": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "384" ], - "x-ms-client-request-id": [ "e3e42af9-a616-45d8-ac18-7098b008aafa" ], + "x-ms-unique-id": [ "444" ], + "x-ms-client-request-id": [ "535d8494-2190-472b-b256-8472b38b2381" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1589,34 +1589,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C07011FAAB\"" ], + "ETag": [ "\"1D64376D6937C00\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1d092e3e-ed30-4bba-8fb0-5d3821cc452a" ], + "x-ms-request-id": [ "fc9f7caf-1851-40e9-b751-c662ba35ea48" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11759" ], - "x-ms-correlation-request-id": [ "e9118839-ca47-457a-a229-4205cbdba18a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005007Z:e9118839-ca47-457a-a229-4205cbdba18a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11723" ], + "x-ms-correlation-request-id": [ "b5e84a23-423a-4f0d-96d3-85d612a5444c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:b5e84a23-423a-4f0d-96d3-85d612a5444c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5522" ], + "Content-Length": [ "5530" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:50:03.3066667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:13.92\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+41": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+41": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "385" ], - "x-ms-client-request-id": [ "da382ef0-9a1a-4c4e-92ee-f6495fd4f02b" ], + "x-ms-unique-id": [ "445" ], + "x-ms-client-request-id": [ "7074f150-b852-4465-9a2b-df44977a4071" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1632,32 +1632,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9941ec37-4de6-420f-85e7-6db392043cad" ], + "x-ms-request-id": [ "648959ef-a9da-436c-a051-e0d9e7f25c54" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11957" ], - "x-ms-correlation-request-id": [ "9c920fae-5290-4dde-ba34-28c0d3a9b102" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005007Z:9c920fae-5290-4dde-ba34-28c0d3a9b102" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11949" ], + "x-ms-correlation-request-id": [ "06a7f28e-0e24-4c5e-9c8b-ffaf26dd70a5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004116Z:06a7f28e-0e24-4c5e-9c8b-ffaf26dd70a5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1181" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"9bfd67bc-c138-4360-8707-facdcc104787\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c63a55a2-eda2-4873-9e6f-3c835db523d4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+42": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+42": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "386" ], - "x-ms-client-request-id": [ "7a5151e0-aef7-423f-99d8-8dd2dc386793" ], + "x-ms-unique-id": [ "446" ], + "x-ms-client-request-id": [ "0661eba5-f859-426a-a02d-69cceac9c572" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1673,32 +1673,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7e9620c1-50c1-4778-b2d9-023f440413ec" ], + "x-ms-request-id": [ "af9a8a4a-9fa4-4d9b-b652-7a29a3312476" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11758" ], - "x-ms-correlation-request-id": [ "0b15a2d9-762e-400c-b45c-148416242589" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005007Z:0b15a2d9-762e-400c-b45c-148416242589" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11722" ], + "x-ms-correlation-request-id": [ "d0f2fe98-16f2-4adc-8b84-fcc5e29847e6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004117Z:d0f2fe98-16f2-4adc-8b84-fcc5e29847e6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3349" ], + "Content-Length": [ "3381" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+43": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+43": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "387" ], - "x-ms-client-request-id": [ "f5ba3ba5-8cb8-4542-9132-3b2d51c2db8c" ], + "x-ms-unique-id": [ "447" ], + "x-ms-client-request-id": [ "afac03ab-75aa-4be6-82d8-a1efb3e46c81" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1713,17 +1713,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C07011FAAB\"" ], + "ETag": [ "\"1D64376D6937C00\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "67099dcc-ce93-478f-b21e-e6f7a6fa8523" ], + "x-ms-request-id": [ "c8317c3a-7c84-4b74-a0de-2eb230b61a4d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], - "x-ms-correlation-request-id": [ "b4643fff-c1a2-40f9-a993-359246d383b5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005011Z:b4643fff-c1a2-40f9-a993-359246d383b5" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], + "x-ms-correlation-request-id": [ "0d39d141-a4b3-431f-8a78-9a5366d669d2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004120Z:0d39d141-a4b3-431f-8a78-9a5366d669d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:19 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1732,11 +1732,11 @@ "Content": null } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", - "Content": "{\r\n \"name\": \"Functions-PowerShell-gaqlx2ob3s\",\r\n \"type\": \"Site\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/checknameavailability?api-version=2019-08-01", + "Content": "{\r\n \"name\": \"Functions-PowerShell-jln68as0bz\",\r\n \"type\": \"Site\"\r\n}", "Headers": { }, "ContentHeaders": { @@ -1750,15 +1750,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "48879bf5-9d3a-428d-8c32-65420e3f4cda" ], + "x-ms-request-id": [ "bb03f37f-d814-4241-a86f-8f5d7b61846e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11757" ], - "x-ms-correlation-request-id": [ "8a42a170-efa7-4903-b115-cec4eb6bab8c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005012Z:8a42a170-efa7-4903-b115-cec4eb6bab8c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11721" ], + "x-ms-correlation-request-id": [ "185f5a46-1134-4326-8043-8f6e6a1103fa" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004120Z:185f5a46-1134-4326-8043-8f6e6a1103fa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "47" ], @@ -1768,14 +1768,14 @@ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/serverfarms?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "389" ], - "x-ms-client-request-id": [ "99d3bebd-7ec1-4a94-bfe7-9841fd10b2e4" ], + "x-ms-unique-id": [ "449" ], + "x-ms-client-request-id": [ "a6465b9d-9b31-4228-9c7d-c8297a1e1fe2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1791,32 +1791,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4f1869fa-687b-4f64-ad24-6de93ab7579c" ], + "x-ms-request-id": [ "25525fb7-260d-4029-8154-0616a45f75eb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11756" ], - "x-ms-correlation-request-id": [ "9671193d-f236-4f3e-8ec3-42c285344c37" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005012Z:9671193d-f236-4f3e-8ec3-42c285344c37" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11720" ], + "x-ms-correlation-request-id": [ "a4b0e158-0706-4a06-8ad6-5599aa845a10" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004120Z:a4b0e158-0706-4a06-8ad6-5599aa845a10" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5573" ], + "Content-Length": [ "5577" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886806,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886799,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886804,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":886798,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027612,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027597,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027610,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":1027596,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "390" ], - "x-ms-client-request-id": [ "965395be-3773-46f6-99e9-ba75690fbbab" ], + "x-ms-unique-id": [ "450" ], + "x-ms-client-request-id": [ "e2defe6c-3e74-4fb9-848f-5a141fb347cb" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1832,32 +1832,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f412d7f4-d27e-46bf-baa0-5c1cc2d58384" ], + "x-ms-request-id": [ "7130d966-97de-488a-901b-5367df32ea1c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11755" ], - "x-ms-correlation-request-id": [ "00652b78-dda3-44d8-b4fc-e32a8ec7a102" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005012Z:00652b78-dda3-44d8-b4fc-e32a8ec7a102" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11719" ], + "x-ms-correlation-request-id": [ "028088f8-6a85-4759-8a39-7ccd11eed23e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:028088f8-6a85-4759-8a39-7ccd11eed23e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1443" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":22256,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_22256\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":26922,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_26922\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01+4": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "391" ], - "x-ms-client-request-id": [ "e82916cd-e8da-4f3f-9aa9-b928ae34a533" ], + "x-ms-unique-id": [ "451" ], + "x-ms-client-request-id": [ "edf42ce4-4c97-46e5-b5e6-15e5504350bf" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1873,32 +1873,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "710548ff-cad0-4515-aa8b-691aaa989f01" ], + "x-ms-request-id": [ "844a4b24-b181-47b7-9b97-4debd152f8e8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11754" ], - "x-ms-correlation-request-id": [ "13d523fa-a631-4c62-bbf6-03cbabceccb4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005012Z:13d523fa-a631-4c62-bbf6-03cbabceccb4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11718" ], + "x-ms-correlation-request-id": [ "8b26cea9-d144-4ff0-9ec6-180ea26708c5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:8b26cea9-d144-4ff0-9ec6-180ea26708c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1440" ], + "Content-Length": [ "1442" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"name\":\"Functions-Linux-Premium-qr0pk3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":8632,\"name\":\"Functions-Linux-Premium-qr0pk3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_8632\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"name\":\"Functions-Linux-Premium-hlqm6e\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":12112,\"name\":\"Functions-Linux-Premium-hlqm6e\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-165_12112\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "392" ], - "x-ms-client-request-id": [ "1382c08a-b2e9-4f66-82e1-d30c23519264" ], + "x-ms-unique-id": [ "452" ], + "x-ms-client-request-id": [ "1417a7c6-70dc-4ec1-8e08-70b441c478c2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1914,32 +1914,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9ed2016c-1e37-4f01-9cd7-16f287f0121f" ], + "x-ms-request-id": [ "25df5ef1-9222-4b84-bdc6-f49993c4807a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11753" ], - "x-ms-correlation-request-id": [ "19fb84ae-913d-4404-8ed4-91a9b9ef8702" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005013Z:19fb84ae-913d-4404-8ed4-91a9b9ef8702" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11717" ], + "x-ms-correlation-request-id": [ "e8355bbe-0955-4758-b99d-78cb14d0361b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:e8355bbe-0955-4758-b99d-78cb14d0361b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1414" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":44671,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-127_44671\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41331,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-141_41331\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01+6": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "393" ], - "x-ms-client-request-id": [ "d3e109da-1069-44be-b2f8-88cb4fb0e464" ], + "x-ms-unique-id": [ "453" ], + "x-ms-client-request-id": [ "221474fb-800f-4f50-b49e-db054fe37bc6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1955,32 +1955,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b176a477-b2fe-4f0f-9065-80ce755f7f9d" ], + "x-ms-request-id": [ "5b2ab330-fd89-443d-ac3f-d93a699702fe" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11752" ], - "x-ms-correlation-request-id": [ "666380d9-ced9-4cc5-82bd-27030b33d81c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005013Z:666380d9-ced9-4cc5-82bd-27030b33d81c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11716" ], + "x-ms-correlation-request-id": [ "639b88b8-a87a-4f03-a20b-6cd63b7898c5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:639b88b8-a87a-4f03-a20b-6cd63b7898c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1455" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"name\":\"Functions-Windows-Premium-yxsnit\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43098,\"name\":\"Functions-Windows-Premium-yxsnit\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43098\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"name\":\"Functions-Windows-Premium-oa2upj\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42702,\"name\":\"Functions-Windows-Premium-oa2upj\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42702\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "394" ], - "x-ms-client-request-id": [ "c43683b1-d36a-4087-8bb8-776055ab1e44" ], + "x-ms-unique-id": [ "454" ], + "x-ms-client-request-id": [ "d31199ca-7a25-405d-8c09-c47c5399093f" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ], "FullCommandName": [ "Get-AzStorageAccount_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1995,31 +1995,31 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b39b0fb0-b9a3-4fbd-bfaa-7bbf7279e305" ], + "x-ms-request-id": [ "7e7d11b5-b5b7-42a0-9871-8fcff3681779" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11751" ], - "x-ms-correlation-request-id": [ "e89cca1d-272a-4d17-9c32-17607d93140b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005013Z:e89cca1d-272a-4d17-9c32-17607d93140b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11715" ], + "x-ms-correlation-request-id": [ "68d395b7-00c8-487f-b85a-889456763bbb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:68d395b7-00c8-487f-b85a-889456763bbb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "2693" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageeq2\",\"name\":\"functionslinuxstorageeq2\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:54.9265273Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:54.8483808Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageeq2.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageeq2.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageeq2.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageeq2.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageeq2.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageeq2.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw\",\"name\":\"functionswinstorage4aw\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-05-13T00:39:35.3130760Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-05-13T00:39:35.2349325Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage4aw.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage4aw.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage4aw.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage4aw.queue.core.windows.net/\",\"table\":\"https://functionswinstorage4aw.table.core.windows.net/\",\"file\":\"https://functionswinstorage4aw.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" + "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragek5z\",\"name\":\"functionslinuxstoragek5z\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:31.7080476Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:31.6299439Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragek5z.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragek5z.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragek5z.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragek5z.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragek5z.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragek5z.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei\",\"name\":\"functionswinstoragegei\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2020-06-16T00:22:12.0043264Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2020-06-16T00:22:11.9105622Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstoragegei.dfs.core.windows.net/\",\"web\":\"https://functionswinstoragegei.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstoragegei.blob.core.windows.net/\",\"queue\":\"https://functionswinstoragegei.queue.core.windows.net/\",\"table\":\"https://functionswinstoragegei.table.core.windows.net/\",\"file\":\"https://functionswinstoragegei.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01+8": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Storage/storageAccounts/functionswinstorage4aw/listKeys?api-version=2019-04-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Storage/storageAccounts/functionswinstoragegei/listKeys?api-version=2019-04-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "395" ], - "x-ms-client-request-id": [ "0840a065-621f-48ef-a428-91f277b9d4be" ], + "x-ms-unique-id": [ "455" ], + "x-ms-client-request-id": [ "037bd2a9-04dc-41dc-821c-45c14db7ce8c" ], "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ], "FullCommandName": [ "Get-AzStorageAccountKey_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2034,27 +2034,27 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a8a8f9fe-2695-4d68-a03a-bfcd9b651950" ], + "x-ms-request-id": [ "86327778-a19f-430b-8d56-14ee4a06db9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11966" ], - "x-ms-correlation-request-id": [ "6eaa7f41-d8cf-4b20-92d9-7ed2d7c770aa" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005013Z:6eaa7f41-d8cf-4b20-92d9-7ed2d7c770aa" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11962" ], + "x-ms-correlation-request-id": [ "09b24104-a975-4adc-8d7b-375f1ebde035" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004121Z:09b24104-a975-4adc-8d7b-375f1ebde035" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:12 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "288" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"nKMkMw+iY7pGsUaNWzUcGEJCbGbm+PuBKkGpjtY+gNt1+sP9yu+GULhABlKfs3TPijt2MH4y/fjRssx1uCjhkw==\",\"permissions\":\"FULL\"}]}" + "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"MgrXyMxis2R2Dgmm6ZX/aG7lIeeInApK0du+SwGlRTc13kMvLmhw6KjrgKK/ljCZXgmTlhM/9R8YF0Du+JId5Q==\",\"permissions\":\"FULL\"}]}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01+9": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Insights/components/Functions-PowerShell-gaqlx2ob3s?api-version=2015-05-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Insights/components/Functions-PowerShell-jln68as0bz?api-version=2015-05-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}", "Headers": { }, @@ -2068,36 +2068,36 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c55a0d3a-a407-4c35-bde1-fce4de0fa2f0" ], + "x-ms-request-id": [ "ef4eff78-842a-4563-908a-bbb80e69392d" ], "X-Content-Type-Options": [ "nosniff" ], "Request-Context": [ "appId=cid-v1:920e14b1-13f3-461a-a4bb-b4fe6f1a4525" ], "Access-Control-Expose-Headers": [ "Request-Context" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1158" ], - "x-ms-correlation-request-id": [ "165696bb-6bec-47f6-9f6c-12bc3b06d770" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005014Z:165696bb-6bec-47f6-9f6c-12bc3b06d770" ], - "Date": [ "Wed, 13 May 2020 00:50:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1154" ], + "x-ms-correlation-request-id": [ "f36d37ed-4fcc-4d34-bf87-ba2195dc4960" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004123Z:f36d37ed-4fcc-4d34-bf87-ba2195dc4960" ], + "Date": [ "Tue, 16 Jun 2020 00:41:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1003" ], + "Content-Length": [ "1041" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"08004337-0000-0300-0000-5ebb44450000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-gaqlx2ob3s\",\"AppId\":\"fabba0ab-a970-425b-b1d3-ce096614d4f8\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"ConnectionString\":\"InstrumentationKey=6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"Name\":\"Functions-PowerShell-gaqlx2ob3s\",\"CreationDate\":\"2020-05-13T00:43:33.4613907+00:00\",\"TenantId\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"kind\":\"web\",\"etag\":\"\\\"000025bb-0000-0300-0000-5ee815320000\\\"\",\"properties\":{\"Ver\":\"v2\",\"ApplicationId\":\"Functions-PowerShell-jln68as0bz\",\"AppId\":\"e6e859f7-d48c-45ce-83d2-e76d408598e1\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"24320370-1fc5-420b-8920-3f559552633a\",\"ConnectionString\":\"InstrumentationKey=24320370-1fc5-420b-8920-3f559552633a\",\"Name\":\"Functions-PowerShell-jln68as0bz\",\"CreationDate\":\"2020-06-16T00:27:17.0708881+00:00\",\"TenantId\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"IngestionMode\":\"ApplicationInsights\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+10": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+10": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n }\r\n ],\r\n \"powerShellVersion\": \"~6\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1679" ] + "Content-Length": [ "1713" ] } }, "Response": { @@ -2105,34 +2105,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C07876ECE0\"" ], + "ETag": [ "\"1D64376DDA83A80\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "36b01126-4647-4342-a83c-327b4bd8ecde" ], + "x-ms-request-id": [ "91d7efc9-968e-4c71-ad41-dadf3015d8f8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "490" ], - "x-ms-correlation-request-id": [ "fda9cca1-f646-48e3-9483-b09f79ee183c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005051Z:fda9cca1-f646-48e3-9483-b09f79ee183c" ], + "x-ms-correlation-request-id": [ "8ea26c79-5879-4d4f-9180-ba090a7cd813" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004159Z:8ea26c79-5879-4d4f-9180-ba090a7cd813" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:51 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:41:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5620" ], + "Content-Length": [ "5638" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:50:16.67\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:25.2366667\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+11": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "398" ], - "x-ms-client-request-id": [ "2eac89ce-11d4-40d4-86e8-3e53de7a7c37" ], + "x-ms-unique-id": [ "458" ], + "x-ms-client-request-id": [ "8760ac49-4eb1-4e4c-8b9a-55ec7df33d39" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2147,34 +2147,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C07876ECE0\"" ], + "ETag": [ "\"1D64376DDA83A80\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "73fa6229-a7f7-4778-b968-0821cbf649c8" ], + "x-ms-request-id": [ "aad6e30b-2e27-48e0-b2f8-4dfe0ad4e056" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11750" ], - "x-ms-correlation-request-id": [ "3facc451-73a5-4a28-ace1-922118b46fed" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005054Z:3facc451-73a5-4a28-ace1-922118b46fed" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11714" ], + "x-ms-correlation-request-id": [ "40c5637e-9990-4084-8728-8dc8d4a5fff7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004202Z:40c5637e-9990-4084-8728-8dc8d4a5fff7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:54 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5432" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:50:17.39\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:25.8\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+12": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+12": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "399" ], - "x-ms-client-request-id": [ "cfc4bde4-1a0f-4148-8d69-75525a8942de" ], + "x-ms-unique-id": [ "459" ], + "x-ms-client-request-id": [ "fcbeff95-b489-49fd-ae70-68fed7053802" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2190,32 +2190,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2e5856e2-3fb0-4e37-b395-540a46106cfe" ], + "x-ms-request-id": [ "9dc9f93f-81a7-4de7-8394-c06336ecaac0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11956" ], - "x-ms-correlation-request-id": [ "c1ef95ba-3dcf-4f98-970b-f51e2b1f80b1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005055Z:c1ef95ba-3dcf-4f98-970b-f51e2b1f80b1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11948" ], + "x-ms-correlation-request-id": [ "9e213732-e999-41ce-b10b-e26169365ba6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:9e213732-e999-41ce-b10b-e26169365ba6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:54 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+13": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "400" ], - "x-ms-client-request-id": [ "3dc191f0-e632-43c1-b788-e01023382f34" ], + "x-ms-unique-id": [ "460" ], + "x-ms-client-request-id": [ "bafb1948-2950-4742-bafb-44065a819cc6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2231,32 +2231,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "de8f9f16-177c-4e05-8d74-6db0a3fb36f6" ], + "x-ms-request-id": [ "410018f4-e858-40d1-8e16-3e62f37b2851" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11749" ], - "x-ms-correlation-request-id": [ "fea868c5-c986-459a-ac52-9425a10538ad" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005055Z:fea868c5-c986-459a-ac52-9425a10538ad" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11713" ], + "x-ms-correlation-request-id": [ "9ce2becd-8608-4759-a386-fb57b1f14f47" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:9ce2becd-8608-4759-a386-fb57b1f14f47" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+14": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "401" ], - "x-ms-client-request-id": [ "513228f3-fdf7-476a-b23a-50437807375f" ], + "x-ms-unique-id": [ "461" ], + "x-ms-client-request-id": [ "7e5b03bd-591b-4e0b-8959-c3e875bb12d3" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2271,34 +2271,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C07876ECE0\"" ], + "ETag": [ "\"1D64376DDA83A80\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f39c05fa-8c18-48a9-8f8f-243c445189c4" ], + "x-ms-request-id": [ "59efc72e-0eb8-47e3-98b6-dac6b525aa45" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11748" ], - "x-ms-correlation-request-id": [ "e9fee511-d28a-4bf7-97ba-0ca5f5b9e39d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005055Z:e9fee511-d28a-4bf7-97ba-0ca5f5b9e39d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11712" ], + "x-ms-correlation-request-id": [ "c451844e-8244-40dc-b17b-8dace95506dd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:c451844e-8244-40dc-b17b-8dace95506dd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5420" ], + "Content-Length": [ "5432" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:50:17.39\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:41:25.8\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+15": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+15": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "402" ], - "x-ms-client-request-id": [ "a0bc20ca-7fb1-45c9-a669-1209c922f98d" ], + "x-ms-unique-id": [ "462" ], + "x-ms-client-request-id": [ "e7313621-4ae8-470d-a740-be5f6d421a6c" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2314,32 +2314,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1019ea7f-dfb6-4ef0-b686-20c10499dc41" ], + "x-ms-request-id": [ "99e80641-4e6f-4084-ae0a-5992d4b92f75" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11955" ], - "x-ms-correlation-request-id": [ "a6d2722d-95e4-4366-ba53-eeb4152b93da" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005055Z:a6d2722d-95e4-4366-ba53-eeb4152b93da" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11947" ], + "x-ms-correlation-request-id": [ "46b916e9-74f5-4f7e-a07d-2a301b3e74a0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004203Z:46b916e9-74f5-4f7e-a07d-2a301b3e74a0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+16": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "403" ], - "x-ms-client-request-id": [ "cb8c49a9-40bb-4f74-a8fa-3d12232fe9b8" ], + "x-ms-unique-id": [ "463" ], + "x-ms-client-request-id": [ "81e6bb14-d9cc-4bba-b2f9-cbeaada083c7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2355,29 +2355,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e671373b-806e-4c5b-8972-a775cbc8d7b1" ], + "x-ms-request-id": [ "b5a9146c-e2d1-4d51-94aa-1de9d8f6ae38" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11747" ], - "x-ms-correlation-request-id": [ "f6c40074-96c2-48e7-b670-7a54324d0cc3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005056Z:f6c40074-96c2-48e7-b670-7a54324d0cc3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11711" ], + "x-ms-correlation-request-id": [ "d8d8fcae-d3d2-45ce-81cf-543f26b4318e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004204Z:d8d8fcae-d3d2-45ce-81cf-543f26b4318e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:50:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3292" ], + "Content-Length": [ "3324" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+17": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+17": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", - "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"6736333e-0f6d-450f-b649-4b4b5bd9de66\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-gaqlx2ob3s\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", + "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"reserved\": false,\r\n \"serverFarmId\": \"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\r\n \"siteConfig\": {\r\n \"alwaysOn\": false,\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~3\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"24320370-1fc5-420b-8920-3f559552633a\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-jln68as0bz\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_NODE_DEFAULT_VERSION\",\r\n \"value\": \"~12\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"\r\n }\r\n ],\r\n \"javaVersion\": \"\",\r\n \"linuxFxVersion\": \"\",\r\n \"powerShellVersion\": \"\"\r\n }\r\n }\r\n}", "Headers": { }, "ContentHeaders": { @@ -2390,34 +2390,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C07876ECE0\"" ], + "ETag": [ "\"1D64376DDA83A80\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "392571f9-3dea-4801-9317-748875c97ffd" ], + "x-ms-request-id": [ "90e40099-725f-4271-a261-80afdb0be1bb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "489" ], - "x-ms-correlation-request-id": [ "d3d916b3-e1d0-42d7-a6ce-0212fcaea7d7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005103Z:d3d916b3-e1d0-42d7-a6ce-0212fcaea7d7" ], + "x-ms-correlation-request-id": [ "698d6256-1659-4895-a71b-b1b0f13e18fd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004209Z:698d6256-1659-4895-a71b-b1b0f13e18fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:03 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5765" ], + "Content-Length": [ "5778" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:51:01.0033333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"bf3a0d98-87e5-4d39-a9a5-0a24aea5f97a\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:42:07.7033333\",\"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,\"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,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":null,\"minTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"6b013773-55df-485d-95e3-45c82c28c6fb\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+18": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "405" ], - "x-ms-client-request-id": [ "a4365ff0-d50b-46a6-9973-ad602091faea" ], + "x-ms-unique-id": [ "465" ], + "x-ms-client-request-id": [ "4137649e-22bc-49bf-8694-425765d04c4b" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2432,34 +2432,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C09275CAB5\"" ], + "ETag": [ "\"1D64376F6A22B75\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c3dc3e6f-1932-41fc-bee7-53951a13de43" ], + "x-ms-request-id": [ "5d5dc6ee-3bb2-4568-96dc-581216f522f0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11746" ], - "x-ms-correlation-request-id": [ "e39db758-672e-4834-820e-a9bc0f3a0b68" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005105Z:e39db758-672e-4834-820e-a9bc0f3a0b68" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11710" ], + "x-ms-correlation-request-id": [ "eb496cda-d4ff-4673-bf80-a69ef3f58df9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004210Z:eb496cda-d4ff-4673-bf80-a69ef3f58df9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5565" ], + "Content-Length": [ "5578" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-gaqlx2ob3s\",\"repositorySiteName\":\"Functions-PowerShell-gaqlx2ob3s\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"functions-powershell-gaqlx2ob3s.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-gaqlx2ob3s.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:51:01.0033333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-gaqlx2ob3s\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-gaqlx2ob3s\\\\$Functions-PowerShell-gaqlx2ob3s\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-gaqlx2ob3s.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"3e26aa69-ff2f-44fb-ac91-de3efc86fdcf\",\"principalId\":\"bf3a0d98-87e5-4d39-a9a5-0a24aea5f97a\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-jln68as0bz\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-jln68as0bz\",\"repositorySiteName\":\"Functions-PowerShell-jln68as0bz\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-jln68as0bz.azurewebsites.net\",\"functions-powershell-jln68as0bz.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-jln68as0bz.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:42:07.7033333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-jln68as0bz\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-jln68as0bz\\\\$Functions-PowerShell-jln68as0bz\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-jln68as0bz.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"263ea86c-2328-4981-9221-d3084c7424a3\",\"principalId\":\"6b013773-55df-485d-95e3-45c82c28c6fb\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01+19": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01+19": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "406" ], - "x-ms-client-request-id": [ "b7187b58-471d-4fd9-95e8-5c4a8d7d4d69" ], + "x-ms-unique-id": [ "466" ], + "x-ms-client-request-id": [ "074c7d97-e023-48fc-bce1-e36b387a6a58" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2475,32 +2475,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d7b86a8a-797f-4c77-b884-4b8c45711069" ], + "x-ms-request-id": [ "aa73cc75-478d-45db-82ea-3ce21ca79977" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11954" ], - "x-ms-correlation-request-id": [ "51a1450b-cbea-4d8a-b2d7-7d723c122c6c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005106Z:51a1450b-cbea-4d8a-b2d7-7d723c122c6c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11946" ], + "x-ms-correlation-request-id": [ "af4a53db-d98d-4311-a128-4f2ceec1d5bb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004210Z:af4a53db-d98d-4311-a128-4f2ceec1d5bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1124" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"6736333e-0f6d-450f-b649-4b4b5bd9de66\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-gaqlx2ob3s\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"24320370-1fc5-420b-8920-3f559552633a\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-jln68as0bz\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01+20": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "407" ], - "x-ms-client-request-id": [ "43824ec9-4faf-4c9f-b752-17f01753893e" ], + "x-ms-unique-id": [ "467" ], + "x-ms-client-request-id": [ "268b9e9c-6fb6-4e3b-9c65-6eacc4dd4510" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2516,32 +2516,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "56a2332d-4a5c-4d2f-b744-ce7f279ab12c" ], + "x-ms-request-id": [ "2df3025d-8133-46a1-a2d0-6ec3d49adfa2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11745" ], - "x-ms-correlation-request-id": [ "6e29d078-c667-461e-a75e-738668fc2326" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005107Z:6e29d078-c667-461e-a75e-738668fc2326" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11709" ], + "x-ms-correlation-request-id": [ "308a6486-2ce3-483c-9e32-561020487cb5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004210Z:308a6486-2ce3-483c-9e32-561020487cb5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3293" ], + "Content-Length": [ "3325" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s/config/web\",\"name\":\"Functions-PowerShell-gaqlx2ob3s\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-gaqlx2ob3s\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":42531,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz/config/web\",\"name\":\"Functions-PowerShell-jln68as0bz\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-jln68as0bz\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":24499,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+21": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+21": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "408" ], - "x-ms-client-request-id": [ "c0e6b4fb-5cb4-4f59-a081-4e1fa67e248a" ], + "x-ms-unique-id": [ "468" ], + "x-ms-client-request-id": [ "15a4bc21-0ca9-408d-b435-38563e62e10e" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ], "FullCommandName": [ "Remove-AzFunctionApp_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2556,17 +2556,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C09275CAB5\"" ], + "ETag": [ "\"1D64376F6A22B75\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "df283207-e098-4fb2-8823-d1546407f359" ], + "x-ms-request-id": [ "910aadf5-585c-4985-bc54-644130f704aa" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], - "x-ms-correlation-request-id": [ "19a8891f-c98b-41aa-a0d2-615e825a6991" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005109Z:19a8891f-c98b-41aa-a0d2-615e825a6991" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], + "x-ms-correlation-request-id": [ "f3d70c1a-d02b-443d-b459-36bb82f6f62c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004214Z:f3d70c1a-d02b-443d-b459-36bb82f6f62c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:13 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2575,14 +2575,14 @@ "Content": null } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+22": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "409" ], - "x-ms-client-request-id": [ "fe15c1d2-b1bb-4c7a-b746-7ba2cffba769" ], + "x-ms-unique-id": [ "469" ], + "x-ms-client-request-id": [ "91cbbe1f-8951-4e73-b46c-07f1e7fe369a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2598,29 +2598,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "7e128880-d628-468c-9975-e90d8669ff05" ], - "x-ms-correlation-request-id": [ "7e128880-d628-468c-9975-e90d8669ff05" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005109Z:7e128880-d628-468c-9975-e90d8669ff05" ], + "x-ms-request-id": [ "9ab05cd1-f1ee-4e23-a165-83da388140f8" ], + "x-ms-correlation-request-id": [ "9ab05cd1-f1ee-4e23-a165-83da388140f8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004214Z:9ab05cd1-f1ee-4e23-a165-83da388140f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:14 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "192" ] + "Content-Length": [ "260" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\u0027 under resource group \u0027Functions-Test-Windows-Premium-0en4gz\u0027 was not found.\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01+23": { + "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-jln68as0bz?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "410" ], - "x-ms-client-request-id": [ "75af542c-2a38-498c-b9df-50a1f704e5a1" ], + "x-ms-unique-id": [ "470" ], + "x-ms-client-request-id": [ "d38fd820-533c-449f-a850-0076ce9d4638" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2636,19 +2636,19 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "252ebc17-1958-4c3f-b9a4-fde5e78e326b" ], - "x-ms-correlation-request-id": [ "252ebc17-1958-4c3f-b9a4-fde5e78e326b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005109Z:252ebc17-1958-4c3f-b9a4-fde5e78e326b" ], + "x-ms-request-id": [ "63a8cb8d-4d7d-48f2-b8bb-f6c91abf26b8" ], + "x-ms-correlation-request-id": [ "63a8cb8d-4d7d-48f2-b8bb-f6c91abf26b8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004214Z:63a8cb8d-4d7d-48f2-b8bb-f6c91abf26b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:14 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "192" ] + "Content-Length": [ "260" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-gaqlx2ob3s\u0027 under resource group \u0027Functions-Test-Windows-Premium-0en4gz\u0027 was not found.\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-jln68as0bz\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } } } \ No newline at end of file diff --git a/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json b/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json index 91990ebeed6e..727fc743a3d4 100644 --- a/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json +++ b/src/Functions/test/New-Update-Remove-AzFunctionAppPlan.Recording.json @@ -1,12 +1,12 @@ { - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "411" ], - "x-ms-client-request-id": [ "966651de-aa25-42b2-bf64-66f0cb2306af" ], + "x-ms-unique-id": [ "471" ], + "x-ms-client-request-id": [ "17c90a5b-4484-4287-8f16-f6310cef2fa7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,28 +22,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "debf52df-0d25-4f89-9ad0-a2ca58a74253" ], + "x-ms-request-id": [ "c5a5417c-d662-428a-b36d-0d730fd74bee" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11742" ], - "x-ms-correlation-request-id": [ "faca6a85-4ed8-4b94-9a14-45f9ba7941f3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005110Z:faca6a85-4ed8-4b94-9a14-45f9ba7941f3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11706" ], + "x-ms-correlation-request-id": [ "ade441bd-e950-4425-8712-6639823dc022" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004215Z:ade441bd-e950-4425-8712-6639823dc022" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:10 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "11835" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -58,32 +58,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bbae0ab4-9542-4d85-9484-f46001fa87ec" ], + "x-ms-request-id": [ "001238da-410f-47e9-b00a-9ae4275ae2df" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], - "x-ms-correlation-request-id": [ "bccac1e7-d3c5-4bac-91ed-fb987b039c45" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005113Z:bccac1e7-d3c5-4bac-91ed-fb987b039c45" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1153" ], + "x-ms-correlation-request-id": [ "cc0c3c0f-a132-4be8-8bf8-060c6a4c97bc" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004218Z:cc0c3c0f-a132-4be8-8bf8-060c6a4c97bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43103,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43103\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "413" ], - "x-ms-client-request-id": [ "dff12e9b-2e6e-4d7f-a08f-a866c387842d" ], + "x-ms-unique-id": [ "473" ], + "x-ms-client-request-id": [ "c353006b-ab8f-463c-8ef1-7117eb071036" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -99,32 +99,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e255786b-8f3e-45d1-b9e7-37c7f1c9d3d4" ], + "x-ms-request-id": [ "5038c65e-13b9-4986-9fb6-9983d15c2565" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11741" ], - "x-ms-correlation-request-id": [ "6efe9945-8aea-41b9-8ba8-6fb7fd46b0ad" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005114Z:6efe9945-8aea-41b9-8ba8-6fb7fd46b0ad" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11705" ], + "x-ms-correlation-request-id": [ "d062b2bf-99ce-4d76-a5c4-924c5f566bb5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004218Z:d062b2bf-99ce-4d76-a5c4-924c5f566bb5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43103,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43103\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "414" ], - "x-ms-client-request-id": [ "abece364-1567-4db9-a655-fd879d9563c7" ], + "x-ms-unique-id": [ "474" ], + "x-ms-client-request-id": [ "cb7a0e9e-3131-48e5-af96-477886006e46" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -140,28 +140,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "30cf98e9-a537-489e-a679-1a53a5a1fec2" ], + "x-ms-request-id": [ "50a524c3-e8bd-42a9-82e4-bda2bd938ed9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11740" ], - "x-ms-correlation-request-id": [ "c62c7ea7-4d4b-405c-b574-b63dc2ddd8aa" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005114Z:c62c7ea7-4d4b-405c-b574-b63dc2ddd8aa" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11704" ], + "x-ms-correlation-request-id": [ "28a2d6df-4bf9-489f-ae77-132849a67a70" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004219Z:28a2d6df-4bf9-489f-ae77-132849a67a70" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43103,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43103\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 5,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP3\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -176,32 +176,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "947e87e0-cd43-4cda-86bb-84389e3ddb19" ], + "x-ms-request-id": [ "a4b0b4a5-fc59-460d-a950-e2f382994a34" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], - "x-ms-correlation-request-id": [ "ad80dc39-5920-43d8-acd7-872f3a4ba958" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005117Z:ad80dc39-5920-43d8-acd7-872f3a4ba958" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1152" ], + "x-ms-correlation-request-id": [ "30f5bf5e-a4d0-4c1c-8af5-a6b9a828cc8b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004222Z:30f5bf5e-a4d0-4c1c-8af5-a6b9a828cc8b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1489" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43103,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1},\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43103\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1},\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+6": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "416" ], - "x-ms-client-request-id": [ "d6e17cb1-1f72-48f0-88f0-29771c7c4ac6" ], + "x-ms-unique-id": [ "476" ], + "x-ms-client-request-id": [ "acf7f0e9-5350-484f-9884-0d51379315ff" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -217,32 +217,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5229b934-ad08-4363-945d-a5fa5f92cf07" ], + "x-ms-request-id": [ "77ff5848-c77b-4b69-b79f-55977b7af1a3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11739" ], - "x-ms-correlation-request-id": [ "90d63981-8fbe-4d87-b6c1-a79ca38e86dc" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005117Z:90d63981-8fbe-4d87-b6c1-a79ca38e86dc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11703" ], + "x-ms-correlation-request-id": [ "46b35bab-37f1-4ac1-8f84-a4002be1eaf4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004222Z:46b35bab-37f1-4ac1-8f84-a4002be1eaf4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43103,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43103\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+7": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "417" ], - "x-ms-client-request-id": [ "2984c2ab-f56a-40a7-baf0-af451fd14529" ], + "x-ms-unique-id": [ "477" ], + "x-ms-client-request-id": [ "5587feae-4591-4aa6-b0b5-fa89bfe4d1ef" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -258,32 +258,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c79d43fd-8cf4-4bf4-8c04-04e35d7e9deb" ], + "x-ms-request-id": [ "fc5ba179-597c-43f9-8e16-08035ba1f40d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11738" ], - "x-ms-correlation-request-id": [ "1efa2f2b-1e90-4bdc-ad44-6ac66a5722d7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005117Z:1efa2f2b-1e90-4bdc-ad44-6ac66a5722d7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11702" ], + "x-ms-correlation-request-id": [ "d1178252-56f3-41f3-82ad-eca079982415" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004222Z:d1178252-56f3-41f3-82ad-eca079982415" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:22 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43103,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43103\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42706,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D3\",\"workerSizeId\":5,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D3\",\"currentWorkerSizeId\":5,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":5,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42706\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP3\",\"tier\":\"ElasticPremium\",\"size\":\"EP3\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+8": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+8": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "418" ], - "x-ms-client-request-id": [ "7b8bef8b-2e8a-4790-8ea6-d1d53d3bae25" ], + "x-ms-unique-id": [ "478" ], + "x-ms-client-request-id": [ "b8a3077b-ae1a-4d2f-ab78-cf8ed545c96b" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -299,15 +299,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "efb7ff0f-2599-4272-b06b-df1305ae0a74" ], + "x-ms-request-id": [ "f8ecd4c2-125a-4647-be76-61e112aa6961" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], - "x-ms-correlation-request-id": [ "9752eef2-4c3b-4e23-97d5-79b86139d958" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005119Z:9752eef2-4c3b-4e23-97d5-79b86139d958" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], + "x-ms-correlation-request-id": [ "2c16c197-008f-4348-a2f8-7c7568ee9925" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004224Z:2c16c197-008f-4348-a2f8-7c7568ee9925" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:23 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -316,14 +316,14 @@ "Content": null } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "419" ], - "x-ms-client-request-id": [ "d5a0db5a-d805-46b6-8ccf-0b2b07cb93b8" ], + "x-ms-unique-id": [ "479" ], + "x-ms-client-request-id": [ "6452c7e0-f64c-4deb-a457-52dbbea4d676" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -339,28 +339,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ca766210-22c4-441f-b1b8-8d2a96825e11" ], + "x-ms-request-id": [ "d7ed51da-8205-4f48-ab38-d3503703c305" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11737" ], - "x-ms-correlation-request-id": [ "ab744b6c-3eef-47d3-b1b6-2e7e4a96fd9c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005119Z:ab744b6c-3eef-47d3-b1b6-2e7e4a96fd9c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11701" ], + "x-ms-correlation-request-id": [ "b09bbb7b-1085-43ab-8bae-d5b8c3e3d570" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004224Z:b09bbb7b-1085-43ab-8bae-d5b8c3e3d570" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:19 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:23 GMT" ] }, "ContentHeaders": { "Content-Length": [ "11835" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -375,32 +375,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "91a19eb9-e744-4a66-8afb-2416c40ae177" ], + "x-ms-request-id": [ "676c361a-047a-44c3-afab-e65a7b48e729" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], - "x-ms-correlation-request-id": [ "8c0adfb1-5d26-4c86-8715-8babf9ae11b0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005123Z:8c0adfb1-5d26-4c86-8715-8babf9ae11b0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1151" ], + "x-ms-correlation-request-id": [ "451d146d-204e-47be-8de9-3b417aafa1bc" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004227Z:451d146d-204e-47be-8de9-3b417aafa1bc" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43104,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43104\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "421" ], - "x-ms-client-request-id": [ "e79dc600-3d2b-4802-bd3b-b747ff632f99" ], + "x-ms-unique-id": [ "481" ], + "x-ms-client-request-id": [ "72474e74-725b-4ae8-a929-a2508d659fe2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -416,28 +416,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c9047d0c-8fd2-4a44-8a6e-82c37dd072d2" ], + "x-ms-request-id": [ "81d785ae-6200-47cd-b0e4-269fbc993105" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11736" ], - "x-ms-correlation-request-id": [ "76bbc770-da2b-435f-b3c2-bae14bb25eda" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005126Z:76bbc770-da2b-435f-b3c2-bae14bb25eda" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11700" ], + "x-ms-correlation-request-id": [ "c09c39cd-b17c-42ab-b46a-013d0460a1ae" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004227Z:c09c39cd-b17c-42ab-b46a-013d0460a1ae" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43104,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43104\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 7,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP2\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -452,32 +452,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2e0e7f3d-1834-4753-a76f-c97d5f1c74db" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1154" ], + "x-ms-request-id": [ "611888f0-5fcd-4464-bb99-883b27f068e1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-correlation-request-id": [ "a0fd2bb8-9942-4bfb-b1c5-26a7801e6f5e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005129Z:a0fd2bb8-9942-4bfb-b1c5-26a7801e6f5e" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1150" ], + "x-ms-correlation-request-id": [ "e8d16fd7-5b36-4e43-a740-26e1829bb9ba" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004230Z:e8d16fd7-5b36-4e43-a740-26e1829bb9ba" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1489" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43104,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43104\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "423" ], - "x-ms-client-request-id": [ "51a45a63-347d-436b-97f8-962261992d38" ], + "x-ms-unique-id": [ "483" ], + "x-ms-client-request-id": [ "44a083fb-c78e-459e-b86a-f9b4a2dfa501" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -493,32 +493,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8c802b34-3788-4714-9489-0a0b55d852a4" ], + "x-ms-request-id": [ "d97295bd-5964-4ac0-8515-b27ce4932c67" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11735" ], - "x-ms-correlation-request-id": [ "9a24d759-914c-45bf-8012-ba88e67c5120" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005130Z:9a24d759-914c-45bf-8012-ba88e67c5120" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11699" ], + "x-ms-correlation-request-id": [ "1f706e2b-a137-400c-a231-f36fbb8133be" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004230Z:1f706e2b-a137-400c-a231-f36fbb8133be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:29 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1439" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":43104,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43104\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":42707,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":7,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42707\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+6": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+6": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "424" ], - "x-ms-client-request-id": [ "b61df68b-6d54-490d-9d9b-c27db78215ba" ], + "x-ms-unique-id": [ "484" ], + "x-ms-client-request-id": [ "ce342973-db04-46c1-9de0-68e53b8ee123" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -534,15 +534,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b6ae3886-b22d-43bb-9b6a-3154bb3d0389" ], + "x-ms-request-id": [ "bf0acc49-3ef5-4a2e-80a6-ec8608578e6f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], - "x-ms-correlation-request-id": [ "967a55d4-9e60-4a3f-a243-40e5b199b069" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005137Z:967a55d4-9e60-4a3f-a243-40e5b199b069" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14984" ], + "x-ms-correlation-request-id": [ "1ce84426-a1cf-4736-a68c-a00adf27e72a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004232Z:1ce84426-a1cf-4736-a68c-a00adf27e72a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:36 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -551,14 +551,14 @@ "Content": null } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+7": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "425" ], - "x-ms-client-request-id": [ "448c98b1-8533-4760-9d54-629460583e83" ], + "x-ms-unique-id": [ "485" ], + "x-ms-client-request-id": [ "a806ce32-d557-42f1-8ab6-4863c0734293" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -574,29 +574,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "3f904684-c5d8-4696-91e4-f8830fbd9af7" ], - "x-ms-correlation-request-id": [ "3f904684-c5d8-4696-91e4-f8830fbd9af7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005137Z:3f904684-c5d8-4696-91e4-f8830fbd9af7" ], + "x-ms-request-id": [ "6a531ee2-7817-4a02-a068-b558bf9ecfc4" ], + "x-ms-correlation-request-id": [ "6a531ee2-7817-4a02-a068-b558bf9ecfc4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004232Z:6a531ee2-7817-4a02-a068-b558bf9ecfc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:37 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "194" ] + "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-cyn7qbs2v1\u0027 under resource group \u0027Functions-Test-Windows-Premium-0en4gz\u0027 was not found.\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+8": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionAppPlan and Remove-AzFunctionAppPlan with piping (specifying InputObject)+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "426" ], - "x-ms-client-request-id": [ "6ba8fdf1-4fd2-4ba1-bc94-77ee41795b9e" ], + "x-ms-unique-id": [ "486" ], + "x-ms-client-request-id": [ "f5240ef3-6a89-42db-8a48-a08cc5b6a0a2" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -612,29 +612,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "61aae4aa-e552-498d-bed7-e5e9f11fad6c" ], - "x-ms-correlation-request-id": [ "61aae4aa-e552-498d-bed7-e5e9f11fad6c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005137Z:61aae4aa-e552-498d-bed7-e5e9f11fad6c" ], + "x-ms-request-id": [ "024d54c0-ccc7-4e0a-9747-37effd8f441b" ], + "x-ms-correlation-request-id": [ "024d54c0-ccc7-4e0a-9747-37effd8f441b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004232Z:024d54c0-ccc7-4e0a-9747-37effd8f441b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:37 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "194" ] + "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-cyn7qbs2v1\u0027 under resource group \u0027Functions-Test-Windows-Premium-0en4gz\u0027 was not found.\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "427" ], - "x-ms-client-request-id": [ "4f317b3a-d293-4085-8d2c-ab8d2a6df273" ], + "x-ms-unique-id": [ "487" ], + "x-ms-client-request-id": [ "c3a5926a-d6f9-486e-ad5d-9458385370a9" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ], "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -650,28 +650,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b812be57-72d4-4ed8-8418-45cfa33876f4" ], + "x-ms-request-id": [ "8e3bdc7c-5dbe-4f00-9c46-5bd373c0dd82" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11732" ], - "x-ms-correlation-request-id": [ "4d8dc76e-efca-4e01-8f3f-d4f0e77f7c0e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005137Z:4d8dc76e-efca-4e01-8f3f-d4f0e77f7c0e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11696" ], + "x-ms-correlation-request-id": [ "f14a1a09-d2b4-4f7a-9e4a-f5fb16e3e60b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004233Z:f14a1a09-d2b4-4f7a-9e4a-f5fb16e3e60b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:37 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "11835" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West Europe\",\"name\":\"West Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West Europe\",\"description\":null,\"sortOrder\":2,\"displayName\":\"West Europe\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":null,\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":null,\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":6,\"displayName\":\"East US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan West\",\"name\":\"Japan West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan West\",\"description\":null,\"sortOrder\":7,\"displayName\":\"Japan West\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":null,\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":null,\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":null,\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":null,\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Brazil South\",\"name\":\"Brazil South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil South\",\"description\":null,\"sortOrder\":12,\"displayName\":\"Brazil South\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":null,\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Southeast\",\"name\":\"Australia Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Southeast\",\"description\":null,\"sortOrder\":14,\"displayName\":\"Australia Southeast\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East Asia (Stage)\",\"name\":\"East Asia (Stage)\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia (Stage)\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East Asia (Stage)\",\"orgDomain\":\"MSFTINT;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;LINUX;LINUXFREE;LINUXDYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West India\",\"name\":\"West India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/South India\",\"name\":\"South India\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South India\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"South India\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Canada Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/West US 2\",\"name\":\"West US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 2\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK West\",\"name\":\"UK West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK West\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/East US 2 EUAP\",\"name\":\"East US 2 EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2 EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US 2 EUAP\",\"orgDomain\":\"EUAP;XENON;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Central US EUAP\",\"name\":\"Central US EUAP\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US EUAP\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Central US EUAP\",\"orgDomain\":\"EUAP;LINUX;DSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Korea Central\",\"name\":\"Korea Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Korea Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Korea Central\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central 2\",\"name\":\"Australia Central 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central 2\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central 2\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Australia Central\",\"name\":\"Australia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Australia Central\",\"orgDomain\":\"PUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"PUBLIC;DSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC\"}},{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM\"}}],\"nextLink\":null,\"id\":null}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+2": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"MyTag2\": \"MyTag1Value2\",\r\n \"MyTag1\": \"MyTag1Value1\"\r\n },\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -686,32 +686,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3e8bbf81-fba0-4b4c-ba9b-81cae60c93b3" ], + "x-ms-request-id": [ "b69f6c15-231d-49e4-8825-6e8d0a5cd2f5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1153" ], - "x-ms-correlation-request-id": [ "a1861a95-7926-4262-bea0-764e120dba53" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005141Z:a1861a95-7926-4262-bea0-764e120dba53" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1149" ], + "x-ms-correlation-request-id": [ "778ae987-99fd-4996-af83-683b9572c8b9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004236Z:778ae987-99fd-4996-af83-683b9572c8b9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:41 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:35 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":43105,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43105\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+3": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "429" ], - "x-ms-client-request-id": [ "e0dc56ab-03eb-4fa2-aa8a-c26a7fcc9493" ], + "x-ms-unique-id": [ "489" ], + "x-ms-client-request-id": [ "444d8694-2bb4-441c-889c-57f3dae1fcf9" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -727,32 +727,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6ede1c64-29ca-496f-a05c-6d8bad0fc911" ], + "x-ms-request-id": [ "cd2c1a8b-634b-4491-87c3-6eb917eba99a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11731" ], - "x-ms-correlation-request-id": [ "28818e6a-a163-4c2b-ab20-dc82f101abab" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005144Z:28818e6a-a163-4c2b-ab20-dc82f101abab" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11695" ], + "x-ms-correlation-request-id": [ "c925f302-5929-402d-b881-16592a3a6ecf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004239Z:c925f302-5929-402d-b881-16592a3a6ecf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:43 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":43105,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43105\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+4": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "430" ], - "x-ms-client-request-id": [ "4766339f-34a2-4a20-80d5-876d58f1074d" ], + "x-ms-unique-id": [ "490" ], + "x-ms-client-request-id": [ "0ff45a0e-7837-4b5a-8f8e-7e7d764c31ed" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -768,28 +768,28 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "68091436-0539-4199-8dc2-64a94dbb097a" ], + "x-ms-request-id": [ "aa049ebb-5a7b-47d7-8343-504866ff94c3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11730" ], - "x-ms-correlation-request-id": [ "c299f997-9d67-4d9c-b3f6-5ce76764384e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005144Z:c299f997-9d67-4d9c-b3f6-5ce76764384e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11694" ], + "x-ms-correlation-request-id": [ "bc717933-f4cf-44d0-bac6-1e82a5b6e091" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004239Z:bc717933-f4cf-44d0-bac6-1e82a5b6e091" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:43 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":43105,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43105\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+5": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$PUT+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": "{\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 3,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP2\",\r\n \"capacity\": 1,\r\n \"tier\": \"ElasticPremium\"\r\n }\r\n}", "Headers": { }, @@ -804,32 +804,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f21a0fe0-e486-48af-9aca-da94c81d5c85" ], + "x-ms-request-id": [ "94ca5814-b2f3-4973-bfee-502414dafce7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1152" ], - "x-ms-correlation-request-id": [ "6e2ebcab-da5c-4425-91e0-58d7e0cd4594" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005149Z:6e2ebcab-da5c-4425-91e0-58d7e0cd4594" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1148" ], + "x-ms-correlation-request-id": [ "1f9b89ed-905a-42cb-aab2-3dfdd5891888" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004242Z:1f9b89ed-905a-42cb-aab2-3dfdd5891888" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:48 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1591" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":43105,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43105\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1},\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+6": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "432" ], - "x-ms-client-request-id": [ "6a4e06d8-6cbd-46fd-a4d9-90686f8f5917" ], + "x-ms-unique-id": [ "492" ], + "x-ms-client-request-id": [ "9a1e946f-e1ad-46db-9aa8-ee70a73f110f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -845,32 +845,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "157339e9-db9b-4115-976f-806a264e8bff" ], + "x-ms-request-id": [ "97b9528d-c698-4cb1-9fb5-a943afa39916" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11729" ], - "x-ms-correlation-request-id": [ "a0d6659d-3f5c-4dee-b621-39c094524119" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005150Z:a0d6659d-3f5c-4dee-b621-39c094524119" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11693" ], + "x-ms-correlation-request-id": [ "98ce2afe-94a7-43f5-a1cd-36cf65e41bfb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004242Z:98ce2afe-94a7-43f5-a1cd-36cf65e41bfb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:50 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1541" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1\",\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":43105,\"name\":\"Functions-MyPlan-cyn7qbs2v1\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"subscription\":\"13029c26-a786-43f8-b6ae-e2699a8ea360\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-131_43105\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay\",\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"serverFarmId\":42708,\"name\":\"Functions-MyPlan-ipkndwm9ay\",\"workerSize\":\"D2\",\"workerSizeId\":4,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D2\",\"currentWorkerSizeId\":4,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"subscription\":\"3c4c30a8-1259-4f75-b267-fc4d7a7855eb\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-025_42708\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null},\"sku\":{\"name\":\"EP2\",\"tier\":\"ElasticPremium\",\"size\":\"EP2\",\"family\":\"EP\",\"capacity\":1}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$DELETE+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+7": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$DELETE+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+7": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "433" ], - "x-ms-client-request-id": [ "3a83aa0d-35e0-45c4-abe1-6e8a4671ce4e" ], + "x-ms-unique-id": [ "493" ], + "x-ms-client-request-id": [ "082a431c-29ed-40cc-a590-321fb4db0a38" ], "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ], "FullCommandName": [ "Remove-AzFunctionAppPlan_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -886,15 +886,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4a7051be-08fd-4555-8115-f7dde97ff867" ], + "x-ms-request-id": [ "50d98d9c-a2e5-4895-a3eb-61431ef73c5c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], - "x-ms-correlation-request-id": [ "9d0b9868-d594-41b4-ac08-aa04ad50f6d8" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005152Z:9d0b9868-d594-41b4-ac08-aa04ad50f6d8" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14983" ], + "x-ms-correlation-request-id": [ "0e89a778-44b8-47f7-92c8-89d260087388" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004244Z:0e89a778-44b8-47f7-92c8-89d260087388" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:51 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:44 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -903,14 +903,14 @@ "Content": null } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+8": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "434" ], - "x-ms-client-request-id": [ "e63e36bf-5ac3-4d92-a6c1-e370cad68e34" ], + "x-ms-unique-id": [ "494" ], + "x-ms-client-request-id": [ "a2257aa9-1c5d-41bf-a724-e1abf8e3e2d9" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -926,29 +926,29 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "d6189f43-ac96-45c1-aa4b-5733df32dca0" ], - "x-ms-correlation-request-id": [ "d6189f43-ac96-45c1-aa4b-5733df32dca0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005152Z:d6189f43-ac96-45c1-aa4b-5733df32dca0" ], + "x-ms-request-id": [ "b9645cc5-6a96-49ba-898e-2bc530587b27" ], + "x-ms-correlation-request-id": [ "b9645cc5-6a96-49ba-898e-2bc530587b27" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004245Z:b9645cc5-6a96-49ba-898e-2bc530587b27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:52 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:44 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "194" ] + "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-cyn7qbs2v1\u0027 under resource group \u0027Functions-Test-Windows-Premium-0en4gz\u0027 was not found.\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } }, - "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01+9": { + "New-AzFunctionAppPlan, Update-AzFunctionAppPlan, and Remove-AzFunctionAppPlan E2E+[NoContext]+Validate \u0027New-AzFunctionAppPlan -AsJob\u0027, \u0027Update-AzFunctionAppPlan -AsJob\u0027 and \u0027Remove-AzFunctionAppPlan -Force\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-MyPlan-cyn7qbs2v1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ipkndwm9ay?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "435" ], - "x-ms-client-request-id": [ "83193967-9b30-4228-9de2-9594dbc35958" ], + "x-ms-unique-id": [ "495" ], + "x-ms-client-request-id": [ "a44bff9c-a03a-4dfd-8439-fb42beabc327" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ], "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -964,19 +964,19 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "b8608e68-71f2-4aa8-93d2-696e9b1abb68" ], - "x-ms-correlation-request-id": [ "b8608e68-71f2-4aa8-93d2-696e9b1abb68" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005152Z:b8608e68-71f2-4aa8-93d2-696e9b1abb68" ], + "x-ms-request-id": [ "56f33d5b-d838-4c1e-9d2d-22464b9e6af8" ], + "x-ms-correlation-request-id": [ "56f33d5b-d838-4c1e-9d2d-22464b9e6af8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004245Z:56f33d5b-d838-4c1e-9d2d-22464b9e6af8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:52 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:42:44 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "194" ] + "Content-Length": [ "262" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-cyn7qbs2v1\u0027 under resource group \u0027Functions-Test-Windows-Premium-0en4gz\u0027 was not found.\"}}" + "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/Functions-MyPlan-ipkndwm9ay\u0027 under resource group \u0027Functions-Test-Windows-Premium-4m6d0x\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}" } } } \ No newline at end of file diff --git a/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json b/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json index 8c470805de6c..bc4f7be668ab 100644 --- a/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json +++ b/src/Functions/test/Restart-Start-Stop-AzFunctionApp.Recording.json @@ -1,12 +1,12 @@ { - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "436" ], - "x-ms-client-request-id": [ "6fc55f31-57d4-49af-bbbb-3b44664da6cf" ], + "x-ms-unique-id": [ "496" ], + "x-ms-client-request-id": [ "1fa9c52f-7563-4e22-a3ce-4d40f75a1143" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -22,15 +22,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7066a065-1d22-4c56-ba62-a66217b3df3d" ], + "x-ms-request-id": [ "683f628d-9519-4f4a-a7b4-0c9010be2cd6" ], "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": [ "2ec122bb-5f19-4640-86c3-898f3d9a0d7b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005156Z:2ec122bb-5f19-4640-86c3-898f3d9a0d7b" ], + "x-ms-correlation-request-id": [ "6fdf9aa0-b0aa-46d1-a4a3-4ff4167ac781" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004314Z:6fdf9aa0-b0aa-46d1-a4a3-4ff4167ac781" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -39,14 +39,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "437" ], - "x-ms-client-request-id": [ "e831a5d6-d050-4cc7-a1f7-207d6e0fdd5b" ], + "x-ms-unique-id": [ "497" ], + "x-ms-client-request-id": [ "d1af551a-56db-423f-ba6f-e2d8faf8f077" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -61,34 +61,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B299D6EB\"" ], + "ETag": [ "\"1D643770D4267F5\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a556524d-f46c-4552-9190-8bf7801ad64e" ], + "x-ms-request-id": [ "902a0f18-027e-468f-9c79-a7bda9b8d900" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11726" ], - "x-ms-correlation-request-id": [ "7c334f38-a5a0-4b28-816a-42f92f90b805" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005156Z:7c334f38-a5a0-4b28-816a-42f92f90b805" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11690" ], + "x-ms-correlation-request-id": [ "e1b558be-b563-4027-861d-f20f20e6bb22" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004314Z:e1b558be-b563-4027-861d-f20f20e6bb22" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5397" ], + "Content-Length": [ "5410" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:51:54.9266667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:42:45.6633333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "438" ], - "x-ms-client-request-id": [ "a1dd6809-38ce-4dd1-b79f-2bf33ec17517" ], + "x-ms-unique-id": [ "498" ], + "x-ms-client-request-id": [ "3e0939ef-ca79-464d-af48-b93ed54cdd31" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -104,32 +104,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "71e5fea9-4016-4b82-a965-7392e5d2ef95" ], + "x-ms-request-id": [ "c5224d4e-d232-42e0-80f8-cf085688bac6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11953" ], - "x-ms-correlation-request-id": [ "03d20fa0-9793-4826-bed6-22bc783192df" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005156Z:03d20fa0-9793-4826-bed6-22bc783192df" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11945" ], + "x-ms-correlation-request-id": [ "f5e0b127-c5e0-4b65-88a7-313ad5d2cd7d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004314Z:f5e0b127-c5e0-4b65-88a7-313ad5d2cd7d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "439" ], - "x-ms-client-request-id": [ "7dd8e92c-89f4-4b32-b5b8-0511abeb3cea" ], + "x-ms-unique-id": [ "499" ], + "x-ms-client-request-id": [ "0f215cfe-5e30-46bd-9584-64c9b4a681d8" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -145,32 +145,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e1b31090-4941-4f08-af5e-5432ad0bfab7" ], + "x-ms-request-id": [ "6312a6ee-33c3-4d96-8f2c-4fad26c53fbc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11725" ], - "x-ms-correlation-request-id": [ "736dcabd-9091-4597-a344-f43a7c3bd6f7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005156Z:736dcabd-9091-4597-a344-f43a7c3bd6f7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11689" ], + "x-ms-correlation-request-id": [ "875cda25-73af-4d9a-bc20-fb850962bba8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004315Z:875cda25-73af-4d9a-bc20-fb850962bba8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:55 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "440" ], - "x-ms-client-request-id": [ "96063415-0a65-494b-8bca-36a44a07d46c" ], + "x-ms-unique-id": [ "500" ], + "x-ms-client-request-id": [ "85f9cf5a-39d6-4824-a9d1-58c7e873d9da" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -186,15 +186,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8ebdc84e-269c-469b-aec2-a218f2891f76" ], + "x-ms-request-id": [ "b2240559-640b-459f-acd7-6844bbbbf9b6" ], "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": [ "d51ace1f-2b9d-432d-9765-c5d8a65fefb3" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005158Z:d51ace1f-2b9d-432d-9765-c5d8a65fefb3" ], + "x-ms-correlation-request-id": [ "d732cba7-b51b-4cd4-8754-db021ce71ef9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004337Z:d732cba7-b51b-4cd4-8754-db021ce71ef9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:57 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:36 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -203,14 +203,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "441" ], - "x-ms-client-request-id": [ "1723761d-b58a-4e3a-8ce9-26605c1bc198" ], + "x-ms-unique-id": [ "501" ], + "x-ms-client-request-id": [ "865ea763-401b-4b3b-ac0a-e89169c5ddff" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -225,34 +225,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B3C56BA0\"" ], + "ETag": [ "\"1D643771EE06540\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "bdefca4f-5e01-405b-a645-ada527418b7e" ], + "x-ms-request-id": [ "4896c8cb-4a4a-4f1d-95ae-f159893e9b58" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11724" ], - "x-ms-correlation-request-id": [ "ed45936a-7787-458d-9715-40c6b58df69d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005158Z:ed45936a-7787-458d-9715-40c6b58df69d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11688" ], + "x-ms-correlation-request-id": [ "635d1992-d557-4374-8f88-a0c0f7de5347" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004339Z:635d1992-d557-4374-8f88-a0c0f7de5347" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:57 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5405" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:51:56.89\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:15.22\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "442" ], - "x-ms-client-request-id": [ "43dd153e-f131-4005-98d0-9b25a6a82fd2" ], + "x-ms-unique-id": [ "502" ], + "x-ms-client-request-id": [ "ccd697ff-7c18-4f5c-89f0-bc8b6b595e11" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -268,32 +268,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1bf4790e-3903-4102-9e06-b3831a693ea0" ], + "x-ms-request-id": [ "1b8e2005-1da3-42af-b082-fb980230b213" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11952" ], - "x-ms-correlation-request-id": [ "2b97f01e-3d5a-4488-a6b6-e830920022e0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005158Z:2b97f01e-3d5a-4488-a6b6-e830920022e0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11944" ], + "x-ms-correlation-request-id": [ "cda01bc8-838e-4cbb-88e3-eec10a898dce" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004339Z:cda01bc8-838e-4cbb-88e3-eec10a898dce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "443" ], - "x-ms-client-request-id": [ "fdb38500-afef-4094-985e-7f63d2d95312" ], + "x-ms-unique-id": [ "503" ], + "x-ms-client-request-id": [ "be3b55fe-ff17-41ab-8ed1-c47f5322c847" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -309,32 +309,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a802a596-48d3-4ff8-8a22-0e44a4501d24" ], + "x-ms-request-id": [ "9f0b6974-8260-4311-a208-e98a49c1241f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11723" ], - "x-ms-correlation-request-id": [ "779cdedd-a348-4be4-941e-b0263ef71084" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005159Z:779cdedd-a348-4be4-941e-b0263ef71084" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11687" ], + "x-ms-correlation-request-id": [ "86c38256-8f9b-4d77-a2d4-e14beb3a09e4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004340Z:86c38256-8f9b-4d77-a2d4-e14beb3a09e4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:58 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "444" ], - "x-ms-client-request-id": [ "3b620020-062f-4c23-a98a-53572d09ea25" ], + "x-ms-unique-id": [ "504" ], + "x-ms-client-request-id": [ "84c1a16e-3842-4f22-9c45-c2f84947673c" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -350,15 +350,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c7d90196-abb7-4918-9e89-b658e02350cc" ], + "x-ms-request-id": [ "8e7625ac-7162-49d4-8e55-bf7b540127f8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-correlation-request-id": [ "7d7212a9-fffc-41e6-84b6-9270979e45eb" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005200Z:7d7212a9-fffc-41e6-84b6-9270979e45eb" ], + "x-ms-correlation-request-id": [ "4a782a33-cd54-4d80-a13d-912f8efb924a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004342Z:4a782a33-cd54-4d80-a13d-912f8efb924a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -367,14 +367,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "445" ], - "x-ms-client-request-id": [ "2d692cb8-e334-404f-91ed-746f756c19bd" ], + "x-ms-unique-id": [ "505" ], + "x-ms-client-request-id": [ "b911620c-ceb4-4ec3-bd33-d31c7f7b62a0" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -389,34 +389,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B5352840\"" ], + "ETag": [ "\"1D643772DD75E6B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "86cc6366-8c83-42b9-9212-85037132bc77" ], + "x-ms-request-id": [ "03f5430e-e4da-47ea-9509-424fca5f9e1c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11722" ], - "x-ms-correlation-request-id": [ "4ac5d768-17c8-4141-bd69-11bf3c2f104f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005200Z:4ac5d768-17c8-4141-bd69-11bf3c2f104f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11686" ], + "x-ms-correlation-request-id": [ "d85243cd-baca-4578-ba4a-455a5b48d3ec" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004342Z:d85243cd-baca-4578-ba4a-455a5b48d3ec" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:51:59 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5391" ], + "Content-Length": [ "5410" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:51:59.3\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:40.3266667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "446" ], - "x-ms-client-request-id": [ "9f9d83da-5360-49c4-b044-2662987ef983" ], + "x-ms-unique-id": [ "506" ], + "x-ms-client-request-id": [ "1613ccd5-fb87-4469-ad87-d924bb47fb79" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -432,32 +432,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "04703177-9588-43c1-a134-f1d766ddc154" ], + "x-ms-request-id": [ "603e3159-85d4-4c90-b0e3-0587163c69c1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11951" ], - "x-ms-correlation-request-id": [ "082ce3e0-ab52-49a4-9226-edb169a4d7f8" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005200Z:082ce3e0-ab52-49a4-9226-edb169a4d7f8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11943" ], + "x-ms-correlation-request-id": [ "e459b1d8-514c-4014-a4c1-b540dba461c2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:e459b1d8-514c-4014-a4c1-b540dba461c2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "447" ], - "x-ms-client-request-id": [ "1d4e10ef-2524-495f-bb69-88d65b796a47" ], + "x-ms-unique-id": [ "507" ], + "x-ms-client-request-id": [ "16f000d5-7070-41d2-a0de-20dcbff77379" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -473,32 +473,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7ed9efa1-9dea-475b-bc00-86f6eb3bfdc8" ], + "x-ms-request-id": [ "f424eba3-8ecb-4ee4-8789-a7200be6f414" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11721" ], - "x-ms-correlation-request-id": [ "130b464f-432b-430d-91c2-87c19ba76ff2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005201Z:130b464f-432b-430d-91c2-87c19ba76ff2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11685" ], + "x-ms-correlation-request-id": [ "824b5539-7d8b-4f69-8458-91a8f4bc95ce" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:824b5539-7d8b-4f69-8458-91a8f4bc95ce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "448" ], - "x-ms-client-request-id": [ "95249777-4161-4c12-a888-9b649051211e" ], + "x-ms-unique-id": [ "508" ], + "x-ms-client-request-id": [ "ee67c474-f4af-4042-9b6d-85441c423558" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -514,15 +514,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "66a8f6c1-44da-469f-a55b-0ce2f632a94e" ], + "x-ms-request-id": [ "e0c2bead-87a1-4bc2-9b64-c4b50cb976ee" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "8083e477-aef6-40a7-8473-59dfd74ae3a4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005201Z:8083e477-aef6-40a7-8473-59dfd74ae3a4" ], + "x-ms-correlation-request-id": [ "9a012ab7-b81f-41bd-8b8b-0381983fa0bf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:9a012ab7-b81f-41bd-8b8b-0381983fa0bf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -531,14 +531,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "449" ], - "x-ms-client-request-id": [ "ef8c91cc-c571-451b-8606-72432fb13eed" ], + "x-ms-unique-id": [ "509" ], + "x-ms-client-request-id": [ "ebbb6b1a-5ec5-43c3-a414-06c13c1ded4e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -553,34 +553,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF974DD515\"" ], + "ETag": [ "\"1D64374827BE535\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8218a0f6-e119-46d5-aab9-ff74ec6b9622" ], + "x-ms-request-id": [ "974da799-11cd-4249-9509-94edb51671e1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11720" ], - "x-ms-correlation-request-id": [ "571b9b86-938e-466b-a7de-28af33f0f7ff" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005201Z:571b9b86-938e-466b-a7de-28af33f0f7ff" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11684" ], + "x-ms-correlation-request-id": [ "264968bb-c16a-4a4b-b0e5-23509319b5e7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:264968bb-c16a-4a4b-b0e5-23509319b5e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5420" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:43:59.6333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:24:33.8433333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "450" ], - "x-ms-client-request-id": [ "f1960f2b-5cf5-4da9-9151-55f6d5effc1b" ], + "x-ms-unique-id": [ "510" ], + "x-ms-client-request-id": [ "f969848e-e360-4f0b-a8c1-0dc22c338f3d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -596,32 +596,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0500a53d-e8a8-4c48-8dff-5402a5ebc72c" ], + "x-ms-request-id": [ "5780c652-ff49-4f35-9b8b-8e9541e25c46" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11950" ], - "x-ms-correlation-request-id": [ "7007542a-61ee-463c-b821-d70950225c54" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005201Z:7007542a-61ee-463c-b821-d70950225c54" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11942" ], + "x-ms-correlation-request-id": [ "f5304058-8c5f-430f-8461-d1f01f150682" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004343Z:f5304058-8c5f-430f-8461-d1f01f150682" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:00 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "451" ], - "x-ms-client-request-id": [ "4c364d9c-3456-4c18-a8f4-b59af2bb73ba" ], + "x-ms-unique-id": [ "511" ], + "x-ms-client-request-id": [ "f197de33-fca4-4352-ba8e-a85835d1802b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -637,32 +637,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9c259adb-3ff1-4448-8c82-33938fc07a84" ], + "x-ms-request-id": [ "c43ed669-828c-4721-b41a-cbedfaff1b82" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11719" ], - "x-ms-correlation-request-id": [ "1beb9594-3c1f-44e8-a096-b9152903a60b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005201Z:1beb9594-3c1f-44e8-a096-b9152903a60b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11683" ], + "x-ms-correlation-request-id": [ "f2f47a52-4c88-4c56-b026-0edfffaf30fd" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:f2f47a52-4c88-4c56-b026-0edfffaf30fd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:01 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "452" ], - "x-ms-client-request-id": [ "97d6e571-9348-4e70-91a5-f730f3eb04ab" ], + "x-ms-unique-id": [ "512" ], + "x-ms-client-request-id": [ "2f4d75a9-ec42-44bb-8bea-f7ee123aca49" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -678,15 +678,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cdd44ead-f6d6-460d-ade8-eecec5644efa" ], + "x-ms-request-id": [ "17532e0a-e6f4-4a5b-a5de-412f4bf0e40b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "1e9a23ee-4652-447d-aac7-97e581520295" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005202Z:1e9a23ee-4652-447d-aac7-97e581520295" ], + "x-ms-correlation-request-id": [ "519b9720-d2b8-478d-a9c1-8d942dd942e1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:519b9720-d2b8-478d-a9c1-8d942dd942e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:01 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:43 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -695,14 +695,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "453" ], - "x-ms-client-request-id": [ "a0b86df2-4888-4949-8834-da24cd185a40" ], + "x-ms-unique-id": [ "513" ], + "x-ms-client-request-id": [ "d4f9c6a8-868c-4ac1-93f6-52986bded0af" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -717,34 +717,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B6C676A0\"" ], + "ETag": [ "\"1D64377302F0A0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "da7e8859-0256-4fd2-809d-f63f7d73092d" ], + "x-ms-request-id": [ "a6afd76d-038e-47a7-8546-15ef6d1d8763" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11718" ], - "x-ms-correlation-request-id": [ "7b1b7941-26eb-4c1c-8ee5-720abf7f7b9a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005202Z:7b1b7941-26eb-4c1c-8ee5-720abf7f7b9a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11682" ], + "x-ms-correlation-request-id": [ "34368eea-0954-4444-be15-9dd81cc84de2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:34368eea-0954-4444-be15-9dd81cc84de2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:01 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3665" ], + "Content-Length": [ "5420" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:01.93\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:44.2566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "454" ], - "x-ms-client-request-id": [ "d75b5b9a-41b5-4e29-a747-a9b4202bde45" ], + "x-ms-unique-id": [ "514" ], + "x-ms-client-request-id": [ "e02c395f-019f-45a4-9ff4-0a784d967a92" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -760,32 +760,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "969de8b5-b0e8-4180-87ae-6708a57cb43c" ], + "x-ms-request-id": [ "d1f1fa5a-4176-425d-9817-a4ebaba75144" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11949" ], - "x-ms-correlation-request-id": [ "8e1eec3a-9702-42c6-a4cd-77df2bfe2b37" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005202Z:8e1eec3a-9702-42c6-a4cd-77df2bfe2b37" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11941" ], + "x-ms-correlation-request-id": [ "fae0378b-e957-49fa-8343-a8192e146863" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:fae0378b-e957-49fa-8343-a8192e146863" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:01 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "455" ], - "x-ms-client-request-id": [ "f3b4b401-a84a-4320-a85e-0f63ea66edfa" ], + "x-ms-unique-id": [ "515" ], + "x-ms-client-request-id": [ "60c62c70-8f05-4370-9c7f-602809a07e9e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -801,32 +801,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dca12eb1-1dea-48f0-85d4-caea5a5dba4a" ], + "x-ms-request-id": [ "f9e7bb8d-51ec-4fb8-b0fb-0d479969b385" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11717" ], - "x-ms-correlation-request-id": [ "ae4bf271-00c3-4f0a-b00b-857241c56a9c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005202Z:ae4bf271-00c3-4f0a-b00b-857241c56a9c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11681" ], + "x-ms-correlation-request-id": [ "d19a8539-f097-4259-b039-bc151ce83da0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004344Z:d19a8539-f097-4259-b039-bc151ce83da0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:01 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "456" ], - "x-ms-client-request-id": [ "e2182fd1-d161-48e0-866f-e36745b5d036" ], + "x-ms-unique-id": [ "516" ], + "x-ms-client-request-id": [ "5dcf12c2-6aeb-491f-8909-970b97b69fe7" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -842,15 +842,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "dea59cd9-b21f-4b2a-a4ba-ba94bd88edfa" ], + "x-ms-request-id": [ "96a86ea4-93e7-48ab-b4fb-c4ec085797f5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-correlation-request-id": [ "e5c9f1f5-3020-4c1c-8579-7c5fe98017c4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005202Z:e5c9f1f5-3020-4c1c-8579-7c5fe98017c4" ], + "x-ms-correlation-request-id": [ "fab638de-87a5-4437-a306-57bd0e0a8842" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:fab638de-87a5-4437-a306-57bd0e0a8842" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -859,14 +859,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "457" ], - "x-ms-client-request-id": [ "4e91502e-382f-4aa6-8e35-b3c33615968c" ], + "x-ms-unique-id": [ "517" ], + "x-ms-client-request-id": [ "76060b27-d8e0-490a-be1b-8cbbfcb6eb06" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -881,34 +881,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B74313AB\"" ], + "ETag": [ "\"1D6437730A91C0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b29ab6b7-658b-4ac4-b2c2-dac8950e638f" ], + "x-ms-request-id": [ "f55b828d-ce54-4adb-8ffc-c89483f563b8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11716" ], - "x-ms-correlation-request-id": [ "96053bda-1cbc-4c65-9cac-ebb7ff441195" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005202Z:96053bda-1cbc-4c65-9cac-ebb7ff441195" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11680" ], + "x-ms-correlation-request-id": [ "cc3aca29-3a5f-47d3-8ac6-5d115444743a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:cc3aca29-3a5f-47d3-8ac6-5d115444743a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5420" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:02.7466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "458" ], - "x-ms-client-request-id": [ "ce47ee0b-7949-4687-97b4-e7fe8f7dede4" ], + "x-ms-unique-id": [ "518" ], + "x-ms-client-request-id": [ "52e93509-b6ed-42c0-bde0-e66c8d35e9bb" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -924,32 +924,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3f8e1596-f0a9-43d0-b689-73e78b695a54" ], + "x-ms-request-id": [ "1210347d-c154-4377-a417-62e643ee6c33" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11948" ], - "x-ms-correlation-request-id": [ "6b5a72e5-cfdf-4683-9558-9cbfa3e33977" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005203Z:6b5a72e5-cfdf-4683-9558-9cbfa3e33977" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11940" ], + "x-ms-correlation-request-id": [ "7317df14-1716-4722-958f-f3f3a7ee48d1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:7317df14-1716-4722-958f-f3f3a7ee48d1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "459" ], - "x-ms-client-request-id": [ "6213dc28-7247-4bb8-8daa-37b7f6f6cf63" ], + "x-ms-unique-id": [ "519" ], + "x-ms-client-request-id": [ "09131793-8823-4166-9904-5610e3dad94a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -965,32 +965,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d6f43f99-3d79-471f-b6f0-09039e811669" ], + "x-ms-request-id": [ "9d5bd314-9f6b-4237-8dac-f66da562d1d6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11715" ], - "x-ms-correlation-request-id": [ "4c53729b-c7fe-4507-b522-08390d8b961c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005203Z:4c53729b-c7fe-4507-b522-08390d8b961c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11679" ], + "x-ms-correlation-request-id": [ "b6e15d15-99a0-4ce6-bb24-954582e88325" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004345Z:b6e15d15-99a0-4ce6-bb24-954582e88325" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:02 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "460" ], - "x-ms-client-request-id": [ "f1aea269-e475-4f5b-84fc-4334ce434437" ], + "x-ms-unique-id": [ "520" ], + "x-ms-client-request-id": [ "e7923372-97a9-4bf0-91c3-a61f299eab11" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1006,15 +1006,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ba88a009-6a49-4dd8-8ed4-d36fb4b1bb48" ], + "x-ms-request-id": [ "0b2c713a-592b-43b0-83ae-c251f51d7fe3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "33d4a39c-86db-4bf5-b513-6bd8c65cca54" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005204Z:33d4a39c-86db-4bf5-b513-6bd8c65cca54" ], + "x-ms-correlation-request-id": [ "43099dfc-c334-4617-b421-49e0499a7a93" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004347Z:43099dfc-c334-4617-b421-49e0499a7a93" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:03 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1023,14 +1023,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "461" ], - "x-ms-client-request-id": [ "78adf866-e535-43bc-88cf-4c423115e606" ], + "x-ms-unique-id": [ "521" ], + "x-ms-client-request-id": [ "8d8e629b-c6d2-4ca3-8dfa-57706c24cd14" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1045,34 +1045,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B7AF6A0B\"" ], + "ETag": [ "\"1D643773126BD80\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "231cc954-c884-4ee9-a505-c348975687ec" ], + "x-ms-request-id": [ "8ed9b308-3550-49d1-9677-2ae16742d051" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11714" ], - "x-ms-correlation-request-id": [ "34b4709a-ad64-4158-bbfe-9b0aa279a92f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005204Z:34b4709a-ad64-4158-bbfe-9b0aa279a92f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11678" ], + "x-ms-correlation-request-id": [ "11d140a1-a9d9-434a-a9f5-34391247afe8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004348Z:11d140a1-a9d9-434a-a9f5-34391247afe8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:03 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5353" ], + "Content-Length": [ "5387" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:03.4566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.88\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "462" ], - "x-ms-client-request-id": [ "223f8db2-216e-4cf3-b102-c0ce37e7aeb2" ], + "x-ms-unique-id": [ "522" ], + "x-ms-client-request-id": [ "7468cc6f-365f-4140-a583-478c1fe035cb" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1088,32 +1088,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e438f9b4-318b-4c63-9ad4-1d49676e5715" ], + "x-ms-request-id": [ "e29cbc1a-db58-4b14-a492-9c782d8048c7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11947" ], - "x-ms-correlation-request-id": [ "f4fe84bd-1377-4adb-b853-60f23a99144e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005205Z:f4fe84bd-1377-4adb-b853-60f23a99144e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11939" ], + "x-ms-correlation-request-id": [ "46f15f86-f915-44fc-8a8c-c3322dc961bb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004348Z:46f15f86-f915-44fc-8a8c-c3322dc961bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:04 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "463" ], - "x-ms-client-request-id": [ "5b59490f-4c93-4f3e-8b2b-15f96609c3eb" ], + "x-ms-unique-id": [ "523" ], + "x-ms-client-request-id": [ "181efeb1-9038-4202-9876-d55652264be6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1129,32 +1129,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "60343b72-3433-4373-944f-d457e3f88e0d" ], + "x-ms-request-id": [ "219b1c1c-98bf-438a-83d8-5a1f4e969b0e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11713" ], - "x-ms-correlation-request-id": [ "10545706-e638-4234-9456-16c356064000" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005205Z:10545706-e638-4234-9456-16c356064000" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11677" ], + "x-ms-correlation-request-id": [ "3e16bcdd-7c7f-4535-a717-d74d3b8077ad" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004348Z:3e16bcdd-7c7f-4535-a717-d74d3b8077ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:04 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "464" ], - "x-ms-client-request-id": [ "b4bf4ac5-c657-4724-9340-bdc2f2eb6311" ], + "x-ms-unique-id": [ "524" ], + "x-ms-client-request-id": [ "8ea6d8a3-8ee6-4987-833e-40f78992a804" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1170,15 +1170,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "31582cf7-53d7-4026-99d1-6c59cda470f2" ], + "x-ms-request-id": [ "c20f9fa6-c7ac-49f2-9376-db6ec6e228a3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-correlation-request-id": [ "8a4714a4-fe03-4589-a6e3-ab4317c55b5e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005206Z:8a4714a4-fe03-4589-a6e3-ab4317c55b5e" ], + "x-ms-correlation-request-id": [ "5ee270aa-cffa-43ca-9c6b-442a29036a74" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:5ee270aa-cffa-43ca-9c6b-442a29036a74" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:49 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1187,14 +1187,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "465" ], - "x-ms-client-request-id": [ "8e79e8a5-1ff0-4b12-993a-811254111001" ], + "x-ms-unique-id": [ "525" ], + "x-ms-client-request-id": [ "a3f23f8f-c6da-4681-8d90-02cfde447b1e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1209,34 +1209,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B8D05060\"" ], + "ETag": [ "\"1D6437732BF2ACB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ebc6cdab-4ed3-4efd-ba6a-ab75ed00b690" ], + "x-ms-request-id": [ "1c18acae-6a1d-49e0-9c60-7c4a64a3ce8a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11712" ], - "x-ms-correlation-request-id": [ "2cca3a26-f431-4e96-99cf-9ed002e5fbfe" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005206Z:2cca3a26-f431-4e96-99cf-9ed002e5fbfe" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11676" ], + "x-ms-correlation-request-id": [ "f39a978f-2325-4eb4-818d-c3610113166c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:f39a978f-2325-4eb4-818d-c3610113166c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:05 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5348" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:05.35\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:48.5566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "466" ], - "x-ms-client-request-id": [ "a4396e8a-ea32-4c33-b01e-0086a6390287" ], + "x-ms-unique-id": [ "526" ], + "x-ms-client-request-id": [ "eea12453-db35-4e7c-8d6f-50c204c456f6" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1252,32 +1252,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f4aa3eb5-99ea-4b00-859c-edc4725c0784" ], + "x-ms-request-id": [ "2a1eb1bf-fa71-4f74-85af-909f81045911" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11946" ], - "x-ms-correlation-request-id": [ "24b21c67-4e92-41bb-94fc-742f84e5690b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005206Z:24b21c67-4e92-41bb-94fc-742f84e5690b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11938" ], + "x-ms-correlation-request-id": [ "b9f64d6d-0826-448c-83a9-61c409b0bc0a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:b9f64d6d-0826-448c-83a9-61c409b0bc0a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "467" ], - "x-ms-client-request-id": [ "78d88063-0612-4dfb-83e2-5985a76883eb" ], + "x-ms-unique-id": [ "527" ], + "x-ms-client-request-id": [ "dc1daa4b-0b2b-48f6-ad79-3eb7aba3ac89" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1293,32 +1293,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "365e02aa-1276-40ad-a406-dbcbfffae36e" ], + "x-ms-request-id": [ "e34aa103-a6e2-4350-b559-af3835a4dadc" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11711" ], - "x-ms-correlation-request-id": [ "d4c1dca8-0fae-4005-9d92-aa23917527fe" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005207Z:d4c1dca8-0fae-4005-9d92-aa23917527fe" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11675" ], + "x-ms-correlation-request-id": [ "a09a2ed2-a378-4c23-b407-d2ea4d2172e7" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004350Z:a09a2ed2-a378-4c23-b407-d2ea4d2172e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:06 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "468" ], - "x-ms-client-request-id": [ "d3da1325-40d5-4829-b308-c01f3b420bc8" ], + "x-ms-unique-id": [ "528" ], + "x-ms-client-request-id": [ "4770bca8-344c-4b69-9a57-b5c4cf8f5fa1" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1334,15 +1334,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "db546b94-3876-4d41-8163-77322708264c" ], + "x-ms-request-id": [ "9dc56bbf-1932-449a-b0b7-c7616d9533f3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-correlation-request-id": [ "793a5a72-ee51-480a-80cb-07d9635f4a0b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005208Z:793a5a72-ee51-480a-80cb-07d9635f4a0b" ], + "x-ms-correlation-request-id": [ "42e1dee7-8453-45c4-a32e-e811beb584b0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:42e1dee7-8453-45c4-a32e-e811beb584b0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:07 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:51 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1351,14 +1351,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "469" ], - "x-ms-client-request-id": [ "1ebe3b66-8b26-424f-8e7f-06fc9bb6c82c" ], + "x-ms-unique-id": [ "529" ], + "x-ms-client-request-id": [ "831f0af1-a557-4788-a73a-b980d71a229f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1373,34 +1373,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B9FA5E75\"" ], + "ETag": [ "\"1D643773436888B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "96705565-6094-4109-88d1-adcf1c5cd079" ], + "x-ms-request-id": [ "1a06d560-e678-475c-8dd6-d68687916023" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11710" ], - "x-ms-correlation-request-id": [ "7ec88ad1-cbe3-4c4c-be6f-20d729738f66" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005208Z:7ec88ad1-cbe3-4c4c-be6f-20d729738f66" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11674" ], + "x-ms-correlation-request-id": [ "f72f2119-0ea8-4483-b2a6-aa0104fc1e97" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:f72f2119-0ea8-4483-b2a6-aa0104fc1e97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5353" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:07.3033333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:51.0166667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "470" ], - "x-ms-client-request-id": [ "abf3c030-6d05-448f-a6f0-a7bb0480214d" ], + "x-ms-unique-id": [ "530" ], + "x-ms-client-request-id": [ "23310abc-e2af-4c15-8b67-315ab5c6ef47" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1416,32 +1416,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f9c97aef-614a-4a95-93b0-660c57951436" ], + "x-ms-request-id": [ "30310f3c-3f2a-463a-8f86-5d5ce72acf49" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11945" ], - "x-ms-correlation-request-id": [ "d5308d2d-9869-49ef-b3a0-2ee439b3a1db" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005209Z:d5308d2d-9869-49ef-b3a0-2ee439b3a1db" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11937" ], + "x-ms-correlation-request-id": [ "fb41c22a-4cd8-49d8-a3b0-ffb1d64acff6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:fb41c22a-4cd8-49d8-a3b0-ffb1d64acff6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "471" ], - "x-ms-client-request-id": [ "63e7c2a7-2d6b-4366-bdb5-2483bc6999ec" ], + "x-ms-unique-id": [ "531" ], + "x-ms-client-request-id": [ "24058652-2a14-44f1-bc83-f3698272dd3f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1457,32 +1457,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e692a6f0-a34c-42e9-b0d3-e04f2260f73e" ], + "x-ms-request-id": [ "2ba71b54-2bbf-4102-8d13-8ca9545f06f7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11709" ], - "x-ms-correlation-request-id": [ "e5343973-611e-447e-8d6b-9fa5f7185cdf" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005209Z:e5343973-611e-447e-8d6b-9fa5f7185cdf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11673" ], + "x-ms-correlation-request-id": [ "a886d29e-20eb-40d9-9d27-472cc89ad8b6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:a886d29e-20eb-40d9-9d27-472cc89ad8b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/restart?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "472" ], - "x-ms-client-request-id": [ "adb674ea-8873-40d4-8c0d-fad59e0b2327" ], + "x-ms-unique-id": [ "532" ], + "x-ms-client-request-id": [ "55658be7-b5d0-4666-bc65-837d64f1121c" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_Restart" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1498,15 +1498,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f012f693-cebb-4070-8370-75c180eed918" ], + "x-ms-request-id": [ "b310f2d1-e592-4b6e-90d6-70b409d4ab19" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-correlation-request-id": [ "ae97cf7e-0e03-4880-a879-4caa7e52286b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005209Z:ae97cf7e-0e03-4880-a879-4caa7e52286b" ], + "x-ms-correlation-request-id": [ "00b333b9-26a0-4d11-b56f-ec0bc9fb14c8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004352Z:00b333b9-26a0-4d11-b56f-ec0bc9fb14c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1515,14 +1515,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "473" ], - "x-ms-client-request-id": [ "64c3ef11-83f4-421b-aa9e-68a5cb0986c2" ], + "x-ms-unique-id": [ "533" ], + "x-ms-client-request-id": [ "2839a81f-db92-48b2-8842-aee94aaebd92" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1537,34 +1537,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628BF6F8A2F80\"" ], + "ETag": [ "\"1D64374B665488B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "15da67a2-3716-4716-8136-971a94a57a5b" ], + "x-ms-request-id": [ "a98b58ad-79d1-4ff3-a698-3bb32bfd9c00" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11708" ], - "x-ms-correlation-request-id": [ "558d872b-ab97-40a1-9e69-511239d0f2f4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005209Z:558d872b-ab97-40a1-9e69-511239d0f2f4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11672" ], + "x-ms-correlation-request-id": [ "e4c014e2-4002-496d-b5ae-57df9566bf39" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:e4c014e2-4002-496d-b5ae-57df9566bf39" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:08 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3709" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:42:52.92\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:26:00.9366667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+3": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "474" ], - "x-ms-client-request-id": [ "eee706d8-00d5-4655-b38f-224805dc41c4" ], + "x-ms-unique-id": [ "534" ], + "x-ms-client-request-id": [ "64e12498-b962-47f7-8fbc-a88bf5097955" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1580,32 +1580,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1ad7b47d-cbfa-47be-8601-822a024441bf" ], + "x-ms-request-id": [ "31f428fe-b644-4338-931f-2a1416954a7e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11944" ], - "x-ms-correlation-request-id": [ "603acde8-ed9a-48c0-b090-e323f9e6b92b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005209Z:603acde8-ed9a-48c0-b090-e323f9e6b92b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11936" ], + "x-ms-correlation-request-id": [ "e1f45e5a-891f-43c2-9a07-de046f319488" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:e1f45e5a-891f-43c2-9a07-de046f319488" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "475" ], - "x-ms-client-request-id": [ "c2b30261-1ea0-46b3-bb42-23cee8fab379" ], + "x-ms-unique-id": [ "535" ], + "x-ms-client-request-id": [ "e06c1117-0614-4758-b17e-0733a109bf67" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1621,32 +1621,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ea176c84-5344-458d-8af2-fd4135b6f28b" ], + "x-ms-request-id": [ "3152793c-40cf-4b0d-8001-5011602939ca" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11707" ], - "x-ms-correlation-request-id": [ "09c496c0-4cfb-4cba-9ab7-ca2f8b12b9b4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005210Z:09c496c0-4cfb-4cba-9ab7-ca2f8b12b9b4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11671" ], + "x-ms-correlation-request-id": [ "d6d669e0-8ac6-49ea-bfc4-b74dbf7e84e0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:d6d669e0-8ac6-49ea-bfc4-b74dbf7e84e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/stop?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01+5": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "476" ], - "x-ms-client-request-id": [ "f0bf7234-6002-42e5-a15f-b5b93a4f7bf7" ], + "x-ms-unique-id": [ "536" ], + "x-ms-client-request-id": [ "360ab5db-301a-4b7d-8b25-761b1299a89e" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1662,15 +1662,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1f70980d-a1de-458d-b122-ebb4ec479601" ], + "x-ms-request-id": [ "b6483cd8-cf1e-459f-8b28-f83dfcf2f91b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "184a2680-06ec-41ea-8596-50707a8cbc75" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005210Z:184a2680-06ec-41ea-8596-50707a8cbc75" ], + "x-ms-correlation-request-id": [ "d429b93b-3f1d-42f2-ab34-e94c345b59be" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:d429b93b-3f1d-42f2-ab34-e94c345b59be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1679,14 +1679,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "477" ], - "x-ms-client-request-id": [ "3b146c8d-8c28-4db7-a23a-35866bd1b8ec" ], + "x-ms-unique-id": [ "537" ], + "x-ms-client-request-id": [ "bfea8cda-429d-407e-90bb-38f781d7b3a7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1701,34 +1701,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BBC0104B\"" ], + "ETag": [ "\"1D6437735C7D6EB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "03a3f6bf-6f49-4860-8a63-b2c8739b5e1a" ], + "x-ms-request-id": [ "7323fefa-3ff1-43b6-95c3-d1aff3660f43" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11706" ], - "x-ms-correlation-request-id": [ "5448f559-bcee-496b-a842-cb57492e2884" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005210Z:5448f559-bcee-496b-a842-cb57492e2884" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11670" ], + "x-ms-correlation-request-id": [ "ff41714b-b7c8-4e89-95f0-756abf970c69" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004353Z:ff41714b-b7c8-4e89-95f0-756abf970c69" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:10.2766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:53.6466667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "478" ], - "x-ms-client-request-id": [ "79a66bb4-c6bd-4c9d-ab83-fc6e5651c153" ], + "x-ms-unique-id": [ "538" ], + "x-ms-client-request-id": [ "1de5ed00-01a2-4562-9e2c-4ad69122ba5d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1744,32 +1744,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5c30058d-995a-4a5d-a583-54360e769f51" ], + "x-ms-request-id": [ "39d5bbbf-1d71-4548-b90f-29764f9c5918" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11943" ], - "x-ms-correlation-request-id": [ "b849862d-824d-4979-a659-7a7ee9cab58e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005210Z:b849862d-824d-4979-a659-7a7ee9cab58e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11935" ], + "x-ms-correlation-request-id": [ "f15a39b3-5740-4775-b98a-4fb18556be83" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:f15a39b3-5740-4775-b98a-4fb18556be83" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:09 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "479" ], - "x-ms-client-request-id": [ "166f83c2-6155-4994-bca0-fdb4c99f3584" ], + "x-ms-unique-id": [ "539" ], + "x-ms-client-request-id": [ "8c47a714-3a86-419b-817b-5a3963f5eab2" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1785,32 +1785,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "fb577d74-539a-4a78-a039-198b28aa805a" ], + "x-ms-request-id": [ "5649dcc7-5637-4420-9b36-57f4291bf892" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11705" ], - "x-ms-correlation-request-id": [ "1caf8f4d-9cf5-4a7f-929c-5c2f9e06bddf" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005211Z:1caf8f4d-9cf5-4a7f-929c-5c2f9e06bddf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11669" ], + "x-ms-correlation-request-id": [ "6a23021f-2645-494d-b515-2b50a35ed325" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:6a23021f-2645-494d-b515-2b50a35ed325" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:10 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/start?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "480" ], - "x-ms-client-request-id": [ "9a92c2ac-ba64-4eee-8e84-842f7c2f44cf" ], + "x-ms-unique-id": [ "540" ], + "x-ms-client-request-id": [ "1fc13f87-1948-4dad-99d3-45fe83fb4f52" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_Start" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1826,15 +1826,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1fc67c3a-ae4f-4319-8cc1-2b4ccd9406bf" ], + "x-ms-request-id": [ "583f1427-f0e2-4052-9321-084c7afeec45" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-correlation-request-id": [ "f67aef30-ce1b-4c83-925a-1dceb01fa0f1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005211Z:f67aef30-ce1b-4c83-925a-1dceb01fa0f1" ], + "x-ms-correlation-request-id": [ "481da273-085d-4369-9129-f5a4cd88a3cf" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:481da273-085d-4369-9129-f5a4cd88a3cf" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:10 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1843,14 +1843,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "481" ], - "x-ms-client-request-id": [ "955029bc-4c72-4dd0-9877-774512d3772f" ], + "x-ms-unique-id": [ "541" ], + "x-ms-client-request-id": [ "0c21a763-1b4f-4c92-a0a7-ddf8dfe9c669" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1865,34 +1865,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BC4A68F5\"" ], + "ETag": [ "\"1D643773655BF0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ccad2b68-bea1-4467-a561-f8b27cad278f" ], + "x-ms-request-id": [ "584544bc-8f38-4325-8bba-400615557618" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11704" ], - "x-ms-correlation-request-id": [ "f5d4ebcb-a099-4f6d-92e2-d4d5a37829d2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005211Z:f5d4ebcb-a099-4f6d-92e2-d4d5a37829d2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11668" ], + "x-ms-correlation-request-id": [ "66d3c356-6508-4893-b9f3-560e9dfadd79" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004354Z:66d3c356-6508-4893-b9f3-560e9dfadd79" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:10 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:11.1833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "482" ], - "x-ms-client-request-id": [ "f3fca2d1-bece-4f37-801e-703c771b1713" ], + "x-ms-unique-id": [ "542" ], + "x-ms-client-request-id": [ "f814fca1-2cb6-4136-863f-ade64fcbf96e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1908,32 +1908,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a9b7f53c-022e-4aa0-8fbc-10023d7b40af" ], + "x-ms-request-id": [ "f1cb45f6-0368-4e9e-b365-22bc8df1e7a6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11942" ], - "x-ms-correlation-request-id": [ "26977d4f-487b-4e65-b0e3-767f41c84e13" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005211Z:26977d4f-487b-4e65-b0e3-767f41c84e13" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11934" ], + "x-ms-correlation-request-id": [ "07129d38-8c85-4bf5-9d5b-0cfa37e6f825" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:07129d38-8c85-4bf5-9d5b-0cfa37e6f825" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:10 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "483" ], - "x-ms-client-request-id": [ "5a90046b-b054-4376-b757-bfc044fa5c62" ], + "x-ms-unique-id": [ "543" ], + "x-ms-client-request-id": [ "c45248af-f187-42c3-903f-359ed0d1fa98" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1949,32 +1949,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4a7f7670-2f22-4987-8427-3ee3ce0ca728" ], + "x-ms-request-id": [ "5835305d-c79f-43a4-bac3-a7c1321154b0" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11703" ], - "x-ms-correlation-request-id": [ "16bbd1ae-da18-4313-8018-be9571cfbb35" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005211Z:16bbd1ae-da18-4313-8018-be9571cfbb35" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11667" ], + "x-ms-correlation-request-id": [ "5fdcc440-d2db-48a8-9d60-7bc542762968" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:5fdcc440-d2db-48a8-9d60-7bc542762968" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "484" ], - "x-ms-client-request-id": [ "6b1c4085-7215-4eb8-b21c-4b1c2c70c73a" ], + "x-ms-unique-id": [ "544" ], + "x-ms-client-request-id": [ "b876000c-8d86-46bc-b7d7-05a97a9de1dc" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1989,34 +1989,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B5352840\"" ], + "ETag": [ "\"1D643772DD75E6B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e4ae3883-636a-46d5-ad9b-3bf4abe3ed5c" ], + "x-ms-request-id": [ "d97c93d9-4a69-4886-b406-380168132856" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11702" ], - "x-ms-correlation-request-id": [ "b683e7da-ea53-4e56-a395-d32447ca0189" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005212Z:b683e7da-ea53-4e56-a395-d32447ca0189" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11666" ], + "x-ms-correlation-request-id": [ "2cecd01a-b4f8-463d-89f5-9400ec4d6f68" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:2cecd01a-b4f8-463d-89f5-9400ec4d6f68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5391" ], + "Content-Length": [ "5410" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:51:59.3\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:40.3266667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "485" ], - "x-ms-client-request-id": [ "306fcd4b-5060-415d-9b90-7ba01756b027" ], + "x-ms-unique-id": [ "545" ], + "x-ms-client-request-id": [ "42171e25-3a30-4dfc-9c61-a1d2c5182dba" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2032,32 +2032,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9391be64-98d7-47b9-8d0e-3176cdc937df" ], + "x-ms-request-id": [ "4658be05-9318-481f-97a1-acd2a2d1cc86" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11941" ], - "x-ms-correlation-request-id": [ "0667bfb3-2115-4454-88a5-a192c4414f2d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005212Z:0667bfb3-2115-4454-88a5-a192c4414f2d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11933" ], + "x-ms-correlation-request-id": [ "d82f4cb7-36f9-433a-aa86-583b9f90b433" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:d82f4cb7-36f9-433a-aa86-583b9f90b433" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "486" ], - "x-ms-client-request-id": [ "4418efa5-d985-49cb-be0b-98319764566b" ], + "x-ms-unique-id": [ "546" ], + "x-ms-client-request-id": [ "9bfb1d65-f150-42c5-85c3-3ad7714f8c93" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2073,32 +2073,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "41faa41f-3cbb-4595-ab05-6f2ded126d6c" ], + "x-ms-request-id": [ "c5eced3f-139c-41c8-97cf-6227b5418119" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11701" ], - "x-ms-correlation-request-id": [ "ed48000d-e7e1-4130-95ee-76a94dec1d49" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005212Z:ed48000d-e7e1-4130-95ee-76a94dec1d49" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11665" ], + "x-ms-correlation-request-id": [ "a5dcf6e0-8657-4560-a03a-6ed7459bab4f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004355Z:a5dcf6e0-8657-4560-a03a-6ed7459bab4f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:11 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "487" ], - "x-ms-client-request-id": [ "ba155ff8-b142-459a-9024-085e5e7472c4" ], + "x-ms-unique-id": [ "547" ], + "x-ms-client-request-id": [ "899e14c7-1540-420b-97c4-22b0c2144f1b" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2114,15 +2114,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "362538d8-92ec-4522-93f6-206542260a67" ], + "x-ms-request-id": [ "c37f6971-3557-495a-8f05-abeaf26f050a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "9cc5806c-09d5-498e-a9b7-1d31b65440d7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005214Z:9cc5806c-09d5-498e-a9b7-1d31b65440d7" ], + "x-ms-correlation-request-id": [ "d815e34d-f166-4416-878b-fe29a0172b04" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:d815e34d-f166-4416-878b-fe29a0172b04" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:56 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2131,14 +2131,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "488" ], - "x-ms-client-request-id": [ "50bef529-d6b2-4145-a61d-e573beb1fafa" ], + "x-ms-unique-id": [ "548" ], + "x-ms-client-request-id": [ "6be826ff-9ff2-47c8-8228-7d7f9280be58" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2153,34 +2153,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BD473280\"" ], + "ETag": [ "\"1D64377373C276B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3fe87232-c743-4472-b554-8abf3cb743f7" ], + "x-ms-request-id": [ "dd4af405-57eb-49df-8ccc-2e325082c6c7" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11700" ], - "x-ms-correlation-request-id": [ "26947c90-a7c5-4000-8e4a-101d915edcc9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005214Z:26947c90-a7c5-4000-8e4a-101d915edcc9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11664" ], + "x-ms-correlation-request-id": [ "0eefb58f-81ec-4eaa-bc72-5a15554adc8e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:0eefb58f-81ec-4eaa-bc72-5a15554adc8e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:13 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5410" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:12.84\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:56.0866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "489" ], - "x-ms-client-request-id": [ "c6cb33d6-b7e7-4315-88f7-658e0a60a3a8" ], + "x-ms-unique-id": [ "549" ], + "x-ms-client-request-id": [ "c4b04561-cfdd-4f42-bcc9-2bc1527d682f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2196,32 +2196,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "da745644-99c4-4cb2-9a30-5769d13d98d1" ], + "x-ms-request-id": [ "ffd2f548-b09d-444c-b044-d2fb14ae154d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11940" ], - "x-ms-correlation-request-id": [ "46c7dc8a-8e4a-4975-a709-71b2215a0f99" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005215Z:46c7dc8a-8e4a-4975-a709-71b2215a0f99" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11932" ], + "x-ms-correlation-request-id": [ "88f1951d-cfcf-44c9-ba39-7bc37e52219a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:88f1951d-cfcf-44c9-ba39-7bc37e52219a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "490" ], - "x-ms-client-request-id": [ "674b5576-a828-45fb-8df7-e303f677a7ef" ], + "x-ms-unique-id": [ "550" ], + "x-ms-client-request-id": [ "d2261583-3bc6-47fc-8afd-d634357b4dca" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2237,32 +2237,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "37a5a926-db06-4691-bc28-918e8cd5b772" ], + "x-ms-request-id": [ "cbc53cc2-c8ce-4395-a80e-1d99bf8724f8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11699" ], - "x-ms-correlation-request-id": [ "314d40bc-d591-4aae-98ae-613fb7f46a38" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005215Z:314d40bc-d591-4aae-98ae-613fb7f46a38" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11663" ], + "x-ms-correlation-request-id": [ "aa6d3c01-f296-4072-bc6a-1343f1a8c504" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004357Z:aa6d3c01-f296-4072-bc6a-1343f1a8c504" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "491" ], - "x-ms-client-request-id": [ "64ddf850-52d6-4162-84fa-c9db1b45ace9" ], + "x-ms-unique-id": [ "551" ], + "x-ms-client-request-id": [ "05b64ebb-ea8b-4719-933e-045bab705a5f" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2277,34 +2277,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BD473280\"" ], + "ETag": [ "\"1D64377373C276B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "814f15f3-f776-4975-b6aa-5ec58953eed3" ], + "x-ms-request-id": [ "c9351787-bd85-4ddd-aa9c-c16dd942edb9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11698" ], - "x-ms-correlation-request-id": [ "3553a186-f54e-4e9f-93c5-6e3fe77f8120" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005215Z:3553a186-f54e-4e9f-93c5-6e3fe77f8120" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11662" ], + "x-ms-correlation-request-id": [ "0a9c89ca-a389-41ea-922c-f2a049b1d30a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004358Z:0a9c89ca-a389-41ea-922c-f2a049b1d30a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:14 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5410" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:12.84\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:56.0866667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "492" ], - "x-ms-client-request-id": [ "3d9c7ed4-8987-48ab-afcd-86efb42f0718" ], + "x-ms-unique-id": [ "552" ], + "x-ms-client-request-id": [ "61d88bc8-7be7-44bd-b5b5-a03f682b8bf1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2320,32 +2320,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "46ff05a1-856c-44d9-8af8-cb3bf5f1632e" ], + "x-ms-request-id": [ "e9e47310-885d-4c0b-96f5-81b1531975c3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11939" ], - "x-ms-correlation-request-id": [ "091d25b3-b7d6-44d9-a999-6aab4bdd8172" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005215Z:091d25b3-b7d6-44d9-a999-6aab4bdd8172" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11931" ], + "x-ms-correlation-request-id": [ "6ab2135f-69d0-4481-a79a-ada66692cb65" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004358Z:6ab2135f-69d0-4481-a79a-ada66692cb65" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "493" ], - "x-ms-client-request-id": [ "062de689-d017-498c-a222-629e92cee43c" ], + "x-ms-unique-id": [ "553" ], + "x-ms-client-request-id": [ "9b767bf0-4e7e-4bfa-a338-d3da98efb1ab" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2361,32 +2361,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "16372a2a-da0e-41f5-aed8-f1c11680e7f2" ], + "x-ms-request-id": [ "262f9b20-f32b-477d-b12f-48e00dbe965e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11697" ], - "x-ms-correlation-request-id": [ "53d7acd5-83dc-4358-99a4-7f4f4a78c928" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005216Z:53d7acd5-83dc-4358-99a4-7f4f4a78c928" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11661" ], + "x-ms-correlation-request-id": [ "5e4c5675-beb3-4dbf-803a-802b63c41c37" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004358Z:5e4c5675-beb3-4dbf-803a-802b63c41c37" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:15 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "494" ], - "x-ms-client-request-id": [ "07770b32-b4e2-47ac-b9d9-29d9228c1dcd" ], + "x-ms-unique-id": [ "554" ], + "x-ms-client-request-id": [ "af3a8578-4192-4bd5-8b22-b1597b8bb190" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2402,15 +2402,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1b2b9e7b-8c3d-4f82-bba7-96c95f0e818d" ], + "x-ms-request-id": [ "f7f67229-6e84-4dd0-832e-b12cf48af6f8" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "4be47f97-f55f-4671-b9f4-91be08c329a5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005217Z:4be47f97-f55f-4671-b9f4-91be08c329a5" ], + "x-ms-correlation-request-id": [ "17a70b04-f6ab-4274-95f3-34bfbe1581d5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:17a70b04-f6ab-4274-95f3-34bfbe1581d5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:59 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2419,14 +2419,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "495" ], - "x-ms-client-request-id": [ "05449f34-3800-44cd-b4dd-fe3179fc7e96" ], + "x-ms-unique-id": [ "555" ], + "x-ms-client-request-id": [ "af4d9e14-fed2-4fd7-9380-2f9850f53e90" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2441,34 +2441,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BF5FCC4B\"" ], + "ETag": [ "\"1D6437738EE8555\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "41585f37-3296-4019-937d-aa52a36ec612" ], + "x-ms-request-id": [ "b99b361a-f5b7-443c-a01c-e8c604e65d83" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11660" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11696" ], - "x-ms-correlation-request-id": [ "28881808-73da-405a-a05f-4642134cd1db" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005217Z:28881808-73da-405a-a05f-4642134cd1db" ], + "x-ms-correlation-request-id": [ "455757ae-438b-43e9-b118-7756103f7ed1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:455757ae-438b-43e9-b118-7756103f7ed1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5397" ], + "Content-Length": [ "5410" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:16.3566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:58.9333333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "496" ], - "x-ms-client-request-id": [ "f49410b3-6327-4cf0-b61e-efba1aa59211" ], + "x-ms-unique-id": [ "556" ], + "x-ms-client-request-id": [ "1e93df6d-f638-4d9d-b6e5-b41027961e6e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2484,32 +2484,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8584cada-bc58-4610-b176-4387506e7fc0" ], + "x-ms-request-id": [ "e7e8a9f2-df31-45fe-9ec5-febb8f112695" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11938" ], - "x-ms-correlation-request-id": [ "81c372f1-899d-474b-9a23-64a79348a554" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005217Z:81c372f1-899d-474b-9a23-64a79348a554" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11930" ], + "x-ms-correlation-request-id": [ "a7b4f7d1-0739-443b-a922-43465f01f328" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:a7b4f7d1-0739-443b-a922-43465f01f328" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:16 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:43:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "497" ], - "x-ms-client-request-id": [ "2f0af7ba-0496-4056-ac94-492c175860b0" ], + "x-ms-unique-id": [ "557" ], + "x-ms-client-request-id": [ "a0f84f2d-9fce-4acd-b57f-09fe397dbbac" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2525,32 +2525,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "8eb0ec10-e85d-45e3-9fc1-5534c31fed30" ], + "x-ms-request-id": [ "62f747b5-63cd-4e01-ae7d-f79864d27716" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11695" ], - "x-ms-correlation-request-id": [ "c176b4af-098e-4bab-802c-5878aa08ed66" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005218Z:c176b4af-098e-4bab-802c-5878aa08ed66" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11659" ], + "x-ms-correlation-request-id": [ "47cd11d9-d28f-47f5-ad97-9786d518e357" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004400Z:47cd11d9-d28f-47f5-ad97-9786d518e357" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "498" ], - "x-ms-client-request-id": [ "17a94155-b426-49c5-8782-77534bd6fd82" ], + "x-ms-unique-id": [ "558" ], + "x-ms-client-request-id": [ "395fe49a-e6f6-455f-a6cd-1746291ffb51" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2565,34 +2565,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BF5FCC4B\"" ], + "ETag": [ "\"1D6437738EE8555\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "96ff8fc6-e523-4ac3-9929-a6a5e4dcdfac" ], + "x-ms-request-id": [ "ba496e3b-04fe-4dc9-8aca-78fe1f8c2960" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11694" ], - "x-ms-correlation-request-id": [ "a7d22e5f-808b-41b4-bf1f-a0b623c63d54" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005218Z:a7d22e5f-808b-41b4-bf1f-a0b623c63d54" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11658" ], + "x-ms-correlation-request-id": [ "bfd8fa6e-7afb-461c-b502-77c88d5177ac" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004401Z:bfd8fa6e-7afb-461c-b502-77c88d5177ac" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5397" ], + "Content-Length": [ "5410" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:16.3566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Stopped\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:58.9333333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "499" ], - "x-ms-client-request-id": [ "ca4982b7-aa06-4416-82be-a5b2d7d62045" ], + "x-ms-unique-id": [ "559" ], + "x-ms-client-request-id": [ "4910b177-7a26-415a-8f84-d3978cb80348" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2608,32 +2608,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6e1bd2db-49a6-457e-a0b5-2df173596bf2" ], + "x-ms-request-id": [ "a7305a35-9f38-45aa-838d-590d17d2155c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11937" ], - "x-ms-correlation-request-id": [ "3eef87c3-0698-437b-9dc0-922657477495" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005218Z:3eef87c3-0698-437b-9dc0-922657477495" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11929" ], + "x-ms-correlation-request-id": [ "5105e99f-b1b4-4699-af8e-6c7cb254961b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004401Z:5105e99f-b1b4-4699-af8e-6c7cb254961b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "500" ], - "x-ms-client-request-id": [ "e96f5ba4-b22d-4509-ab12-5fa9e2febd96" ], + "x-ms-unique-id": [ "560" ], + "x-ms-client-request-id": [ "01a64ce5-a4a2-4139-8a94-69ef630a2e1b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2649,32 +2649,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "44b60970-35f4-44e7-9050-ae2a017240b8" ], + "x-ms-request-id": [ "6a1144e6-5afd-48b0-9e46-f56ce3494f33" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11693" ], - "x-ms-correlation-request-id": [ "a2a861c9-9c59-4fe7-93a9-88b703cde82e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005218Z:a2a861c9-9c59-4fe7-93a9-88b703cde82e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11657" ], + "x-ms-correlation-request-id": [ "dad2b226-6555-4751-8b06-f15318a9b6b4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004401Z:dad2b226-6555-4751-8b06-f15318a9b6b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:17 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "501" ], - "x-ms-client-request-id": [ "97d50637-0c62-47db-a773-fee690e89f01" ], + "x-ms-unique-id": [ "561" ], + "x-ms-client-request-id": [ "d9f493c5-ab51-4329-ac64-9ff1eb8324bc" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2690,15 +2690,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "85094eb3-7885-4dea-8c8a-2bc175015f9c" ], + "x-ms-request-id": [ "75240cf1-d1eb-4f46-ac84-e707d3a647c3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-correlation-request-id": [ "1747fedd-dc32-4bc8-a98c-bed7e3b148e6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005219Z:1747fedd-dc32-4bc8-a98c-bed7e3b148e6" ], + "x-ms-correlation-request-id": [ "8545a083-942e-4fcf-8dc6-a70df71d6db9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:8545a083-942e-4fcf-8dc6-a70df71d6db9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:18 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:02 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2707,14 +2707,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "502" ], - "x-ms-client-request-id": [ "9d70416f-2d5f-4529-9462-d09b8396ef47" ], + "x-ms-unique-id": [ "562" ], + "x-ms-client-request-id": [ "d745debd-5b49-444d-a144-cd63a5eb44ee" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2729,34 +2729,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C0F19CE0\"" ], + "ETag": [ "\"1D643773A9634E0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "48fc6912-5457-47a7-9d50-deab18bf59c3" ], + "x-ms-request-id": [ "df8dc009-eae7-4bd0-a4b4-e4297fc301c3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11692" ], - "x-ms-correlation-request-id": [ "a5e7553f-472d-4a5e-a465-b282f2a1a030" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005220Z:a5e7553f-472d-4a5e-a465-b282f2a1a030" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11656" ], + "x-ms-correlation-request-id": [ "e708cef2-65a4-4215-90bf-703aab70cf2a" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:e708cef2-65a4-4215-90bf-703aab70cf2a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5392" ], + "Content-Length": [ "5405" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-ysqv01\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-131.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Premium-0en4gz-CentralUSwebspace/sites/Functions-PowerShell-6-ysqv01\",\"repositorySiteName\":\"Functions-PowerShell-6-ysqv01\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-ysqv01.azurewebsites.net\",\"functions-powershell-6-ysqv01.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-ysqv01.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-yxsnit\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:18.99\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-PowerShell-6-ysqv01\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.44\",\"possibleInboundIpAddresses\":\"23.101.119.44\",\"ftpUsername\":\"Functions-PowerShell-6-ysqv01\\\\$Functions-PowerShell-6-ysqv01\",\"ftpsHostName\":\"ftps://waws-prod-dm1-131.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.99.211.22,23.99.209.158,23.99.214.44\",\"possibleOutboundIpAddresses\":\"23.101.119.44,23.99.215.110,23.99.213.182,168.61.218.60,23.99.208.251,23.99.211.22,23.99.209.158,23.99.214.44\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-131\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-0en4gz\",\"defaultHostName\":\"functions-powershell-6-ysqv01.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-6-hldr81\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-025.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Premium-4m6d0x-CentralUSwebspace/sites/Functions-PowerShell-6-hldr81\",\"repositorySiteName\":\"Functions-PowerShell-6-hldr81\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-powershell-6-hldr81.azurewebsites.net\",\"functions-powershell-6-hldr81.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-6-hldr81.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-oa2upj\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:01.71\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-PowerShell-6-hldr81\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"52.176.149.197\",\"possibleInboundIpAddresses\":\"52.176.149.197\",\"ftpUsername\":\"Functions-PowerShell-6-hldr81\\\\$Functions-PowerShell-6-hldr81\",\"ftpsHostName\":\"ftps://waws-prod-dm1-025.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.176.148.227,52.176.145.5\",\"possibleOutboundIpAddresses\":\"52.176.149.197,52.176.151.243,52.176.149.67,52.173.18.146,52.176.146.120,52.176.148.227,52.176.145.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-025\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-4m6d0x\",\"defaultHostName\":\"functions-powershell-6-hldr81.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "503" ], - "x-ms-client-request-id": [ "41cb5d89-b634-4ac5-b055-77fa55e0a095" ], + "x-ms-unique-id": [ "563" ], + "x-ms-client-request-id": [ "31145388-4ff7-4fa7-929f-9d4a01dcf2dd" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2772,32 +2772,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b9aaa012-c07f-462b-b68e-2f9185a92b2b" ], + "x-ms-request-id": [ "5887bfe1-0cf3-463c-9414-93d16479de13" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11936" ], - "x-ms-correlation-request-id": [ "9489861a-78bd-4765-bfed-c6fb117b0fb6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005220Z:9489861a-78bd-4765-bfed-c6fb117b0fb6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11928" ], + "x-ms-correlation-request-id": [ "30c090f0-bd94-4f1f-bf41-e1fa2278c913" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:30c090f0-bd94-4f1f-bf41-e1fa2278c913" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:20 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1120" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-ysqv01\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5b4fc23f-8e42-4b57-ab1b-7f3dbbe36b22\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-6-hldr81\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"4e5d1711-a3db-4efa-b7ce-4f1463fc26e3\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-ysqv01\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-PowerShell-6-hldr81\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "504" ], - "x-ms-client-request-id": [ "033b8c0e-2156-4612-8a34-849a2feb4f74" ], + "x-ms-unique-id": [ "564" ], + "x-ms-client-request-id": [ "86b1d772-fd13-4e86-b02f-20e19772f1d1" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2813,32 +2813,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6ebcba9b-a550-46ee-bcb4-a9de1ae94c5b" ], + "x-ms-request-id": [ "02150f4a-d4a3-4a8c-a90a-9ba50ffc0fac" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11691" ], - "x-ms-correlation-request-id": [ "54f2392d-f518-41b7-a8fe-68c8708e32e8" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005221Z:54f2392d-f518-41b7-a8fe-68c8708e32e8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11655" ], + "x-ms-correlation-request-id": [ "97cf8a3c-3ba6-43c3-92c2-c74eafb16e69" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004403Z:97cf8a3c-3ba6-43c3-92c2-c74eafb16e69" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3286" ], + "Content-Length": [ "3318" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.Web/sites/Functions-PowerShell-6-ysqv01/config/web\",\"name\":\"Functions-PowerShell-6-ysqv01\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-ysqv01\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.Web/sites/Functions-PowerShell-6-hldr81/config/web\",\"name\":\"Functions-PowerShell-6-hldr81\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-PowerShell-6-hldr81\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "505" ], - "x-ms-client-request-id": [ "f1684bcd-19fb-4825-aa4a-be64a46c93d7" ], + "x-ms-unique-id": [ "565" ], + "x-ms-client-request-id": [ "2999c71a-ac47-408e-803b-61485038f511" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2853,34 +2853,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B74313AB\"" ], + "ETag": [ "\"1D6437730A91C0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5b3c86c9-a6c5-4a90-a985-d5e61c6ceb1b" ], + "x-ms-request-id": [ "21aec456-66cf-45dc-ac4f-7f23715f4f22" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11690" ], - "x-ms-correlation-request-id": [ "2994cdd1-b539-4024-9ddf-dea4de091709" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005221Z:2994cdd1-b539-4024-9ddf-dea4de091709" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11654" ], + "x-ms-correlation-request-id": [ "37842e81-76c7-4ab9-ac8d-02ffdf3667ff" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:37842e81-76c7-4ab9-ac8d-02ffdf3667ff" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5420" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:02.7466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "506" ], - "x-ms-client-request-id": [ "c0245d89-aa43-42ed-b7bf-22995741b089" ], + "x-ms-unique-id": [ "566" ], + "x-ms-client-request-id": [ "4cc63a0a-f5d8-4916-a0d7-c378faab91c7" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2896,32 +2896,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f9b0ded3-7f43-492b-8afd-c002dbe1202d" ], + "x-ms-request-id": [ "341f8179-c22f-4213-a8db-c904ab12ee47" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11935" ], - "x-ms-correlation-request-id": [ "89396bf9-d587-434c-908b-e9c82779b9ac" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005221Z:89396bf9-d587-434c-908b-e9c82779b9ac" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11927" ], + "x-ms-correlation-request-id": [ "c97dcc92-c548-4700-bd34-7fe200e2b372" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:c97dcc92-c548-4700-bd34-7fe200e2b372" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "507" ], - "x-ms-client-request-id": [ "1dafa9ef-0ab0-4e93-b337-3eecbf368b9a" ], + "x-ms-unique-id": [ "567" ], + "x-ms-client-request-id": [ "77a6800f-16c3-4817-bf60-02ccde104c62" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2937,32 +2937,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "86b46a38-3b7b-4c17-839e-e0d8c677180e" ], + "x-ms-request-id": [ "2a26678b-8ea1-49ca-9d94-43386fec8f80" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11689" ], - "x-ms-correlation-request-id": [ "16dff0f8-d00f-4694-bd27-c2c6492df859" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005221Z:16dff0f8-d00f-4694-bd27-c2c6492df859" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11653" ], + "x-ms-correlation-request-id": [ "9fe5f61e-c731-4548-b53f-d236f56dd422" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:9fe5f61e-c731-4548-b53f-d236f56dd422" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:21 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "508" ], - "x-ms-client-request-id": [ "e004c036-4966-49af-a0cf-ec6c863070e3" ], + "x-ms-unique-id": [ "568" ], + "x-ms-client-request-id": [ "ab6bb23f-aacc-4b71-8e7a-1e9405566708" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2978,15 +2978,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "668aa045-4070-42a2-ab40-ba82d81fa273" ], + "x-ms-request-id": [ "f5af40fa-d4d3-40db-a9fa-13aa0f980ae6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-correlation-request-id": [ "680e37df-d879-428c-a751-57f7f448f6af" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005222Z:680e37df-d879-428c-a751-57f7f448f6af" ], + "x-ms-correlation-request-id": [ "ed55e2d0-1646-4d30-a2a6-3f68cf96c817" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:ed55e2d0-1646-4d30-a2a6-3f68cf96c817" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:03 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2995,14 +2995,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "509" ], - "x-ms-client-request-id": [ "29b16c22-b4fb-4575-9296-4244930b2380" ], + "x-ms-unique-id": [ "569" ], + "x-ms-client-request-id": [ "e1c5ee1a-85ff-4480-9bc5-25a447f71130" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3017,34 +3017,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B74313AB\"" ], + "ETag": [ "\"1D6437730A91C0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "3ad2c383-0f4f-41d3-951c-62019662eab2" ], + "x-ms-request-id": [ "a9f91496-1343-45e5-b60c-8e63deb809b9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11688" ], - "x-ms-correlation-request-id": [ "59a2b46d-28c6-4ac1-814a-c0c0fa3baf2e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005222Z:59a2b46d-28c6-4ac1-814a-c0c0fa3baf2e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11652" ], + "x-ms-correlation-request-id": [ "8cb7aa6a-6dfa-4323-b0f9-d89b1f3132c5" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004404Z:8cb7aa6a-6dfa-4323-b0f9-d89b1f3132c5" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5420" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:02.7466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "510" ], - "x-ms-client-request-id": [ "cb6fb1a1-7abc-46b6-9bba-0e83b3b6f1e3" ], + "x-ms-unique-id": [ "570" ], + "x-ms-client-request-id": [ "780393d6-73c4-433d-a6fa-12cfd2f9af65" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3060,32 +3060,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2aa9f2ed-cc77-4f38-9bf0-c9342971c3a2" ], + "x-ms-request-id": [ "d821b44a-b7a1-4d56-b660-7f6b8a829188" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11934" ], - "x-ms-correlation-request-id": [ "ab674975-875b-4286-abe7-b0b5bd428de1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005222Z:ab674975-875b-4286-abe7-b0b5bd428de1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11926" ], + "x-ms-correlation-request-id": [ "2899b8e4-f238-4bc7-b3ef-1d39c6f916be" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:2899b8e4-f238-4bc7-b3ef-1d39c6f916be" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "511" ], - "x-ms-client-request-id": [ "f686abd7-6641-4ab3-a947-7f514a511fa4" ], + "x-ms-unique-id": [ "571" ], + "x-ms-client-request-id": [ "eaba943f-473c-445b-bd9f-81197185890f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3101,32 +3101,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "04e7e607-8117-47db-9ae0-1acf321626ab" ], + "x-ms-request-id": [ "993f314b-8c83-4cd8-bc94-eebd86b82d2c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11687" ], - "x-ms-correlation-request-id": [ "4ef90c62-e00a-40f7-a9a7-5bc3fddc749e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005222Z:4ef90c62-e00a-40f7-a9a7-5bc3fddc749e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11651" ], + "x-ms-correlation-request-id": [ "ef20ae6e-d21e-4174-b8d2-625c9f3a5c68" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:ef20ae6e-d21e-4174-b8d2-625c9f3a5c68" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "512" ], - "x-ms-client-request-id": [ "265460e4-4d6e-4217-9965-8f7d047738c4" ], + "x-ms-unique-id": [ "572" ], + "x-ms-client-request-id": [ "97750972-73d2-4f51-a344-440c8be5b863" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3141,34 +3141,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B74313AB\"" ], + "ETag": [ "\"1D6437730A91C0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "538e7e44-4f06-4389-8bde-89015b77b552" ], + "x-ms-request-id": [ "ad466724-0e5c-407e-bbd2-65d49385725c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11686" ], - "x-ms-correlation-request-id": [ "f8f91735-7db2-4549-a079-1fe232491bc2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005222Z:f8f91735-7db2-4549-a079-1fe232491bc2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11650" ], + "x-ms-correlation-request-id": [ "f9703919-a61e-4c62-9880-cd1f1aa8683e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:f9703919-a61e-4c62-9880-cd1f1aa8683e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:22 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5420" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:02.7466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:45.0566667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "513" ], - "x-ms-client-request-id": [ "4a2cdb57-28aa-4bb9-98dc-5fa89aac2b21" ], + "x-ms-unique-id": [ "573" ], + "x-ms-client-request-id": [ "918635ce-e0a0-455d-ad8c-b8f1f2cc9a61" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3184,32 +3184,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a91c6f32-e5d8-4337-85d0-93d53a80e4d7" ], + "x-ms-request-id": [ "37e70189-804b-406c-9d6d-9a7219211a03" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11933" ], - "x-ms-correlation-request-id": [ "a37c76ab-fee2-4988-b4aa-2f7ea79c30d6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005223Z:a37c76ab-fee2-4988-b4aa-2f7ea79c30d6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11925" ], + "x-ms-correlation-request-id": [ "a66de0a4-6c44-4c25-a0e1-4c106ca1b297" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:a66de0a4-6c44-4c25-a0e1-4c106ca1b297" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "514" ], - "x-ms-client-request-id": [ "e7c99ada-27ac-4918-aba3-81e658ac444d" ], + "x-ms-unique-id": [ "574" ], + "x-ms-client-request-id": [ "36cf9fd6-3e7b-4beb-bf4f-cba92ee0736f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3225,32 +3225,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "7bb5e898-c2ba-43f2-a3ba-f77e1c844da8" ], + "x-ms-request-id": [ "80e33940-4d53-412e-a3e4-ffc6d4a63b5b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11685" ], - "x-ms-correlation-request-id": [ "12b743dc-359d-4cdf-8d58-31c9bb2fca4c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005223Z:12b743dc-359d-4cdf-8d58-31c9bb2fca4c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11649" ], + "x-ms-correlation-request-id": [ "a0942cf8-413b-4bbd-9320-27a36dbda078" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004405Z:a0942cf8-413b-4bbd-9320-27a36dbda078" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "515" ], - "x-ms-client-request-id": [ "fc2d4082-e58d-4bab-a8e6-026f7ac0edae" ], + "x-ms-unique-id": [ "575" ], + "x-ms-client-request-id": [ "2b94338d-6d9e-428a-880c-dc568332c680" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3266,15 +3266,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "cc533a1e-f973-4e45-8f42-7e07cfb98a5c" ], + "x-ms-request-id": [ "5319bc3f-473f-4d39-a20d-402b92cfe21c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], - "x-ms-correlation-request-id": [ "cff036f8-c91a-4262-bba8-64500d97136b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005223Z:cff036f8-c91a-4262-bba8-64500d97136b" ], + "x-ms-correlation-request-id": [ "7ec269ad-11c8-4878-b911-f29e688f0cce" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:7ec269ad-11c8-4878-b911-f29e688f0cce" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -3283,14 +3283,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "516" ], - "x-ms-client-request-id": [ "6778e0d7-a36c-4242-b008-07ba850e52b6" ], + "x-ms-unique-id": [ "576" ], + "x-ms-client-request-id": [ "6f54ea79-d063-456f-a25d-a2393f910dd5" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3305,34 +3305,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C38EF70B\"" ], + "ETag": [ "\"1D643773D2655A0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "444905c4-c700-43fe-904b-a417a5edf60c" ], + "x-ms-request-id": [ "1bb6d5aa-bd0f-4bf3-815b-ceb10ed4e63f" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11684" ], - "x-ms-correlation-request-id": [ "b5f1ae02-e788-46ca-aef0-2bcd9743a552" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005223Z:b5f1ae02-e788-46ca-aef0-2bcd9743a552" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11648" ], + "x-ms-correlation-request-id": [ "04542545-6302-4b73-82eb-4ac4c5cab208" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:04542545-6302-4b73-82eb-4ac4c5cab208" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5415" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:23.3766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:06.01\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "517" ], - "x-ms-client-request-id": [ "b076b8c3-99d7-495c-8de1-368a35b5113b" ], + "x-ms-unique-id": [ "577" ], + "x-ms-client-request-id": [ "e2c5fcf8-988f-48d5-b87f-9bedb397e6d9" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3348,32 +3348,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4187291f-e3b9-41d7-8904-517d2dd0ffce" ], + "x-ms-request-id": [ "f7b85870-78d4-44ff-b7e8-430878c0a94b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11932" ], - "x-ms-correlation-request-id": [ "a4b663fe-cb56-4f38-9164-671b99e19c31" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005223Z:a4b663fe-cb56-4f38-9164-671b99e19c31" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11924" ], + "x-ms-correlation-request-id": [ "06daa45b-3580-44fd-a3a8-c6eda99a16c9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:06daa45b-3580-44fd-a3a8-c6eda99a16c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "518" ], - "x-ms-client-request-id": [ "cd48393d-6ab9-4b24-a334-b05c4c50e79d" ], + "x-ms-unique-id": [ "578" ], + "x-ms-client-request-id": [ "87bfd1c9-ef20-4ec5-8106-f796d87841c2" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3389,32 +3389,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c1755beb-bd68-4096-a77a-7d7ec0f29b9f" ], + "x-ms-request-id": [ "ba9e1140-456a-48b8-a9d4-eb0c968b1d5a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11683" ], - "x-ms-correlation-request-id": [ "94afa54c-e34e-40b3-a9be-bc7940393465" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005224Z:94afa54c-e34e-40b3-a9be-bc7940393465" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11647" ], + "x-ms-correlation-request-id": [ "8e6a2041-83bb-4c2f-a775-083dbc1a589d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004406Z:8e6a2041-83bb-4c2f-a775-083dbc1a589d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:23 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "519" ], - "x-ms-client-request-id": [ "12572ae4-d483-401e-9ab4-6433d517c773" ], + "x-ms-unique-id": [ "579" ], + "x-ms-client-request-id": [ "94073ed4-23db-4d1e-b9ae-5576ed42d4e7" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3429,34 +3429,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C38EF70B\"" ], + "ETag": [ "\"1D643773D2655A0\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "541d893f-aadf-444e-b4ec-105d744c3f44" ], + "x-ms-request-id": [ "c8dd06be-635f-4a74-ae3c-3298b93bbf3b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11682" ], - "x-ms-correlation-request-id": [ "9faebf47-7f0c-4507-819d-69a1f298b32c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005224Z:9faebf47-7f0c-4507-819d-69a1f298b32c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11646" ], + "x-ms-correlation-request-id": [ "ae087ff6-63b1-4871-b663-d7d75c345579" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:ae087ff6-63b1-4871-b663-d7d75c345579" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5415" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:23.3766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Stopped\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:06.01\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "520" ], - "x-ms-client-request-id": [ "f6824567-c543-42dc-9fcd-8e9d6c7d58ef" ], + "x-ms-unique-id": [ "580" ], + "x-ms-client-request-id": [ "a11e1fd6-a11b-4edb-8110-1d9f4c29275d" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3472,32 +3472,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d4b3d35c-b87d-49b6-b480-332b514bc396" ], + "x-ms-request-id": [ "9df38cb6-b3bc-41fd-82bd-bec0e67d4bcb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11931" ], - "x-ms-correlation-request-id": [ "1f1818ec-a4c9-41ac-8c54-41fbd4adc34e" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005224Z:1f1818ec-a4c9-41ac-8c54-41fbd4adc34e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11923" ], + "x-ms-correlation-request-id": [ "faaf0088-96a5-4c66-828d-878c9e9f2567" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:faaf0088-96a5-4c66-828d-878c9e9f2567" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "521" ], - "x-ms-client-request-id": [ "6dd3d5b2-a2b8-4f7b-81ce-0b5c34bffcea" ], + "x-ms-unique-id": [ "581" ], + "x-ms-client-request-id": [ "f8307792-24d2-4e5f-9bb7-8dd294961070" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3513,32 +3513,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "186af50b-491f-4c71-a513-89af9564f426" ], + "x-ms-request-id": [ "3e420271-8ca4-4669-9e02-b6afb1863540" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11681" ], - "x-ms-correlation-request-id": [ "0acbecbd-76c7-4cc5-a57e-4cb6d77397e7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005224Z:0acbecbd-76c7-4cc5-a57e-4cb6d77397e7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11645" ], + "x-ms-correlation-request-id": [ "62b4f584-69de-420c-b6ac-6db1dded9d97" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:62b4f584-69de-420c-b6ac-6db1dded9d97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "522" ], - "x-ms-client-request-id": [ "48258fef-acbf-4195-bb93-afc8e1147310" ], + "x-ms-unique-id": [ "582" ], + "x-ms-client-request-id": [ "2c28b665-8aea-453c-8497-3c9a1f655203" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3554,15 +3554,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6cc12568-df4b-41d5-a61b-a29183ea42de" ], + "x-ms-request-id": [ "f1c8deca-5095-413d-81fe-085d5bf0c036" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], - "x-ms-correlation-request-id": [ "d496f497-7be3-41d8-a2c3-0308ee26451b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005224Z:d496f497-7be3-41d8-a2c3-0308ee26451b" ], + "x-ms-correlation-request-id": [ "24872630-67a3-4d8c-b0a4-079132bcc571" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004407Z:24872630-67a3-4d8c-b0a4-079132bcc571" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -3571,14 +3571,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "523" ], - "x-ms-client-request-id": [ "4ae09b71-09c5-4024-8da0-180e8e3d8acd" ], + "x-ms-unique-id": [ "583" ], + "x-ms-client-request-id": [ "f8413782-0e84-4fd4-99bb-ab75242c3f03" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3593,34 +3593,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C4628DB5\"" ], + "ETag": [ "\"1D643773E346A40\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c0e4f95e-300f-45e5-847f-852f24883d4a" ], + "x-ms-request-id": [ "00807df3-59d7-4ccb-82d5-1d598745a7ef" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11680" ], - "x-ms-correlation-request-id": [ "d2819872-b3ac-4304-ae70-5b9f95c8b43a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005225Z:d2819872-b3ac-4304-ae70-5b9f95c8b43a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11644" ], + "x-ms-correlation-request-id": [ "0a2b4254-eb3f-4ef9-beb4-d3375032a75b" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:0a2b4254-eb3f-4ef9-beb4-d3375032a75b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:24 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3670" ], + "Content-Length": [ "5415" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-x86q7m\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Premium-ityqcv-CentralUSwebspace/sites/Functions-Node-10-x86q7m\",\"repositorySiteName\":\"Functions-Node-10-x86q7m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-x86q7m.azurewebsites.net\",\"functions-node-10-x86q7m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-x86q7m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-x86q7m.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-qr0pk3\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:24.7633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Node-10-x86q7m\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-x86q7m\\\\$Functions-Node-10-x86q7m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-ityqcv\",\"defaultHostName\":\"functions-node-10-x86q7m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-10-3eq4rm\",\"state\":\"Running\",\"hostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-165.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Premium-dk83nx-CentralUSwebspace/sites/Functions-Node-10-3eq4rm\",\"repositorySiteName\":\"Functions-Node-10-3eq4rm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-node-10-3eq4rm.azurewebsites.net\",\"functions-node-10-3eq4rm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"NODE|10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-10-3eq4rm.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-hlqm6e\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:07.78\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Node-10-3eq4rm\",\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.9\",\"possibleInboundIpAddresses\":\"13.89.172.9\",\"ftpUsername\":\"Functions-Node-10-3eq4rm\\\\$Functions-Node-10-3eq4rm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-165.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"possibleOutboundIpAddresses\":\"13.89.172.9,40.122.128.108,13.67.228.39,13.67.190.51,52.165.186.118,52.165.222.230,23.101.120.30,52.173.207.58,23.99.176.208,52.165.217.193\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-165\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-dk83nx\",\"defaultHostName\":\"functions-node-10-3eq4rm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "524" ], - "x-ms-client-request-id": [ "04ec6e19-4e0c-482a-89d1-643e9b763ec2" ], + "x-ms-unique-id": [ "584" ], + "x-ms-client-request-id": [ "dc67509d-d995-4ec9-9b7f-8c6478dc8a37" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3636,32 +3636,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "03466c1f-c523-41c8-be58-3fd43b872a86" ], + "x-ms-request-id": [ "1038c8cf-3cf9-40f1-965f-0b4e11b64469" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11930" ], - "x-ms-correlation-request-id": [ "d0c1130f-c4ad-4989-a5c7-60d4c654b589" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005225Z:d0c1130f-c4ad-4989-a5c7-60d4c654b589" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11922" ], + "x-ms-correlation-request-id": [ "3fa38b9f-b8ac-46e6-9ff4-97fac60bb668" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:3fa38b9f-b8ac-46e6-9ff4-97fac60bb668" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1116" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-x86q7m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"930b7b79-68c1-429b-abb5-4ba110117f33\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"node\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"WEBSITE_CONTENTSHARE\":\"functions-node-10-3eq4rm\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c65a2640-8195-4a6a-9240-7fbb5687b11e\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-x86q7m\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Node-10-3eq4rm\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "525" ], - "x-ms-client-request-id": [ "c5b91684-4773-4b57-85e6-f302fed9fd1a" ], + "x-ms-unique-id": [ "585" ], + "x-ms-client-request-id": [ "055bfa4c-92f1-4ce0-ad50-5de85cc250b2" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3677,32 +3677,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e54679bb-9ed8-43c4-9bd9-700f1c85ded1" ], + "x-ms-request-id": [ "f318dde8-38f1-42d1-8de7-988560f82068" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11679" ], - "x-ms-correlation-request-id": [ "1306734f-46f5-4f9a-8c9b-49a4e70904e0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005225Z:1306734f-46f5-4f9a-8c9b-49a4e70904e0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11643" ], + "x-ms-correlation-request-id": [ "63bbf9bc-f311-46ca-b0df-282cf8f8444f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:63bbf9bc-f311-46ca-b0df-282cf8f8444f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3273" ], + "Content-Length": [ "3305" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Premium-ityqcv/providers/Microsoft.Web/sites/Functions-Node-10-x86q7m/config/web\",\"name\":\"Functions-Node-10-x86q7m\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-x86q7m\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Premium-dk83nx/providers/Microsoft.Web/sites/Functions-Node-10-3eq4rm/config/web\",\"name\":\"Functions-Node-10-3eq4rm\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"NODE|10\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Node-10-3eq4rm\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":1,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "526" ], - "x-ms-client-request-id": [ "78e29c82-511b-4834-a26d-ab3194618a17" ], + "x-ms-unique-id": [ "586" ], + "x-ms-client-request-id": [ "dbd7d8a1-1719-4bd5-b55d-0f106751669a" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3717,34 +3717,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0B9FA5E75\"" ], + "ETag": [ "\"1D643773436888B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9bb0b6d5-2db3-4450-83ee-4f2f4c147781" ], + "x-ms-request-id": [ "1f9ee5d3-ca9e-48e0-9774-7f9eade412ea" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11678" ], - "x-ms-correlation-request-id": [ "ef66646b-6ace-45fc-802a-631eb82d5b3b" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005225Z:ef66646b-6ace-45fc-802a-631eb82d5b3b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11642" ], + "x-ms-correlation-request-id": [ "da9db155-8ea5-4833-9109-a0f57dc6312e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004408Z:da9db155-8ea5-4833-9109-a0f57dc6312e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5353" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:07.3033333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:51.0166667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "527" ], - "x-ms-client-request-id": [ "eb0c5318-cffd-4423-a8f1-4c156dfe9e6c" ], + "x-ms-unique-id": [ "587" ], + "x-ms-client-request-id": [ "03ecaebf-4cba-407e-a503-7a6d9c725821" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3760,32 +3760,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9cfc52ef-6b5e-4747-9b78-d66185ce75bb" ], + "x-ms-request-id": [ "7291549e-d7da-4eb1-a880-7a5f3ea1d40d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11929" ], - "x-ms-correlation-request-id": [ "72969f21-0d95-4a18-ba8a-d9005ce761f6" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005225Z:72969f21-0d95-4a18-ba8a-d9005ce761f6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11921" ], + "x-ms-correlation-request-id": [ "f27875ff-857a-4657-ad1f-34b8e96eaa77" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004409Z:f27875ff-857a-4657-ad1f-34b8e96eaa77" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:25 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "528" ], - "x-ms-client-request-id": [ "dae03515-5781-4afc-9159-48fa057f9870" ], + "x-ms-unique-id": [ "588" ], + "x-ms-client-request-id": [ "839300ee-e48b-4406-8bff-a10877f6e986" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3801,32 +3801,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "50831e33-0623-4b97-8773-5fd996af7a02" ], + "x-ms-request-id": [ "79fbc091-790e-43a8-96e3-bea5253bafae" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11677" ], - "x-ms-correlation-request-id": [ "51c49f06-9db4-4478-9942-e2a11826ea81" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005226Z:51c49f06-9db4-4478-9942-e2a11826ea81" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11641" ], + "x-ms-correlation-request-id": [ "b65bc8c8-9343-4e1d-bfb3-64bf2b1ec17d" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004409Z:b65bc8c8-9343-4e1d-bfb3-64bf2b1ec17d" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:26 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "529" ], - "x-ms-client-request-id": [ "41eda920-8ba7-4993-83d1-2074dc02ad37" ], + "x-ms-unique-id": [ "589" ], + "x-ms-client-request-id": [ "d8a0fc0e-c3fe-44cf-b827-2382d9156067" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3842,15 +3842,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0096e9f8-8f84-408a-95c1-f7138d6522a5" ], + "x-ms-request-id": [ "597035a4-90d1-4312-8211-0e102d30ab80" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], - "x-ms-correlation-request-id": [ "20b2ee69-7ae3-49b3-9646-3f36725ef937" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005227Z:20b2ee69-7ae3-49b3-9646-3f36725ef937" ], + "x-ms-correlation-request-id": [ "ee0f5901-01eb-4d12-bcb3-1706c75cb50c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004410Z:ee0f5901-01eb-4d12-bcb3-1706c75cb50c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:09 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -3859,14 +3859,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "530" ], - "x-ms-client-request-id": [ "da68263c-4aec-4ad8-9e62-7a30ce3c392e" ], + "x-ms-unique-id": [ "590" ], + "x-ms-client-request-id": [ "30207b15-2d0b-4229-bd7b-60b32ffc219e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3881,34 +3881,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C53CC115\"" ], + "ETag": [ "\"1D643773F36CC15\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c32ad533-dea6-406b-9aee-b2cee44cd429" ], + "x-ms-request-id": [ "f1dd90e8-16ac-416b-9fe6-4fc0fb6c92bf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11676" ], - "x-ms-correlation-request-id": [ "d0a64862-08a4-4246-82f1-2c8d35d7f111" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005227Z:d0a64862-08a4-4246-82f1-2c8d35d7f111" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11640" ], + "x-ms-correlation-request-id": [ "32001b7a-ae1d-4d01-a382-f4035153c7d2" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004410Z:32001b7a-ae1d-4d01-a382-f4035153c7d2" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5353" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:26.1933333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:09.4733333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "531" ], - "x-ms-client-request-id": [ "6fd22841-867f-4660-a23f-7facc0ab7a96" ], + "x-ms-unique-id": [ "591" ], + "x-ms-client-request-id": [ "668e5841-d1e0-49e9-97e6-d4e73f052c19" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3924,32 +3924,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "9b17b172-444a-4a88-a65a-3bf486601a2a" ], + "x-ms-request-id": [ "3e6b8ded-584c-467f-acf3-250e2a0d1b81" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11928" ], - "x-ms-correlation-request-id": [ "250a93c3-23f5-4172-816a-50ecfd4786ea" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005227Z:250a93c3-23f5-4172-816a-50ecfd4786ea" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11920" ], + "x-ms-correlation-request-id": [ "045a9c5a-4f62-4054-9fff-dcf2617d0d7e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004410Z:045a9c5a-4f62-4054-9fff-dcf2617d0d7e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "532" ], - "x-ms-client-request-id": [ "bd2c7fe8-3044-4990-991f-f4f8fcc09a30" ], + "x-ms-unique-id": [ "592" ], + "x-ms-client-request-id": [ "0365a33f-e840-4e9d-8546-754e999b71b8" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3965,32 +3965,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b56c46ae-4d5f-4965-8cbf-4eee20bcf1db" ], + "x-ms-request-id": [ "bd269179-032c-4c0f-8c5b-6fbe7500469c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11675" ], - "x-ms-correlation-request-id": [ "86be248a-52b1-4e03-8c9d-133d881302b7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005227Z:86be248a-52b1-4e03-8c9d-133d881302b7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11639" ], + "x-ms-correlation-request-id": [ "5e198cd7-cd2d-4359-bfdb-feac3593c1c9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:5e198cd7-cd2d-4359-bfdb-feac3593c1c9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:27 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "533" ], - "x-ms-client-request-id": [ "95ff8ec4-1165-4150-b1f2-f912d1ce9791" ], + "x-ms-unique-id": [ "593" ], + "x-ms-client-request-id": [ "d4787dfc-1776-469b-a015-438436775ca1" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4005,34 +4005,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C53CC115\"" ], + "ETag": [ "\"1D643773F36CC15\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ca6185b1-d0a1-4f89-a058-45caf15c3017" ], + "x-ms-request-id": [ "b81ad7d4-abbd-4630-9b3d-40752cc05471" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11674" ], - "x-ms-correlation-request-id": [ "af2886a7-8f55-4c5d-a9ef-957a6f17dc6c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005228Z:af2886a7-8f55-4c5d-a9ef-957a6f17dc6c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11638" ], + "x-ms-correlation-request-id": [ "05c0bd5e-c183-4495-9515-c5416401a64c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:05c0bd5e-c183-4495-9515-c5416401a64c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:28 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5353" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:26.1933333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:09.4733333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "534" ], - "x-ms-client-request-id": [ "37e12da1-8a99-4b11-8385-0ba9acc9dee5" ], + "x-ms-unique-id": [ "594" ], + "x-ms-client-request-id": [ "9a6d2497-a2cf-4361-882a-4da8e41e8694" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4048,32 +4048,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5fdf9fea-7e5d-4c95-b32a-7989fe8ae2ba" ], + "x-ms-request-id": [ "f2c084a5-ee58-4885-8a72-e92a57e029b9" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11927" ], - "x-ms-correlation-request-id": [ "4bdd48f3-b554-4861-9f7d-901c4908f403" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005228Z:4bdd48f3-b554-4861-9f7d-901c4908f403" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11919" ], + "x-ms-correlation-request-id": [ "d5824f75-a7fe-471c-84d0-a0b349a0fc3c" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:d5824f75-a7fe-471c-84d0-a0b349a0fc3c" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:28 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "535" ], - "x-ms-client-request-id": [ "5ab42c89-2f7e-4359-a963-074e3f6d867e" ], + "x-ms-unique-id": [ "595" ], + "x-ms-client-request-id": [ "b7fab8ec-dd6f-4f77-aeda-e678178ebdaa" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4089,32 +4089,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4f9dc388-cf89-406f-b92f-833629d5bdea" ], + "x-ms-request-id": [ "5271a7d3-e72c-4290-b8ba-6ad2e0ea488d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11673" ], - "x-ms-correlation-request-id": [ "37795e93-531c-46d5-8a81-cc79b1452cf4" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005228Z:37795e93-531c-46d5-8a81-cc79b1452cf4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11637" ], + "x-ms-correlation-request-id": [ "902d1a3e-cf82-497b-996d-4ef9ca708a02" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004411Z:902d1a3e-cf82-497b-996d-4ef9ca708a02" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:28 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "536" ], - "x-ms-client-request-id": [ "4ff2f0c7-81c6-46a6-a27e-15b2d4841ad2" ], + "x-ms-unique-id": [ "596" ], + "x-ms-client-request-id": [ "50ee063d-58c6-4ce0-a46f-34ade76ed7e7" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4130,15 +4130,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "548dde79-353e-45cf-8ec4-5d7a863aa11c" ], + "x-ms-request-id": [ "f40688c0-9356-4602-bffd-992769edc63d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], - "x-ms-correlation-request-id": [ "c8098a36-8eb4-42b5-a68d-895333f0e232" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005230Z:c8098a36-8eb4-42b5-a68d-895333f0e232" ], + "x-ms-correlation-request-id": [ "e5aa8d5b-1dc9-4780-bacf-97da93f107e1" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004413Z:e5aa8d5b-1dc9-4780-bacf-97da93f107e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:12 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -4147,14 +4147,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "537" ], - "x-ms-client-request-id": [ "2756f0fe-31e2-4c73-a72c-315a399eabdb" ], + "x-ms-unique-id": [ "597" ], + "x-ms-client-request-id": [ "c3b97940-58ed-495a-a89f-db45bbe7e42e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4169,34 +4169,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C6F846C0\"" ], + "ETag": [ "\"1D6437740BF74EB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0396ec21-2dd2-451e-860a-2b26957fca47" ], + "x-ms-request-id": [ "162c9522-68bd-437f-9ad4-8a197bec1693" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11672" ], - "x-ms-correlation-request-id": [ "67c1dd7b-4c9f-469e-91cc-870089199791" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005230Z:67c1dd7b-4c9f-469e-91cc-870089199791" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11636" ], + "x-ms-correlation-request-id": [ "e2db8eb7-9199-4c13-8836-dad0f0c2a4f6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004413Z:e2db8eb7-9199-4c13-8836-dad0f0c2a4f6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5347" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:29.1\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:12.0466667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "538" ], - "x-ms-client-request-id": [ "17a5f204-dd21-41fb-9c6e-e9cba4a8c24e" ], + "x-ms-unique-id": [ "598" ], + "x-ms-client-request-id": [ "abec8b7d-7bbf-46fb-aaec-817560fd244e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4212,32 +4212,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ab96e3d5-056e-4c23-a6f4-7b56cefc9c2a" ], + "x-ms-request-id": [ "716f5ec8-6f7c-44c9-8b2d-b633deea9769" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11926" ], - "x-ms-correlation-request-id": [ "7da4d239-b4af-4d76-9551-8d168c689b6f" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005230Z:7da4d239-b4af-4d76-9551-8d168c689b6f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11918" ], + "x-ms-correlation-request-id": [ "d81bcaef-a4c5-4116-ac38-1d8f60929702" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004413Z:d81bcaef-a4c5-4116-ac38-1d8f60929702" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "539" ], - "x-ms-client-request-id": [ "b704bc7e-9814-492c-800f-9c7d1d598973" ], + "x-ms-unique-id": [ "599" ], + "x-ms-client-request-id": [ "1e75b0e1-5a8d-492a-aca2-139d5bac7a03" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4253,32 +4253,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "86140d64-751f-4183-a185-24f100d42b08" ], + "x-ms-request-id": [ "478b10e6-8ace-4776-8a9f-6fdb34aff860" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11671" ], - "x-ms-correlation-request-id": [ "98a1f15d-d77b-4095-b930-c22a1d829902" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005230Z:98a1f15d-d77b-4095-b930-c22a1d829902" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11635" ], + "x-ms-correlation-request-id": [ "642623b4-a514-4ad7-a4f4-e3612eb1f137" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:642623b4-a514-4ad7-a4f4-e3612eb1f137" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:30 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "540" ], - "x-ms-client-request-id": [ "643cf935-eb1d-47ed-8fc9-f3ff5a6defcf" ], + "x-ms-unique-id": [ "600" ], + "x-ms-client-request-id": [ "b4b491a8-16a6-4ade-80ed-64bb07a7f63e" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4293,34 +4293,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C6F846C0\"" ], + "ETag": [ "\"1D6437740BF74EB\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "10f7eba2-4ad8-4fdd-9d65-299b069a1c55" ], + "x-ms-request-id": [ "8dcd9fec-d6d2-4cf4-aa05-44a023ca08fa" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11670" ], - "x-ms-correlation-request-id": [ "b2ce904a-c0af-4be5-bfbf-b4f32df7bb91" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005231Z:b2ce904a-c0af-4be5-bfbf-b4f32df7bb91" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11634" ], + "x-ms-correlation-request-id": [ "83738277-4201-48c7-88ea-6a0b3bfa14e9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:83738277-4201-48c7-88ea-6a0b3bfa14e9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5347" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:29.1\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Stopped\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:12.0466667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "541" ], - "x-ms-client-request-id": [ "75e8d5fd-df1e-4879-bf32-440337ea2d31" ], + "x-ms-unique-id": [ "601" ], + "x-ms-client-request-id": [ "f60c4eef-db0e-48db-b26d-8f41a201b726" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4336,32 +4336,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4fcc85f1-10f8-40df-8eba-bc6d308b8347" ], + "x-ms-request-id": [ "39dfb280-f3db-4642-9fa5-56ad37fd3dc6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11925" ], - "x-ms-correlation-request-id": [ "50f011cd-3a8c-4937-b0b1-5cecfc906158" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005231Z:50f011cd-3a8c-4937-b0b1-5cecfc906158" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11917" ], + "x-ms-correlation-request-id": [ "6da3e0a0-f1aa-4d9f-a59f-0f61d7722659" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:6da3e0a0-f1aa-4d9f-a59f-0f61d7722659" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "542" ], - "x-ms-client-request-id": [ "f94fab4d-c5ec-49cf-9970-ae39094b5fde" ], + "x-ms-unique-id": [ "602" ], + "x-ms-client-request-id": [ "b6e9de53-247c-4d10-bab6-23fc9a2f3f51" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4377,32 +4377,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ec833fe1-a569-4b06-a27d-4cbc8077e08d" ], + "x-ms-request-id": [ "c76520cf-e609-484a-bff3-22dae9fd87f6" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11669" ], - "x-ms-correlation-request-id": [ "9d29d2bf-fa65-4b08-9f7d-f47f8be3804c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005231Z:9d29d2bf-fa65-4b08-9f7d-f47f8be3804c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11633" ], + "x-ms-correlation-request-id": [ "33bf04f8-9203-4f1c-bb2c-40364e715df3" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004414Z:33bf04f8-9203-4f1c-bb2c-40364e715df3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:31 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "543" ], - "x-ms-client-request-id": [ "d6acd46a-6a41-4daa-a076-4320544d7c9b" ], + "x-ms-unique-id": [ "603" ], + "x-ms-client-request-id": [ "ed0fb9a9-0521-4f0f-9b3c-98a5bed2f0ac" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4418,15 +4418,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6a38a439-e21e-4324-842a-9815cb5d8694" ], + "x-ms-request-id": [ "634141a1-a0d2-4d8f-ad59-6f841d9f71d3" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], - "x-ms-correlation-request-id": [ "0afd8ead-8bc7-4cf6-aa7c-3b8c286cbab5" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005232Z:0afd8ead-8bc7-4cf6-aa7c-3b8c286cbab5" ], + "x-ms-correlation-request-id": [ "d99a3a67-a416-41d8-8756-9e4c64007eb9" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:d99a3a67-a416-41d8-8756-9e4c64007eb9" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -4435,14 +4435,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "544" ], - "x-ms-client-request-id": [ "961366dc-bbf0-4dbe-91ea-db2dcd898878" ], + "x-ms-unique-id": [ "604" ], + "x-ms-client-request-id": [ "1499752d-f6b2-4e8f-9603-80e1f29b1d78" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4457,34 +4457,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0C8870A15\"" ], + "ETag": [ "\"1D6437742811515\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "c5a66425-d986-431d-8777-eac910050a77" ], + "x-ms-request-id": [ "63568f53-19eb-42b7-8619-5eaf33e7b65d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11668" ], - "x-ms-correlation-request-id": [ "fe2469f5-87f0-4f79-bee9-46ddc4085978" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005232Z:fe2469f5-87f0-4f79-bee9-46ddc4085978" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11632" ], + "x-ms-correlation-request-id": [ "87b44cfd-f74d-4bdf-bb88-e6f1b985c9b6" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:87b44cfd-f74d-4bdf-bb88-e6f1b985c9b6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:32 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "5353" ], + "Content-Length": [ "5392" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-nc2tx1\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-127.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Windows-Consumption-zh1tju-CentralUSwebspace/sites/Functions-DoNet-3-nc2tx1\",\"repositorySiteName\":\"Functions-DoNet-3-nc2tx1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-nc2tx1.azurewebsites.net\",\"functions-donet-3-nc2tx1.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-nc2tx1.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:31.7133333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null},\"deploymentId\":\"Functions-DoNet-3-nc2tx1\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"23.101.119.163\",\"possibleInboundIpAddresses\":\"23.101.119.163\",\"ftpUsername\":\"Functions-DoNet-3-nc2tx1\\\\$Functions-DoNet-3-nc2tx1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-127.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42\",\"possibleOutboundIpAddresses\":\"23.101.119.163,23.99.204.128,23.99.211.242,23.99.205.25,23.99.212.42,23.99.210.227,23.99.202.156,23.99.204.198\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-127\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-zh1tju\",\"defaultHostName\":\"functions-donet-3-nc2tx1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DoNet-3-xci1dk\",\"state\":\"Running\",\"hostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-141.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Windows-Consumption-d58nfl-CentralUSwebspace/sites/Functions-DoNet-3-xci1dk\",\"repositorySiteName\":\"Functions-DoNet-3-xci1dk\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-donet-3-xci1dk.azurewebsites.net\",\"functions-donet-3-xci1dk.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-donet-3-xci1dk.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:14.9933333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-DoNet-3-xci1dk\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp\",\"inboundIpAddress\":\"40.122.65.162\",\"possibleInboundIpAddresses\":\"40.122.65.162\",\"ftpUsername\":\"Functions-DoNet-3-xci1dk\\\\$Functions-DoNet-3-xci1dk\",\"ftpsHostName\":\"ftps://waws-prod-dm1-141.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176\",\"possibleOutboundIpAddresses\":\"40.122.65.162,52.165.224.141,13.89.191.154,52.165.227.187,52.165.231.176,40.113.195.102,13.89.184.19,52.165.224.153\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-141\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-d58nfl\",\"defaultHostName\":\"functions-donet-3-xci1dk.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "545" ], - "x-ms-client-request-id": [ "971ed589-eab6-4447-a6c6-9bf4b9fe0481" ], + "x-ms-unique-id": [ "605" ], + "x-ms-client-request-id": [ "fce1ecb2-e54a-4711-beb2-40f765044989" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4500,32 +4500,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b8350acf-49bd-413f-b221-cc9679c6d8ee" ], + "x-ms-request-id": [ "59d51dfd-4333-4355-be5d-ac339cc26e76" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11924" ], - "x-ms-correlation-request-id": [ "a6ba5068-60c8-46df-9a51-7e0736aa98f2" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005233Z:a6ba5068-60c8-46df-9a51-7e0736aa98f2" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11916" ], + "x-ms-correlation-request-id": [ "c0f6f9c1-d960-4883-be90-8d0cf1188a97" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:c0f6f9c1-d960-4883-be90-8d0cf1188a97" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1110" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage4aw;AccountKey=45WelISI0DUfJKVq+s9sw0i7apmzV3Ngc2jgn+l/UdsqV4HQP0u9hEuJrRWPXcI8HEbxmteB72RARJo1j/++3A==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-nc2tx1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5ee725b7-9c33-4f52-a0f3-83a4ff737d7d\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITE_NODE_DEFAULT_VERSION\":\"~12\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstoragegei;AccountKey=1epS79i0uz6MiTy3Bcgn73ubodcdhygcFbZhAZzhcG986Bc9vweVD6PWCFQVgDv9KgIweOzs8FPnKPbGnHs/4Q==\",\"WEBSITE_CONTENTSHARE\":\"functions-donet-3-xci1dk\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acbf63e9-f6ec-45de-9a2b-002c392a521c\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-nc2tx1\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-DoNet-3-xci1dk\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "546" ], - "x-ms-client-request-id": [ "bb59b851-e25a-4594-8294-90237c131f9f" ], + "x-ms-unique-id": [ "606" ], + "x-ms-client-request-id": [ "bc1c4946-1c2e-4ec9-91fe-db397cc4ec6a" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4541,32 +4541,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6e26e4b5-b246-423f-9ebe-f28ac72fe841" ], + "x-ms-request-id": [ "48cbcf21-f236-4ce3-924c-b19190958afb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11667" ], - "x-ms-correlation-request-id": [ "087b853c-3bcc-4c98-8923-9b1c66d02c93" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005233Z:087b853c-3bcc-4c98-8923-9b1c66d02c93" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11631" ], + "x-ms-correlation-request-id": [ "3dec192c-436d-4c35-8e33-2fc6e676de36" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004416Z:3dec192c-436d-4c35-8e33-2fc6e676de36" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3275" ], + "Content-Length": [ "3307" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Consumption-zh1tju/providers/Microsoft.Web/sites/Functions-DoNet-3-nc2tx1/config/web\",\"name\":\"Functions-DoNet-3-nc2tx1\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-nc2tx1\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Consumption-d58nfl/providers/Microsoft.Web/sites/Functions-DoNet-3-xci1dk/config/web\",\"name\":\"Functions-DoNet-3-xci1dk\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"5.6\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-DoNet-3-xci1dk\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+1": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "547" ], - "x-ms-client-request-id": [ "045a73f4-0e5e-4cfd-9409-0b918bd6bb27" ], + "x-ms-unique-id": [ "607" ], + "x-ms-client-request-id": [ "54d10d22-3a86-41cd-b464-ac77fa7aa447" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4581,34 +4581,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BC4A68F5\"" ], + "ETag": [ "\"1D643773655BF0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2fc42f9f-c1d4-43fa-bdb4-69117c251302" ], + "x-ms-request-id": [ "f50d162b-ffad-49aa-9d28-96829c168bd5" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11666" ], - "x-ms-correlation-request-id": [ "4680fc30-a689-4a13-94b9-3413bc67e312" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005233Z:4680fc30-a689-4a13-94b9-3413bc67e312" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11630" ], + "x-ms-correlation-request-id": [ "c9f3af81-e43c-4740-940e-5de38dc555ad" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:c9f3af81-e43c-4740-940e-5de38dc555ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:11.1833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+2": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "548" ], - "x-ms-client-request-id": [ "3cca592b-92fd-4689-8f78-76f009a40bba" ], + "x-ms-unique-id": [ "608" ], + "x-ms-client-request-id": [ "0b585e0d-a9cb-4769-9c64-25cdb2ed7253" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4624,32 +4624,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2ac7f2e3-2802-4c1b-8ddd-63275c2081c9" ], + "x-ms-request-id": [ "28f36bd7-7cc5-4efe-bf61-1562c23cfa4c" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11923" ], - "x-ms-correlation-request-id": [ "2228354a-733c-4f35-b7cf-1d4e97d7cdc9" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005234Z:2228354a-733c-4f35-b7cf-1d4e97d7cdc9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11915" ], + "x-ms-correlation-request-id": [ "006b864f-770f-4706-b4e7-38885b08d742" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:006b864f-770f-4706-b4e7-38885b08d742" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:33 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+3": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "549" ], - "x-ms-client-request-id": [ "50110932-3d49-4608-b2a8-c2fd7ed9e18d" ], + "x-ms-unique-id": [ "609" ], + "x-ms-client-request-id": [ "cbf2ba20-44f7-44ce-b30b-84beeb3321cb" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4665,32 +4665,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b283d9aa-87a1-4a5f-8dab-5ec589ecfa7f" ], + "x-ms-request-id": [ "d1e43aa8-52e0-4cc1-ba03-aa0bb528e456" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11665" ], - "x-ms-correlation-request-id": [ "274aefdb-3838-4bf1-a6e1-3018bf7a899c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005234Z:274aefdb-3838-4bf1-a6e1-3018bf7a899c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11629" ], + "x-ms-correlation-request-id": [ "4c32ae8d-b71c-4b61-9b54-7b4ba42bd574" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:4c32ae8d-b71c-4b61-9b54-7b4ba42bd574" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/restart?api-version=2019-08-01+4": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/restart?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/restart?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "550" ], - "x-ms-client-request-id": [ "1a6ae1f7-7d84-4d87-8f82-b60629089649" ], + "x-ms-unique-id": [ "610" ], + "x-ms-client-request-id": [ "3283fced-d218-4217-b999-7d54670855f6" ], "CommandName": [ "Az.Functions.internal\\Restart-AzFunctionApp" ], "FullCommandName": [ "Restart-AzFunctionApp_RestartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4706,15 +4706,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "ab4c2ccb-bbb1-4cc6-bf12-4c7af1efffcf" ], + "x-ms-request-id": [ "134d54b3-ff14-4571-99db-b96da91cdc01" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1178" ], - "x-ms-correlation-request-id": [ "597e842b-205c-4153-bf47-b5d57d6f0660" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005234Z:597e842b-205c-4153-bf47-b5d57d6f0660" ], + "x-ms-correlation-request-id": [ "253431e4-2a49-493d-bd7a-415bc00eb62e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004417Z:253431e4-2a49-493d-bd7a-415bc00eb62e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:16 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -4723,14 +4723,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+5": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "551" ], - "x-ms-client-request-id": [ "336be75c-e5f3-485c-b226-4dd7cae53eed" ], + "x-ms-unique-id": [ "611" ], + "x-ms-client-request-id": [ "a7b6977c-f843-4ed0-8ad1-5c0f43144b37" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4745,34 +4745,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BC4A68F5\"" ], + "ETag": [ "\"1D643773655BF0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4e409c32-c8c5-4f9b-876c-43a428e4da05" ], + "x-ms-request-id": [ "ecde4b69-4ac4-4783-9ab9-f0d7894aa87a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11664" ], - "x-ms-correlation-request-id": [ "d29412c4-d18e-4cd3-b4ef-4b99267bd171" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005234Z:d29412c4-d18e-4cd3-b4ef-4b99267bd171" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11628" ], + "x-ms-correlation-request-id": [ "7ea6b5b7-703b-49df-8101-c31d2fdae3ad" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:7ea6b5b7-703b-49df-8101-c31d2fdae3ad" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:11.1833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+6": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+6": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "552" ], - "x-ms-client-request-id": [ "05b72109-4669-4db2-828c-708ac6ff237f" ], + "x-ms-unique-id": [ "612" ], + "x-ms-client-request-id": [ "61a50993-eb9f-4a7b-83e8-81ed82fd633f" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4788,32 +4788,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "97c20ca1-97ae-45e3-80d9-94133cebeff4" ], + "x-ms-request-id": [ "5f008de6-386d-4c41-9577-27b6818f906a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11922" ], - "x-ms-correlation-request-id": [ "2bac4416-763c-468f-a3cd-b857069b6562" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005234Z:2bac4416-763c-468f-a3cd-b857069b6562" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11914" ], + "x-ms-correlation-request-id": [ "8bf68466-fe32-4d59-aaca-72919276e954" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:8bf68466-fe32-4d59-aaca-72919276e954" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+7": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "553" ], - "x-ms-client-request-id": [ "f115a9c4-b45c-47df-ba98-e7b3186fff62" ], + "x-ms-unique-id": [ "613" ], + "x-ms-client-request-id": [ "0b659948-5c08-4afd-b3be-996783fcb0ad" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4829,32 +4829,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6cafa4ed-c8ed-4005-b0bd-697f06b5b43c" ], + "x-ms-request-id": [ "ee37bf62-b48b-4068-a60f-c5c0be9faa6b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11663" ], - "x-ms-correlation-request-id": [ "d7b9a328-2549-476d-85c6-7ee226daadd1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005235Z:d7b9a328-2549-476d-85c6-7ee226daadd1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11627" ], + "x-ms-correlation-request-id": [ "ebadf3d1-bb3d-445a-a7e1-f3b34781e740" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:ebadf3d1-bb3d-445a-a7e1-f3b34781e740" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:34 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+8": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "554" ], - "x-ms-client-request-id": [ "91e64434-1818-4a50-8b8e-c1cd71368998" ], + "x-ms-unique-id": [ "614" ], + "x-ms-client-request-id": [ "b928b418-9806-4862-bb68-6416bbe950fb" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4869,34 +4869,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0BC4A68F5\"" ], + "ETag": [ "\"1D643773655BF0B\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "6d957b4c-571f-4ee8-809f-99e7101405b0" ], + "x-ms-request-id": [ "831f5c04-53e3-4f7f-957a-a56d5c26261a" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11662" ], - "x-ms-correlation-request-id": [ "3434ace7-2ac4-48ff-8ace-60cc96a0add7" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005235Z:3434ace7-2ac4-48ff-8ace-60cc96a0add7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11626" ], + "x-ms-correlation-request-id": [ "443112b2-385e-4d0d-a449-fc1e5563a85f" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:443112b2-385e-4d0d-a449-fc1e5563a85f" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:35 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:11.1833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:43:54.5766667\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+9": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+9": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "555" ], - "x-ms-client-request-id": [ "cfeb455b-c5f6-44c7-ada9-9252d14ca5c7" ], + "x-ms-unique-id": [ "615" ], + "x-ms-client-request-id": [ "0a1d262a-84a9-4bd4-86b7-7c25d8d2908e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4912,32 +4912,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "d550b1e3-f476-4e20-b515-3537915b99cf" ], + "x-ms-request-id": [ "df8bf7e1-ba4c-4eaf-896e-0f19b9b26fc1" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11921" ], - "x-ms-correlation-request-id": [ "409afbdb-8c5f-49b8-9ebe-99ab28920fbb" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005235Z:409afbdb-8c5f-49b8-9ebe-99ab28920fbb" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11913" ], + "x-ms-correlation-request-id": [ "a7fa74ec-963d-4f7b-8748-0edd77c9fa4e" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004418Z:a7fa74ec-963d-4f7b-8748-0edd77c9fa4e" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:35 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+10": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "556" ], - "x-ms-client-request-id": [ "bfbd08fc-5640-4118-a0b6-2d841ee53901" ], + "x-ms-unique-id": [ "616" ], + "x-ms-client-request-id": [ "c6d6c7b4-78ef-44fc-abd0-4e5411c7e364" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4953,32 +4953,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b143e153-3eb5-44e1-a080-b3c4c86d9bf6" ], + "x-ms-request-id": [ "97474575-a4fe-4c44-8c91-e4d0472aea53" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11661" ], - "x-ms-correlation-request-id": [ "4eeff096-b0bf-45e8-a964-7d6218e11ffa" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005235Z:4eeff096-b0bf-45e8-a964-7d6218e11ffa" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11625" ], + "x-ms-correlation-request-id": [ "ca468321-15da-446f-84b2-2bc2d4269f92" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:ca468321-15da-446f-84b2-2bc2d4269f92" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:35 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/stop?api-version=2019-08-01+11": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01+11": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/stop?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/stop?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "557" ], - "x-ms-client-request-id": [ "1e708a95-49dc-4611-b1a8-9e76afebeab2" ], + "x-ms-unique-id": [ "617" ], + "x-ms-client-request-id": [ "6b2b153e-1ea2-4b33-8110-27485801e1b9" ], "CommandName": [ "Az.Functions.internal\\Stop-AzFunctionApp" ], "FullCommandName": [ "Stop-AzFunctionApp_StopViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4994,15 +4994,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "a2817e79-3cfe-4fc2-89f3-33c1322b084b" ], + "x-ms-request-id": [ "8f3a230f-f0dd-45ac-87ae-58bfdaa69513" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1177" ], - "x-ms-correlation-request-id": [ "bb781167-e2af-427d-954b-188951d9e12a" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005235Z:bb781167-e2af-427d-954b-188951d9e12a" ], + "x-ms-correlation-request-id": [ "d8363354-408b-4cf9-8f93-892eb966a752" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:d8363354-408b-4cf9-8f93-892eb966a752" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:35 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5011,14 +5011,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+12": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "558" ], - "x-ms-client-request-id": [ "cad230b9-7f76-45eb-8f99-530eb7997909" ], + "x-ms-unique-id": [ "618" ], + "x-ms-client-request-id": [ "21dbeb58-684b-4868-9115-2ae495330bd6" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5033,34 +5033,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0CB04DB55\"" ], + "ETag": [ "\"1D6437745091280\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "0210ed32-3ce4-4029-8bd2-24e9f6541a2d" ], + "x-ms-request-id": [ "1093b7cd-1fab-4674-9302-7c1d008e9a0b" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11660" ], - "x-ms-correlation-request-id": [ "e7e8c0a0-be0e-4f6f-b836-9e6a6e046789" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005236Z:e7e8c0a0-be0e-4f6f-b836-9e6a6e046789" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11624" ], + "x-ms-correlation-request-id": [ "3c2f8fae-9a30-46b8-bbd3-9e3e59f49502" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:3c2f8fae-9a30-46b8-bbd3-9e3e59f49502" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:36 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5459" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:35.8933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:19.24\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+13": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+13": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "559" ], - "x-ms-client-request-id": [ "e7e35b29-137f-469a-9cec-8a5c96d930d1" ], + "x-ms-unique-id": [ "619" ], + "x-ms-client-request-id": [ "fcebf55b-5e79-487b-b650-a385d62421c2" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5076,32 +5076,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f7601d6a-7f62-442b-a092-3c9f30b14d89" ], + "x-ms-request-id": [ "7e2cde0b-bc66-4f2c-8e0d-f76c8eb91181" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11920" ], - "x-ms-correlation-request-id": [ "95a62d3d-629d-4c1c-91bc-7146e7513bb0" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005236Z:95a62d3d-629d-4c1c-91bc-7146e7513bb0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11912" ], + "x-ms-correlation-request-id": [ "bed00259-0442-4915-8ff0-543fe307ced4" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:bed00259-0442-4915-8ff0-543fe307ced4" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:36 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+14": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "560" ], - "x-ms-client-request-id": [ "03f1a995-f015-4566-9b95-dc56cf4a237d" ], + "x-ms-unique-id": [ "620" ], + "x-ms-client-request-id": [ "44421206-0cd4-48f0-b0af-354607646d30" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5117,32 +5117,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "223576ed-c4ff-42b3-b3c2-b63a9f485162" ], + "x-ms-request-id": [ "9a5e02be-873c-42d7-97dc-4bed01aba4c2" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11659" ], - "x-ms-correlation-request-id": [ "20992fd8-9775-4c8e-94f0-12d835724e37" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005236Z:20992fd8-9775-4c8e-94f0-12d835724e37" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11623" ], + "x-ms-correlation-request-id": [ "ec2d2038-08d7-4b60-a220-f1e833ae21bb" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004419Z:ec2d2038-08d7-4b60-a220-f1e833ae21bb" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:36 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+15": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "561" ], - "x-ms-client-request-id": [ "72a421b0-52c9-43b3-ba53-5b3bc545ef74" ], + "x-ms-unique-id": [ "621" ], + "x-ms-client-request-id": [ "de939640-176a-4dd4-8e7f-72982fb0f090" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5157,34 +5157,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0CB04DB55\"" ], + "ETag": [ "\"1D6437745091280\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "995c27f0-029d-4d5a-8456-885624871862" ], + "x-ms-request-id": [ "877b6d24-88b4-42d5-bbf6-29951082e90e" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11658" ], - "x-ms-correlation-request-id": [ "87de6204-d04f-439f-abf2-28fcbd276a21" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005236Z:87de6204-d04f-439f-abf2-28fcbd276a21" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11622" ], + "x-ms-correlation-request-id": [ "40d81850-1af6-41ea-93bf-b87e5bddbe35" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:40d81850-1af6-41ea-93bf-b87e5bddbe35" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:36 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5459" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:35.8933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Stopped\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:19.24\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+16": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+16": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "562" ], - "x-ms-client-request-id": [ "081c94e9-025f-4b15-a97c-2643b98cafa0" ], + "x-ms-unique-id": [ "622" ], + "x-ms-client-request-id": [ "cbe62de1-af5c-4178-9d01-7f88388cc23e" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5200,32 +5200,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5a1b7bcc-a832-4607-bb6e-5763fbf63318" ], + "x-ms-request-id": [ "f8cc72dd-bbca-421b-86fd-71968a9aa7eb" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11919" ], - "x-ms-correlation-request-id": [ "f1dc4925-878a-49f7-a497-2a9ef9bac6b1" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005237Z:f1dc4925-878a-49f7-a497-2a9ef9bac6b1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11911" ], + "x-ms-correlation-request-id": [ "5cf96a6e-09c1-46b0-b3c1-caf1603566c0" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:5cf96a6e-09c1-46b0-b3c1-caf1603566c0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:37 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+17": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "563" ], - "x-ms-client-request-id": [ "a6d65c08-5060-48d3-813f-73d08f822302" ], + "x-ms-unique-id": [ "623" ], + "x-ms-client-request-id": [ "d32c7847-2ca1-4dc1-b704-56ec03a73a19" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5241,32 +5241,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "4ef7f35a-eb86-476c-9b4e-a6771420146b" ], + "x-ms-request-id": [ "8dbc6959-0cd6-4daf-a48c-7f8cff57caaf" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11657" ], - "x-ms-correlation-request-id": [ "04a71502-1a2a-45b7-ae9b-6f604b166f57" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005237Z:04a71502-1a2a-45b7-ae9b-6f604b166f57" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11621" ], + "x-ms-correlation-request-id": [ "deb117a1-f5d9-43a0-aa8c-ef6894441027" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:deb117a1-f5d9-43a0-aa8c-ef6894441027" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:37 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/start?api-version=2019-08-01+18": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01+18": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/start?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/start?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "564" ], - "x-ms-client-request-id": [ "2df6d233-abfb-4c4d-be6d-7cd1936350ee" ], + "x-ms-unique-id": [ "624" ], + "x-ms-client-request-id": [ "2a02c6a3-d154-41cd-9948-1281e19eebc5" ], "CommandName": [ "Az.Functions.internal\\Start-AzFunctionApp" ], "FullCommandName": [ "Start-AzFunctionApp_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5282,15 +5282,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "22ed7ba9-2657-4acd-8162-9b63a1652692" ], + "x-ms-request-id": [ "215e2cbe-6f74-4b68-908c-c9daf1f655af" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1176" ], - "x-ms-correlation-request-id": [ "534c548a-45be-4f1c-9c75-81dca7df4209" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005237Z:534c548a-45be-4f1c-9c75-81dca7df4209" ], + "x-ms-correlation-request-id": [ "98ee0a6a-0cf0-4d5b-ad8f-fb803085ab73" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004420Z:98ee0a6a-0cf0-4d5b-ad8f-fb803085ab73" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:37 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:19 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -5299,14 +5299,14 @@ "Content": null } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01+19": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "565" ], - "x-ms-client-request-id": [ "b51d61a3-65a2-433e-aad5-091e1eaf44cc" ], + "x-ms-unique-id": [ "625" ], + "x-ms-client-request-id": [ "e74fe7c3-216b-4205-b307-233cd8824704" ], "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ], "FullCommandName": [ "Get-AzFunctionApp_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5321,34 +5321,34 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1D628C0CC0EDE4B\"" ], + "ETag": [ "\"1D6437745FC3215\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "2549d01a-17eb-4dd2-ac82-9d9443e8e92b" ], + "x-ms-request-id": [ "3ad5d7f5-c10f-46ce-b02c-51b5a3a6f861" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11656" ], - "x-ms-correlation-request-id": [ "2efde018-f1c2-44e7-ba21-9855d5c0794c" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005237Z:2efde018-f1c2-44e7-ba21-9855d5c0794c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11620" ], + "x-ms-correlation-request-id": [ "74baf52e-1bf0-49b9-99b4-904b4364e2c8" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004421Z:74baf52e-1bf0-49b9-99b4-904b4364e2c8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:37 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3714" ], + "Content-Length": [ "5464" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-dc8pa6\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/webspaces/Functions-Test-Linux-Consumption-iobaf4-CentralUSwebspace/sites/Functions-Python-3-8-dc8pa6\",\"repositorySiteName\":\"Functions-Python-3-8-dc8pa6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"functions-python-3-8-dc8pa6.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-dc8pa6.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/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-05-13T00:52:37.6366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"siteConfig\":null,\"deploymentId\":\"Functions-Python-3-8-dc8pa6\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"DFAAE5DF30D13D6CBC56C48D7EEF9D6563904555A892EBF8CFB101BCFF89B5D5\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-dc8pa6\\\\$Functions-Python-3-8-dc8pa6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-iobaf4\",\"defaultHostName\":\"functions-python-3-8-dc8pa6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-3-8-4wmydl\",\"state\":\"Running\",\"hostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/webspaces/Functions-Test-Linux-Consumption-1c0z2q-CentralUSwebspace/sites/Functions-Python-3-8-4wmydl\",\"repositorySiteName\":\"Functions-Python-3-8-4wmydl\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"enabledHostNames\":[\"functions-python-3-8-4wmydl.azurewebsites.net\",\"functions-python-3-8-4wmydl.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PYTHON|3.8\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"thumbprint\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-3-8-4wmydl.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/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2020-06-16T00:44:20.8333333\",\"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,\"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,\"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,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0},\"deploymentId\":\"Functions-Python-3-8-4wmydl\",\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"B791A77508393F6BFEFD70C47DC23B7F62B8A293A34CC6F0D2184895E65EFA93\",\"kind\":\"functionapp,linux\",\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-3-8-4wmydl\\\\$Functions-Python-3-8-4wmydl\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19\",\"possibleOutboundIpAddresses\":\"13.89.172.4,40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.67.176.18,104.208.28.216,40.122.168.112,40.122.169.80,23.99.159.248\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-157\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-1c0z2q\",\"defaultHostName\":\"functions-python-3-8-4wmydl.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"buildVersion\":null,\"targetBuildVersion\":null}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$POST+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01+20": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$POST+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01+20": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings/list?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings/list?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "566" ], - "x-ms-client-request-id": [ "40ca2693-0846-4b26-906d-93873e40e9fe" ], + "x-ms-unique-id": [ "626" ], + "x-ms-client-request-id": [ "ea27a71e-cd0f-4e49-9db7-cecc8833803b" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ], "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5364,32 +5364,32 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "e0c15b8f-5d57-400b-aed6-367be6978ae5" ], + "x-ms-request-id": [ "d37e3bfd-4764-46b8-9260-7655a6016751" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11918" ], - "x-ms-correlation-request-id": [ "034cd122-bfb1-4e22-9405-40d61ba96c7d" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005238Z:034cd122-bfb1-4e22-9405-40d61ba96c7d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11910" ], + "x-ms-correlation-request-id": [ "18779553-7aad-4fd3-8a34-d457d3b3ddaa" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004421Z:18779553-7aad-4fd3-8a34-d457d3b3ddaa" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:38 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "862" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageeq2;AccountKey=hANZFc+Q7ndP9L/VULhBDZQ/s7AwIGgChPLpTc5mciCFV4TXLLI6PEDf7FMurHbIGXz4h04CxA9lEIR2N4ZARA==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"316cfea0-4c7c-4e08-b44c-fc9e45598f43\"}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"python\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragek5z;AccountKey=i9opE5p885Fnu3nhdHBbnhZ+R/JoPB+P9fWracaNPFVbNFRg7QGhQEylcUA3BaG2Q83XugmwI082T2CxV12EBQ==\",\"FUNCTIONS_EXTENSION_VERSION\":\"~3\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"12f1db9c-0ccf-4aa5-8be3-3cf72fdebbbc\"}}" } }, - "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-dc8pa6\u0027+$GET+https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01+21": { + "Restart-AzFunctionApp, Stop-AzFunctionApp and Start-AzFunctionApp+[NoContext]+ByObjectInput \u0027Functions-Python-3-8-4wmydl\u0027+$GET+https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web?api-version=2019-08-01", + "RequestUri": "https://management.azure.com/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web?api-version=2019-08-01", "Content": null, "Headers": { - "x-ms-unique-id": [ "567" ], - "x-ms-client-request-id": [ "7de21f9c-f7cd-438c-9e48-749c8954f6f4" ], + "x-ms-unique-id": [ "627" ], + "x-ms-client-request-id": [ "93abf6ce-2b28-4743-b2c3-edf3390f6011" ], "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ], "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5405,22 +5405,22 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "09d27361-caed-44fa-9a9a-acb7308f0b4c" ], + "x-ms-request-id": [ "3af50d04-4a4f-4fc5-a0fa-28ab8d731d1d" ], "Server": [ "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11655" ], - "x-ms-correlation-request-id": [ "4a5382bc-0105-4caf-8db3-22f5744d2375" ], - "x-ms-routing-request-id": [ "WESTUS:20200513T005238Z:4a5382bc-0105-4caf-8db3-22f5744d2375" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11619" ], + "x-ms-correlation-request-id": [ "6ba9a720-73e7-4f0f-a0bc-e38f58745444" ], + "x-ms-routing-request-id": [ "WESTUS:20200616T004421Z:6ba9a720-73e7-4f0f-a0bc-e38f58745444" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 13 May 2020 00:52:38 GMT" ] + "Date": [ "Tue, 16 Jun 2020 00:44:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "3289" ], + "Content-Length": [ "3321" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Linux-Consumption-iobaf4/providers/Microsoft.Web/sites/Functions-Python-3-8-dc8pa6/config/web\",\"name\":\"Functions-Python-3-8-dc8pa6\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-dc8pa6\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null}}" + "Content": "{\"id\":\"/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Linux-Consumption-1c0z2q/providers/Microsoft.Web/sites/Functions-Python-3-8-4wmydl/config/web\",\"name\":\"Functions-Python-3-8-4wmydl\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"numberOfWorkers\":-1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v4.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":null,\"linuxFxVersion\":\"PYTHON|3.8\",\"windowsFxVersion\":null,\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"$Functions-Python-3-8-4wmydl\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"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\":\"\",\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"googleClientId\":null,\"googleClientSecret\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountOAuthScopes\":null},\"cors\":{\"allowedOrigins\":[\"https://functions.azure.com\",\"https://functions-staging.azure.com\",\"https://functions-next.azure.com\"],\"supportCredentials\":false},\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":1,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"ftpsState\":\"AllAllowed\",\"preWarmedInstanceCount\":0,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0}}" } } } \ No newline at end of file diff --git a/src/Functions/test/env.json b/src/Functions/test/env.json index 76057b1e827c..949fe1f118e7 100644 --- a/src/Functions/test/env.json +++ b/src/Functions/test/env.json @@ -1,112 +1,118 @@ { - "SubscriptionId": "13029c26-a786-43f8-b6ae-e2699a8ea360", - "functionNameDotNet": "Functions-DotNet-0x6frukzhe", - "storageAccountWindows": "functionswinstorage4aw", - "location": "central us", - "resourceGroupNameWindowsPremium": "Functions-Test-Windows-Premium-0en4gz", - "resourceGroupNameLinuxConsumption": "Functions-Test-Linux-Consumption-iobaf4", - "Tenant": "3e26aa69-ff2f-44fb-ac91-de3efc86fdcf", - "functionNamePowerShell": "Functions-PowerShell-gaqlx2ob3s", "identityInfo": { - "Id": "/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourcegroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1", - "ResourceGroupName": "Functions-Test-Windows-Premium-0en4gz", + "Id": "/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1", + "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x", "Name": "ID1", "Location": "centralus", - "TenantId": "3e26aa69-ff2f-44fb-ac91-de3efc86fdcf", - "PrincipalId": "e5e06e29-c06a-401e-8fd3-cb8b69dca2e8", - "ClientId": "48dabf20-fd2e-472b-9acc-7d2c36ad03e6", - "ClientSecretUrl": "https://control-centralus.identity.azure.net/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourcegroups/Functions-Test-Windows-Premium-0en4gz/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1/credentials?tid=3e26aa69-ff2f-44fb-ac91-de3efc86fdcf&oid=e5e06e29-c06a-401e-8fd3-cb8b69dca2e8&aid=48dabf20-fd2e-472b-9acc-7d2c36ad03e6", + "TenantId": "263ea86c-2328-4981-9221-d3084c7424a3", + "PrincipalId": "fb4d2d1e-a07a-4b69-9159-09d0c1487da0", + "ClientId": "507bbbf3-b3cb-4c82-b96b-40097eb1a157", + "ClientSecretUrl": "https://control-centralus.identity.azure.net/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourcegroups/Functions-Test-Windows-Premium-4m6d0x/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1/credentials?tid=263ea86c-2328-4981-9221-d3084c7424a3&oid=fb4d2d1e-a07a-4b69-9159-09d0c1487da0&aid=507bbbf3-b3cb-4c82-b96b-40097eb1a157", "Type": "Microsoft.ManagedIdentity/userAssignedIdentities" }, - "functionNamePython": "Functions-Python-3p4aonydut", - "functionNameTestApp": "Functions-TestAppName-8iq7xbntlr", - "resourceGroupNameWindowsConsumption": "Functions-Test-Windows-Consumption-zh1tju", + "resourceGroupNameWindowsConsumption": "Functions-Test-Windows-Consumption-d58nfl", + "functionNameDotNet": "Functions-DotNet-yl4rj1w7qs", "newApplInsights": { - "Id": "/subscriptions/13029c26-a786-43f8-b6ae-e2699a8ea360/resourceGroups/Functions-Test-Windows-Premium-0en4gz/providers/microsoft.insights/components/Functions-PowerShell-gaqlx2ob3s-new", - "ResourceGroupName": "Functions-Test-Windows-Premium-0en4gz", - "Name": "Functions-PowerShell-gaqlx2ob3s-new", + "Id": "/subscriptions/3c4c30a8-1259-4f75-b267-fc4d7a7855eb/resourceGroups/Functions-Test-Windows-Premium-4m6d0x/providers/microsoft.insights/components/Functions-PowerShell-jln68as0bz-new", + "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x", + "Name": "Functions-PowerShell-jln68as0bz-new", "Kind": "web", "Location": "centralus", "Type": "microsoft.insights/components", - "AppId": "bf48af4a-8ac8-4eb5-bc58-4eef29fa728d", + "AppId": "7a336cda-b345-4eb1-9df2-ad1e5a7734e2", "ApplicationType": "web", "Tags": {}, - "CreationDate": "2020-05-13T00:43:14.1289851Z", + "CreationDate": "2020-06-16T00:26:34.7580544Z", "FlowType": null, "HockeyAppId": null, "HockeyAppToken": null, - "InstrumentationKey": "9bfd67bc-c138-4360-8707-facdcc104787", + "InstrumentationKey": "c63a55a2-eda2-4873-9e6f-3c835db523d4", "ProvisioningState": "Succeeded", "RequestSource": "AzurePowerShell", "SamplingPercentage": null, - "TenantId": "13029c26-a786-43f8-b6ae-e2699a8ea360" + "TenantId": "3c4c30a8-1259-4f75-b267-fc4d7a7855eb", + "PublicNetworkAccessForIngestion": "Enabled", + "PublicNetworkAccessForQuery": "Enabled", + "PrivateLinkScopedResources": null, + "RetentionInDays": 90 }, - "functionNameContainer": "Functions-CustomImage-7pb0sou6jl", - "storageAccountLinux": "functionslinuxstorageeq2", "servicePlansToCreate": [ { - "MaximumWorkerCount": 10, + "Location": "central us", "Sku": "EP1", - "Name": "Functions-Windows-Premium-yxsnit", "WorkerType": "Windows", - "Location": "central us", "MinimumWorkerCount": 1, - "ResourceGroupName": "Functions-Test-Windows-Premium-0en4gz" + "Name": "Functions-Windows-Premium-oa2upj", + "MaximumWorkerCount": 10, + "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x" }, { - "MaximumWorkerCount": 10, + "Location": "central us", "Sku": "EP1", - "Name": "Functions-Linux-Premium-qr0pk3", "WorkerType": "Linux", - "Location": "central us", "MinimumWorkerCount": 1, - "ResourceGroupName": "Functions-Test-Linux-Premium-ityqcv" + "Name": "Functions-Linux-Premium-hlqm6e", + "MaximumWorkerCount": 10, + "ResourceGroupName": "Functions-Test-Linux-Premium-dk83nx" } ], - "resourceGroupNameLinuxPremium": "Functions-Test-Linux-Premium-ityqcv", - "planNameWorkerTypeWindows": "Functions-Windows-Premium-yxsnit", - "planNameWorkerTypeLinux": "Functions-Linux-Premium-qr0pk3", - "functionAppPlanName": "Functions-MyPlan-cyn7qbs2v1", + "planNameWorkerTypeWindows": "Functions-Windows-Premium-oa2upj", + "functionNameTestApp": "Functions-TestAppName-swy8z27flt", + "location": "central us", + "resourceGroupNameLinuxPremium": "Functions-Test-Linux-Premium-dk83nx", + "Tenant": "263ea86c-2328-4981-9221-d3084c7424a3", "functionAppsToCreate": [ { - "PlanName": "Functions-Windows-Premium-yxsnit", - "FunctionsVersion": 3, - "ResourceGroupName": "Functions-Test-Windows-Premium-0en4gz", - "RuntimeVersion": 6.2, - "StorageAccountName": "functionswinstorage4aw", + "OSType": "Windows", "Runtime": "PowerShell", - "Name": "Functions-PowerShell-6-ysqv01", - "OSType": "Windows" + "PlanName": "Functions-Windows-Premium-oa2upj", + "FunctionsVersion": 3, + "Name": "Functions-PowerShell-6-hldr81", + "ResourceGroupName": "Functions-Test-Windows-Premium-4m6d0x", + "StorageAccountName": "functionswinstoragegei", + "RuntimeVersion": 6.2 }, { - "PlanName": "Functions-Linux-Premium-qr0pk3", - "FunctionsVersion": 3, - "ResourceGroupName": "Functions-Test-Linux-Premium-ityqcv", - "RuntimeVersion": 10, - "StorageAccountName": "functionslinuxstorageeq2", + "OSType": "Linux", "Runtime": "Node", - "Name": "Functions-Node-10-x86q7m", - "OSType": "Linux" + "PlanName": "Functions-Linux-Premium-hlqm6e", + "FunctionsVersion": 3, + "Name": "Functions-Node-10-3eq4rm", + "ResourceGroupName": "Functions-Test-Linux-Premium-dk83nx", + "StorageAccountName": "functionslinuxstoragek5z", + "RuntimeVersion": 10 }, { + "OSType": "Windows", "Location": "central us", - "FunctionsVersion": 3, - "ResourceGroupName": "Functions-Test-Windows-Consumption-zh1tju", - "RuntimeVersion": 3, - "StorageAccountName": "functionswinstorage4aw", "Runtime": "DotNet", - "Name": "Functions-DoNet-3-nc2tx1", - "OSType": "Windows" + "FunctionsVersion": 3, + "Name": "Functions-DoNet-3-xci1dk", + "ResourceGroupName": "Functions-Test-Windows-Consumption-d58nfl", + "StorageAccountName": "functionswinstoragegei", + "RuntimeVersion": 3 }, { + "OSType": "Linux", "Location": "central us", - "FunctionsVersion": 3, - "ResourceGroupName": "Functions-Test-Linux-Consumption-iobaf4", - "RuntimeVersion": 3.8, - "StorageAccountName": "functionslinuxstorageeq2", "Runtime": "Python", - "Name": "Functions-Python-3-8-dc8pa6", - "OSType": "Linux" + "FunctionsVersion": 3, + "Name": "Functions-Python-3-8-4wmydl", + "ResourceGroupName": "Functions-Test-Linux-Consumption-1c0z2q", + "StorageAccountName": "functionslinuxstoragek5z", + "RuntimeVersion": 3.8 } - ] + ], + "functionAppPlanName": "Functions-MyPlan-ipkndwm9ay", + "resourceGroupNameWindowsPremium": "Functions-Test-Windows-Premium-4m6d0x", + "functionNamePowerShell": "Functions-PowerShell-jln68as0bz", + "functionNamePython": "Functions-Python-vhqrapzbky", + "storageAccountWindows": "functionswinstoragegei", + "resourceGroupNameLinuxConsumption": "Functions-Test-Linux-Consumption-1c0z2q", + "functionNameNode": "Functions-Node-mbo4la8uev", + "storageAccountLinux": "functionslinuxstoragek5z", + "functionNameContainer": "Functions-CustomImage-s9wytca2x7", + "planNameWorkerTypeLinux": "Functions-Linux-Premium-hlqm6e", + "functionNameJava": "Functions-Java-9vs38jdng7", + "SubscriptionId": "3c4c30a8-1259-4f75-b267-fc4d7a7855eb" } diff --git a/src/Functions/test/localEnv.json b/src/Functions/test/localEnv.json deleted file mode 100644 index b1480ee7ca40..000000000000 --- a/src/Functions/test/localEnv.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "resourceGroupNameLinuxConsumption": "Functions-Test-Linux-Consumption-ifuwrq", - "resourceGroupNameWindowsConsumption": "Functions-Test-Windows-Consumption-os2deq", - "storageAccountLinux": "functionslinuxstorageqfa", - "resourceGroupNameWindowsPremium": "Functions-Test-Windows-Premium-q10ck7", - "SubscriptionId": "07308f04-ea00-494b-b320-690df74b1ce6", - "planNameWorkerTypeWindows": "Functions-Windows-Premium-xoutwp", - "functionNameTestApp": "Functions-TestAppName-kor9jc04x3", - "functionAppsToCreate": [ - { - "PlanName": "Functions-Windows-Premium-xoutwp", - "Runtime": "PowerShell", - "Name": "Functions-PowerShell-6-ny8xlm", - "RuntimeVersion": 6.2, - "OSType": "Windows", - "FunctionsVersion": 3, - "StorageAccountName": "functionswinstorage1jx", - "ResourceGroupName": "Functions-Test-Windows-Premium-q10ck7" - }, - { - "PlanName": "Functions-Linux-Premium-2i71mk", - "Runtime": "Node", - "Name": "Functions-Node-10-ngyzf4", - "RuntimeVersion": 10, - "OSType": "Linux", - "FunctionsVersion": 3, - "StorageAccountName": "functionslinuxstorageqfa", - "ResourceGroupName": "Functions-Test-Linux-Premium-o6wkl3" - }, - { - "RuntimeVersion": 3, - "FunctionsVersion": 3, - "Runtime": "DotNet", - "Name": "Functions-DoNet-3-6gu50c", - "Location": "central us", - "OSType": "Windows", - "StorageAccountName": "functionswinstorage1jx", - "ResourceGroupName": "Functions-Test-Windows-Consumption-os2deq" - }, - { - "FunctionsVersion": 3, - "Runtime": "Python", - "Name": "Functions-Python-3-8-p8a2nq", - "RuntimeVersion": 3.8, - "OSType": "Linux", - "StorageAccountName": "functionslinuxstorageqfa", - "Location": "central us", - "ResourceGroupName": "Functions-Test-Linux-Consumption-ifuwrq" - } - ], - "newApplInsights": { - "Id": "/subscriptions/07308f04-ea00-494b-b320-690df74b1ce6/resourceGroups/Functions-Test-Windows-Premium-q10ck7/providers/microsoft.insights/components/Functions-PowerShell-3drhsfjcp7-new", - "ResourceGroupName": "Functions-Test-Windows-Premium-q10ck7", - "Name": "Functions-PowerShell-3drhsfjcp7-new", - "Kind": "web", - "Location": "centralus", - "Type": "microsoft.insights/components", - "AppId": "83def84d-9b2d-4180-9ccf-e64a2311f200", - "ApplicationType": "web", - "Tags": {}, - "CreationDate": "2020-05-11T22:51:27.2797075Z", - "FlowType": null, - "HockeyAppId": null, - "HockeyAppToken": null, - "InstrumentationKey": "3152a61c-1276-4da5-8511-412eadf24441", - "ProvisioningState": "Succeeded", - "RequestSource": "AzurePowerShell", - "SamplingPercentage": null, - "TenantId": "07308f04-ea00-494b-b320-690df74b1ce6" - }, - "servicePlansToCreate": [ - { - "MaximumWorkerCount": 10, - "MinimumWorkerCount": 1, - "WorkerType": "Windows", - "Name": "Functions-Windows-Premium-xoutwp", - "ResourceGroupName": "Functions-Test-Windows-Premium-q10ck7", - "Sku": "EP1", - "Location": "central us" - }, - { - "MaximumWorkerCount": 10, - "MinimumWorkerCount": 1, - "WorkerType": "Linux", - "Name": "Functions-Linux-Premium-2i71mk", - "ResourceGroupName": "Functions-Test-Linux-Premium-o6wkl3", - "Sku": "EP1", - "Location": "central us" - } - ], - "functionNamePowerShell": "Functions-PowerShell-3drhsfjcp7", - "functionNameDotNet": "Functions-DotNet-3twqeonz0j", - "planNameWorkerTypeLinux": "Functions-Linux-Premium-2i71mk", - "storageAccountWindows": "functionswinstorage1jx", - "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "functionNamePython": "Functions-Python-m9j73l6gak", - "functionAppPlanName": "Functions-MyPlan-zhem8xokdt", - "location": "central us", - "identityInfo": { - "Id": "/subscriptions/07308f04-ea00-494b-b320-690df74b1ce6/resourcegroups/Functions-Test-Windows-Premium-q10ck7/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1", - "ResourceGroupName": "Functions-Test-Windows-Premium-q10ck7", - "Name": "ID1", - "Location": "centralus", - "TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "PrincipalId": "8e1ee748-ece4-4dba-b556-eec7f09b31bd", - "ClientId": "4a0475a6-e505-4cbe-b1fd-192964250e5a", - "ClientSecretUrl": "https://control-centralus.identity.azure.net/subscriptions/07308f04-ea00-494b-b320-690df74b1ce6/resourcegroups/Functions-Test-Windows-Premium-q10ck7/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1/credentials?tid=72f988bf-86f1-41af-91ab-2d7cd011db47&oid=8e1ee748-ece4-4dba-b556-eec7f09b31bd&aid=4a0475a6-e505-4cbe-b1fd-192964250e5a", - "Type": "Microsoft.ManagedIdentity/userAssignedIdentities" - }, - "functionNameContainer": "Functions-CustomImage-stnqpmflk8", - "resourceGroupNameLinuxPremium": "Functions-Test-Linux-Premium-o6wkl3" -} diff --git a/src/Functions/test/utils.ps1 b/src/Functions/test/utils.ps1 index 8f8471cab8a7..e0078b0dfa74 100644 --- a/src/Functions/test/utils.ps1 +++ b/src/Functions/test/utils.ps1 @@ -158,16 +158,20 @@ function setupEnv() { $functionNamePowerShell = "Functions-PowerShell-" + (RandomString -len 10) $functionNameContainer = "Functions-CustomImage-" + (RandomString -len 10) $functionNameTestApp = "Functions-TestAppName-" + (RandomString -len 10) - $functionNamePython = "Functions-Python-" + (RandomString -len 10) $functionNameDotNet = "Functions-DotNet-" + (RandomString -len 10) + $functionNameNode = "Functions-Node-" + (RandomString -len 10) + $functionNameJava = "Functions-Java-" + (RandomString -len 10) + $functionNamePython = "Functions-Python-" + (RandomString -len 10) $functionAppPlanName= "Functions-MyPlan-" + (RandomString -len 10) + $env.add('functionNamePowerShell', $functionNamePowerShell) | Out-Null $env.add('functionNameContainer', $functionNameContainer) | Out-Null $env.add('functionNameTestApp', $functionNameTestApp) | Out-Null - $env.add('functionNamePowerShell', $functionNamePowerShell) | Out-Null - $env.add('functionNamePython', $functionNamePython) | Out-Null $env.add('functionNameDotNet', $functionNameDotNet) | Out-Null - $env.add('functionAppPlanName', $functionAppPlanName) | Out-Null + $env.add('functionNameNode', $functionNameNode) | Out-Null + $env.add('functionNameJava', $functionNameJava) | Out-Null + $env.add('functionNamePython', $functionNamePython) | Out-Null + $env.add('functionAppPlanName', $functionAppPlanName) | Out-Null # Create user assigned identity $identityInfo = New-AzUserAssignedIdentity -ResourceGroupName $env.resourceGroupNameWindowsPremium -Name ID1 -Location $env.location @@ -186,7 +190,7 @@ function setupEnv() { } function cleanupEnv() { - # Clean resources you create for testing + # Clean test resources Remove-AzResourceGroup -Name $env.resourceGroupNameWindowsPremium Remove-AzResourceGroup -Name $env.resourceGroupNameLinuxPremium Remove-AzResourceGroup -Name $env.resourceGroupNameWindowsConsumption